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
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.
Thank you for reporting this, by the way.
Thanks for your support. It works great now.
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
Quote from: 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
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
I fixed spelling for v1.1.8
Thank you for letting us know.