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
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
Hi paulm - thanks for the superb contribution.
I have a question, the answer to which I hope will benefit many.
I have Zen Cart 1.3.9 with Price-List 1.5.0. I also have Group Pricing per Item 1.3.3.
It would be fantastic to be able to authorize a logged in user who has a Group Pricing Per Item discount, and show him a price list with both the Retail Price from database field v_products_price and also his own price from one of :
v_products_group_a_price
v_products_group_b_price
v_products_group_c_price
v_products_group_d_price
(these fields are specific to the Group Pricing per Item mod).
At the moment, all that happens with my site on trying to access www.mysite.com/index.php?main_page=pricelist (when logged in with a Group C account) is a message on screen saying: Sorry, you're not allowed to view this list.Log Out
In Admin I have set up Group C as the "Group Name" on my Profile 2 Price List and Group C appears on the list of Groups under Admin>Customers>Group Pricing.
I would appreciate any suggestions very much, I have a specific national distributor wanting to see a printable price list prior to making his order, and rather than sending him an Excel file in the old fashioned way, it would much rather satisfy this client's request by getting these mods (Price-List and Group Pricing Per Item) to work together for the coolest functionality of all!!
Thank you!