Hello. I'd like to add the text "As Low As" before my pricing on my category and product pages.
I'm a programming idiot, but I'm a kick ass direction follower!
My shop is http://www.custombandmerchshop.com if you want to check out what I have done so far.
Thanks!
Jim
I'm a programming idiot, but I'm a kick ass direction follower!
My shop is http://www.custombandmerchshop.com if you want to check out what I have done so far.
Thanks!
Jim
find this file catalog > language > english > product > product.php
find and edit this line of code
change "Price" to whatever you want.
then find catalog > language > english > product > category.php
find and edit this line of code
again, change price to whatever you want it to say.
find and edit this line of code
Code: Select all
$_['text_price'] = 'Price:';
then find catalog > language > english > product > category.php
find and edit this line of code
Code: Select all
$_['text_price'] = 'Price:';
“Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. The greatest thing in life is to keep your mind young.”
- Henry Ford
What if I wanted to add a brand new piece of text that is named uniquely. I added two additional items, text_location and text_calendar. When I look at the page now it gives me this error
Thanks:-)
Where do I define the variable other than the language file?Notice: Undefined variable: text_calendar in /home/gooch/public_html/ccobriens/catalog/view/theme/yoosingle/template/common/footer.tpl on line 10
Thanks:-)
Thank you,
Sully
find this file catalog > controller > common > footer.php
find this line of code
below it add this code
find this line of code
Code: Select all
$this->data['text_newsletter'] = $this->language->get('text_newsletter');
Code: Select all
$this->data['text_location'] = $this->language->get('text_location');
$this->data['text_calendar'] = $this->language->get('text_calendar');
“Anyone who stops learning is old, whether at twenty or eighty. Anyone who keeps learning stays young. The greatest thing in life is to keep your mind young.”
- Henry Ford
Who is online
Users browsing this forum: No registered users and 3 guests