SMFHacks.com

SMF Store => Support => Topic started by: sawz on November 09, 2009, 07:49:54 am

Title: Other Membergroup Prices
Post by: sawz on November 09, 2009, 07:49:54 am
is there a way to disable this being shown under the item, or can i just remove that code?
are there any display options for this?
Title: Re: Other Membergroup Prices
Post by: SMFHacks on November 09, 2009, 11:23:30 pm
Currently no settings to hide other membergroup prices on the order credits page but it is an easy edit to remove on the classifieds.template.php page
inside the following function.
function template_ordercredits()
Title: Re: Other Membergroup Prices
Post by: sawz on November 10, 2009, 10:05:48 am
i started this in the wrong board, this is for the store, sorry bout that.

so theres probably nothing to check off for this, what can i removed to get rid of that?
Title: Re: Other Membergroup Prices
Post by: SMFHacks on November 10, 2009, 08:30:56 pm
"Show user's membergroup price in all spots in the store." setting is for areas outside of the view product page.

If you are removing it view item page find the template_viewitem function in store.template.php and look around the area of "// Show prices for other member groups"
You can probalby just comment out that section.
Title: Re: Other Membergroup Prices
Post by: sawz on November 23, 2009, 04:39:37 am
thanks, that did the trick. i have another question.
i want to add a product for a specific member group, i don't want guests or other member groups to see or be able to purchase a product. is this possible?