Show "log in for price" For user not logged

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeShow "log in for price" For user not logged

This topic has been marked as not resolved.

I do not want to see the price of the items if the user is not registered but it is possible to see the same circle but with the words “log in for the price” ???? please help me thanks

September 19, 2011 at 12:35 pm #1830

I am trying to check the forums I found similar questions
please hemlp me!!!
thanks

September 19, 2011 at 12:46 pm #1833

I have to wait for an answer, or you have not read it?
thanks

September 19, 2011 at 7:45 pm #1867

Hi,

To show such a link you need to go to the administration area and set System -> Settings -> Option -> Login Display Prices (6th row) to Yes. Then go through all the templates that show products with price, find the check for the price in the source code and add a new condition for the unlogged. The old code e.g. for the category listing is:

<?php if ($products[$i]['price']): ?>
....
<?php endif; ?>

You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!

P.S. We have put an additional class for the login price box, if you want to assign new font size, or any other style.

Hope, we have helped.

Best regards,
ThemeBurn team

September 21, 2011 at 11:58 am #1915

Please could you tell me what are the paths of the files that I need to change

for ex:
ctalog \ model \ catalog \ product

thanks
you are the best

September 21, 2011 at 1:51 pm #1922
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
September 22, 2011 at 12:40 pm #1946

wonderful thanks!!!!!!!! :)

September 23, 2011 at 12:05 pm #1963

You’re welcome :)

September 25, 2011 at 8:07 pm #2002
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.