AbanteCart Community

Shopping Cart Operations => Support => Topic started by: andreis on October 10, 2013, 10:45:49 AM

Title: Login Display Prices
Post by: andreis on October 10, 2013, 10:45:49 AM
Hello --
I have a little problem when trying to show prices only for registered users.
So, I am going to Settings -> Checkout tab -> Login Display Prices -> OFF

Now, when going to the product page, everything is OK, so I get the message "Please login ot register to see price or to order."
But when going to Category listing page, I still see the prices for each product in my product matrix. Would it be possible to hide it there as well?

Thanks,
Andrei
Title: Re: Login Display Prices
Post by: abantecart on October 11, 2013, 04:58:34 PM
This is a small bug. I think this was overlooked in html5 template.

Please see link below with files that you can copy and replace on your site.
https://github.com/abantecart/abantecart-src/commit/dc6d8a2fbbae8264b05ba055d979e1f5f7ae3664

This will fix issue with not hiding price for "Login Display Prices" setting.


Title: Re: Login Display Prices
Post by: abantecart on October 11, 2013, 04:59:05 PM
Thank you for reporting this, by the way.
Title: Re: Login Display Prices
Post by: andreis on October 13, 2013, 04:19:14 AM
Thanks for your support. It works great now.
Title: Re: Login Display Prices
Post by: abestophat on October 16, 2013, 01:49:18 AM
Mine works great as well, but what drives me crazy is the misspelled message "Please login ot register to see price or to order."

I found the /storefront/language/english/product/product.xml file and edited the last part of it to make it short and to the point

   <![CDATA[Please login or register to see price.]]>
   
re-uploaded, but nothing changed on the site.

I dumped the cache and even turned it off. Still will not update. I redownloaded the file, the file was updated but no change on the site.

I used GREP to go through all the code and still cannot find any other instance of "Please login ot register to see price or to order."

 :-\ abestophat
Title: Re: Login Display Prices
Post by: Basara on October 16, 2013, 05:54:56 AM
Mine works great as well, but what drives me crazy is the misspelled message "Please login ot register to see price or to order."

I found the /storefront/language/english/product/product.xml file and edited the last part of it to make it short and to the point

   <![CDATA[Please login or register to see price.]]>
   
re-uploaded, but nothing changed on the site.

I dumped the cache and even turned it off. Still will not update. I redownloaded the file, the file was updated but no change on the site.

I used GREP to go through all the code and still cannot find any other instance of "Please login ot register to see price or to order."

 :-\ abestophat

The easy way to change translation  - use Global Search in Admin. See quick video (http://www.youtube.com/watch?v=sNRsVJMEuk4) how to use it
Title: Re: Login Display Prices
Post by: abantecart on October 16, 2013, 08:54:33 AM
I fixed spelling for v1.1.8
Thank you for letting us know.