Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
vidmalis
This solution not work if I have multilanguage site(3 languages) how I can change this button? I have tried to copy my language buttons to includes/templates/buttons/lithuanian directories but still showing the old one....
Thank you.
I was having this problem in the featured products listing, specials listing and new product listing because I had custom pages, so I thought I'd post what worked for me. Hopefully it will help someone else.
In includes/modules/YOUR_TEMPLATE/
featured_products.php
specials_index.php
new_products.php
replace all instances of:
PHP Code:
zen_image($template->get_template_dir('details.gif', DIR_WS_TEMPLATE, $current_page_base,'images').'/details.gif')
with:
PHP Code:
zen_image_button(BUTTON_IMAGE_GOTO_PROD_DETAILS , BUTTON_GOTO_PROD_DETAILS_ALT)
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
abcisme
I was having this problem in the featured products listing, specials listing and new product listing because I had custom pages, so I thought I'd post what worked for me. Hopefully it will help someone else.
In includes/modules/YOUR_TEMPLATE/
featured_products.php
specials_index.php
new_products.php
replace all instances of:
PHP Code:
zen_image($template->get_template_dir('details.gif', DIR_WS_TEMPLATE, $current_page_base,'images').'/details.gif')
with:
PHP Code:
zen_image_button(BUTTON_IMAGE_GOTO_PROD_DETAILS , BUTTON_GOTO_PROD_DETAILS_ALT)
Thanks for posting ;-) I'll incorporate this change in a future template release.
Thanks,
Anne
1 Attachment(s)
Re: Avonlee Contempo Template Support Thread
Hi Anne,
I was wondering if it was possible to remove the mini horizontal and vertical lines that are present before the names of each sub-category under the category navigation menu. For example on your demo page here: http://www.picaflor-azul.com/free-de...=index&cPath=1
Is it all possible to remove those characters before the names of the sub-category?
Thanks in advance!
Re: Avonlee Contempo Template Support Thread
Those mini lines are not due to the template but are part of the default Zencart.
To remove them go to your admin/configuration/Layout Settings. Just about half-way down you'll see some Categories Separator areas to edit. Some of mine are gone/blank but I think it's the Categories Separator between the Category Name and Sub Categories. You should see the lines. Just remove them.
But to help orient customers, I'm now using link color as here via css:
http://www.prommart.com/index.php?ma...x&cPath=122_30
Re: Avonlee Contempo Template Support Thread
Thank you so much! Sometimes its the simple things that stump me the most!
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
Mr.Pea
Thank you so much! Sometimes its the simple things that stump me the most!
You can change the lines to whatever you want or just remove the separator in your admin--configuration--layout settings--Categories Separator between the Category Name and Sub Categories
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Hi Anne,
Is there a way to disable the shopping cart / checkout from the header so it only appears if a product is added?
www.cyclegarageco.com/store
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
opunku
Hi Anne,
Is there a way to disable the shopping cart / checkout from the header so it only appears if a product is added?
www.cyclegarageco.com/store
You could add some custom php code to the includes/templates/avonlee_contempo/common/tpl_header.php file.
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Hi Anne,
I am having trouble creating new customer accounts on this template. Every time I fill in all the required information and hit submit it kicks me to a blank form and no account is created. Any suggestions? Thanks
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
jjmondoro
Hi Anne,
I am having trouble creating new customer accounts on this template. Every time I fill in all the required information and hit submit it kicks me to a blank form and no account is created. Any suggestions? Thanks
This is not a template problem. The create account works fine on the demo site here:
Avonlee Comtempo Free Zen Cart Template Demo Site
I would recommend looking in your /cache folder (make sure permissions are set to 777) for error messages. Also, backtrack and look at any changes/modifications you have made to the template or addons you have installed. You can change the template back to the classic to see if the problem is in a template file you have modified.
Thanks,
Anne