Is there a way to create additional profiles? Thank you!
Is there a way to create additional profiles? Thank you!
Update to previous postings:
I was able to update the logo that appears on the top of the pricelist page. Yay!
A few more questions. Please, someone, anyone!
Is there a way to enable the logo to print ONLY on the top of the first page?
I am making a pricelist with just images, product, product number and price. Is there a way to create this all to show on the same line? Currently it seems the image box in attached to the description box?
THANK YOU!! This mod is awesome, I wish this thread was still alive.![]()
Also is there way so ONLY the products print? I don't want any category headers or sub category headers. Thank you.
Search forusing TOOLS > Developers Tool Kit. Replace current logo with your logo.'HEADER_PRICELIST_LOGO_IMAGE'
I think that should work, but I am not the developer so cross your fingers
Sawhorse
There is no logo right now - just store title. I could not locate "HEADER_PRICELIST_LOGO_IMAGE" with developers tool kit. I did look up LOGO_IMAGE.
Found:
/includes/templates/template name/pricelist/tpl_main_page.php with this:
Line #24 : echo '<a href="' . zen_href_link(FILENAME_DEFAULT) . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>';
Line #102 : echo '<a href="' . zen_href_link(FILENAME_DEFAULT) . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>';
What should I change here? or is it located elsewhere?
Thanks, Kim
look in file
public_html/includes/languages/english/header.php
And
public_html/includes/languages/english/Your Template/header.php
You should see it. If not I do not know why you do not have it. Sorry.
Sawhorse
That is not the correct one.
It needs to beSawhorseHEADER_PRICELIST_LOGO_IMAGE
Bookmarks