Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.

You are not logged in.

#1 2009-01-17 13:01

jeffbest
Member

Can I hide prices until customer is authorised?

Hi All,

We are in a competitive industry where pricing is pretty sensitive. We'd love to have a shop with all our stock online but we just can't make the pricing available to everyone as our competitors would love to have that info!

So, is there a way to show all the products but hide the pricing until the customer creates an account and is authorised by us to access the pricing on the shop?

I see that Zen-Cart offers this functionality and it's free so I'm hoping the paid for version of Shop-Script can compete!

A related question before I go - is it possible to offer discounts to accounts? We have customers who qualify for better pricing than others so, can this be reflected on the online shop too?

Thanks,

Jeff

Offline

 

#2 2009-01-17 19:09

MYE
Member

Re: Can I hide prices until customer is authorised?

Hi Jeff,

I cannot answer your first question (don't think so actually), but for the second question: YES you can create customer groups which can have their individual pricing.

I would love another subdivision in the categories also, so one could give his customers a certain percentage one some products, and another (or none at all) on other products.

Grtz,
T

Offline

 

#3 2009-01-21 01:06

Alexey
Member

Re: Can I hide prices until customer is authorised?

You can slightly modify original code to make pricing available only to registered authorised visitors. User groups can be assigned discount as a percentage of the original price.

Offline

 

#4 2012-04-27 09:44

dsinozic
Member

Re: Can I hide prices until customer is authorised?

Alexey wrote:

You can slightly modify original code to make pricing available only to registered authorised visitors. User groups can be assigned discount as a percentage of the original price.

Hey Alexey,
can you please explain how to modify the code? Please roll

Offline

 

#5 2012-04-28 01:58

rat
Administrator

Re: Can I hide prices until customer is authorised?

In templates located in published/SC/html/scripts/templates/frontend/ put code displaying price inside the following condition:

Code:

{if $log}
..here..
{/if}

Be careful what you wish for — you might get it.

Offline

 

#6 2012-06-05 11:18

dsinozic
Member

Re: Can I hide prices until customer is authorised?

rat wrote:

In templates located in published/SC/html/scripts/templates/frontend/ put code displaying price inside the following condition:

Code:

{if $log}
..here..
{/if}

thx, but in which of the file(s) i need to do this?

Offline

 

#7 2012-06-06 01:24

rat
Administrator

Re: Can I hide prices until customer is authorised?

In all templates, where price is displayed. Descriptions of template files are available at http://www.webasyst.net/support/help/storefront-template-files.html


Be careful what you wish for — you might get it.

Offline

 

#8 2012-06-12 11:08

dsinozic
Member

Re: Can I hide prices until customer is authorised?

rat wrote:

In all templates, where price is displayed. Descriptions of template files are available at http://www.webasyst.net/support/help/storefront-template-files.html

thanks, i will try

Offline

 

Board footer

Powered by PunBB