Totally Zenned
- Join Date:
- Sep 2010
- Posts:
- 611
- Plugin Contributions:
- 0
Printable Price list :: support thread
Also is there way so ONLY the products print? I don't want any category headers or sub category headers. Thank you.
Views: 232,005
Totally Zenned
Also is there way so ONLY the products print? I don't want any category headers or sub category headers. Thank you.
Totally Zenned
joyjoy:
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. :blink:
How did you get the logo to show?
Zen Follower
Search for > 'HEADER_PRICELIST_LOGO_IMAGE' using TOOLS > Developers Tool Kit. Replace current logo with your logo.
I think that should work, but I am not the developer so cross your fingers:smile:
Sawhorse
Totally Zenned
Sawhorse:
Search for using TOOLS > Developers Tool Kit. Replace current logo with your logo.
I think that should work, but I am not the developer so cross your fingers:smile:
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
Zen Follower
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
**
Totally Zenned
Sawhorse:
look in file
**public_html/includes/languages/english/header.phpAnd ****
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
**
Yes, found it!
Mine is listed as HEADER_LOGO_IMAGE.
Thank you, Kim:clap:
Zen Follower
That is not the correct one.
It needs to be > HEADER_PRICELIST_LOGO_IMAGE
Sawhorse
Totally Zenned
Sawhorse:
That is not the correct one.
It needs to beSawhorse
I added it to the file. Thanks, Kim
New Zenner
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 https://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!
New Zenner
Solution Part 1.
I have been able to figure out that printable Price List uses the ID of the first four Group Discounts as seen under Admin>Customers>Group Discount
Specifically IDs 1, 2, 3, 4.
If you still have ID's 1,2,3,4 (and have not deleted them having first added replacement ID's 5,6,7,8 - like I did, then you are indeed comparatively fortunate) - just edit the names to the reserved names e.g. Group A, Group B etc.
In my installation of Group Discount Per Item, I had added Group A Group B etc with IDs 5, 6, 7, 8 and once these had tested good, deleted the unwanted 'dealer, super dealer, tier1 distributor, tier2 distributor' discounts with ID 1,2,3,4. The result of having IDs 5,6,7,8 was that none of these were recognized by Printable Pricelist as valid IDs. So customers all failed PPList's security to view a price list regardless of the fact that they had a Group name identical to a name entered into Configure>Pricelist Profile 1, 2, or3 supposedly granting permission for a discount group to a specific price list.
Editing the Group Discount IDs directly in a text editor prior to re-uploading resulted in an unmitigated SQL disaster (not to be recommended). So I uploaded an old 'known good' database backup and edited the names next to IDs 1, 2, 3, 4, to the 'reserved names' Group A, Group B , Group C, Group D.
Well, now let's see if it is possible to produce a combined wholesale/retail pricelist (instead of a Incl. Exl pricelist).
Hmmm
New Zenner
Solution Part 2.
Replacement for lines 521 and 522 of header_php.php
includes>modules>pages>pricelist>header_php.php
$products_price_inc = pl_display_price($cats[$cat_index][$prod_index]['products_price'], zen_get_tax_rate($cats[$cat_index][$prod_index]['products_tax_class_id']));
$products_price_ex = zen_get_products_display_price($cats[$cat_index][$prod_index]['products_id']);
Actually only line 522 is changed.
Now I have a Tax free "Wholesale" price in accordance with the settings of Group Pricing Per Item for the client actually able to look at the Price List. And I have a retail price including sales tax.
I think this is cool, personally. Hope you do too.
New Zenner
Just installed this, the options are showing up ok in admin but the index.php?main_page=pricelist page just throws up a 404.
I'm using 1.3.9e and price list 1.5.0
New Zenner
Mule:
Just installed this, the options are showing up ok in admin but the index.php?main_page=pricelist page just throws up a 404.
I'm using 1.3.9e and price list 1.5.0
Nevermind, I was doing it wrong as usual. Hadn't uploaded the right files.
Totally Zenned
I may have missed this somewhere...if so please redirect.
I have price list working with default profile 1. It comes up with url: http://www.burnerbooks.com/index.php?main_page=pricelist.
How do I use the other profiles 2 and 3? I would like to use both lists. What would the url be? I have tried several variations only to get page not found error.
Thanks, Kim
Zen Follower
Hi. Has anyone got this to work with attributes please?
Zen Follower
I have made a quick and dirty modification to show a list of attributes in this list... file attached (includes/modules/pages/pricelist/header_php.php).
BUT I need to do this as quick as possible and it is only for my customer (website owner) to view and not the public, so it may not be as perfect as it should, and the coding should be updated in line with best practices and this module, but it may help someone get started inserting attributes as they need them.
I hope this can be improved an inserted into this mod because its pointless having a price list without attributes!
New Zenner
Hi, I tried the revised header_php file, but I just got a blank page when I tried to view my price list. What did I do wrong?
I want to be able to print the stock list with the identity number from my Database included, anyone know how to do this?
Any help greatly appreciated.
New Zenner
Is this mod compatible with the multisite module?
thanks
Totally Zenned
any chance that this mod will be updated for version 1.5?
Zen Follower
bkeaton:
any chance that this mod will be updated for version 1.5?
I second that as there is nothing else to use
Fields marked required must be completed.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.