I'll have customers login to my store to separate prices of retail and wholesale customers.
If you sell to the general public it's probably better to show the retail prices by default and have them change to wholesale pricing after a login. But if you do want to hide all pricing, the required template modifications are explained in detail here:
https://developers.neto.com.au/documentation/neto-designer-documentation/tweak-documents/generic/hiding-pricing-buying-options/
Ok I see, if I were to do your suggestion what would be done differently compared to the link you've provided?
You mean have different prices for logged in customers? There's nothing you have to change, that's Neto's default behaviour. Just have your customer groups and product pricing set up.
As in to have the default retail price displaying whilst also requiring to have customers of wholesale login to purchase. If they click on a product it will redirect them to wholesale login. Or will this apply within default behaviour?
Not too sure what you mean. The website will show the product price for your default price group (typically group A, retail). If a user logs in, then all pricing will be shown for their group. You may want to add some text to the product page to encourage wholesale customers to login to see their pricing.
Ok I understand, thanks Erik! If I run into trouble I'll message here.
Hi mate,
currently the wholesale prices are listed at Inclusive GST. I would like to have the Ex GST price displaying for wholesale customers only. I know you can simply just uncheck the box in the product section of Cpanel but is there a quicker way rather than going each product one by one?
I attempted something like [%if [@user:group_id@] ne '4'[@no_tax@]%]
would that be possible when working?
It's a bit more complicated than that. I'd suggest reading up on the basics of B@SE: https://developers.neto.com.au/documentation/web-designers/base-tag-library/introduction/
?
And the product tags:
https://developers.neto.com.au/documentation/neto-designer-documentation/b-se-tag-library/data-tags/product-pages/
[@?notax@] only gives you a boolean for whether the price includes GST. You'll need to test it and subtract GST if necessary.
Had a read through, I have a better understanding. There's just such a number of tags to choose from! But the only thing that really needs to be customized is the price of the wholesale cost to be cut down 10% when displaying on Webstore. Is there a way to choose products to be Ex Tax in bulk?
Here is the updated link
https://developers.maropost.com/documentation/neto-designer-documentation/tweak-documents/generic/hide-pricing-buying-options/