Re: Printable Price list :: support thread
@Paulm - my new best friend. that code works brilliantly. just needs a little bit of neet and tidy to make the print out look correct - the table headings are a little off - but i'm hoping i know enough coding to fix it....should just be a <td> somewhere i hope :smile:
thanks again buddy! now all i need to figure out is how to make it so that it is only accessible if the client is logged in....
Re: Printable Price list :: support thread
Quote:
Originally Posted by
paulm
Of course these definitions should actually be moved to the database settings and language file.
Hey Paul - just having a little difficulty - getting the table heading to read: ID, Item Name, Price - think its because i haven't quite followed this step. Are you able to give me a bit more info...sorry - im ok, but not great at coding!
Ta,
Josh
Re: Printable Price list :: support thread
Nevermind, i found the piece of code that was going wrong....
Line 449 of header_php.php
PHP Code:
if (PL_SHOW_MODEL == 'true')
needed to be changed to:
PHP Code:
if (PL_SHOW_PRODUCTS_ID == 'true')
Only thing is - there is no switch made for the front end to turn this on and off...might have a look at that in the future and send it to you for a future update...
Cheers!
Re: Printable Price list :: support thread
Hi,
I've just installed this in a ZC v1.38a after following the readme instructions but the price list page displays this:
ERROR! Profile does not exist, loading default Profile instead. (3)
Gym King Printable Price List
Displaying 0 products, click on the links for detailed product information.
No products or categories match your query, please make another selection.
http://www.gymking.com.au/index.php?main_page=pricelist
In the Admin the Price-list Profile-1 page has nothing on it, i.e. I can't ADD anything? Am I meant to be able to do it all through the admin? I've checked the product pages in Admin but there is no option in there to say Add This Product to the Price List.
Not sure how this works or what may have gone wrong??
Re: Printable Price list :: support thread
I guess something went wrong with the sql and probably an error message was returned when you tried to install it. Probably most configuration values are missing now, and that is why it does not display the products.
You can not add any products to the price list, it just shows the products you have in your shop.
1 Attachment(s)
Re: Printable Price list :: support thread
This is really a great mod, one of the nicest that I have seen. When I can I will lend support to it so you can keep up the great work.
I've got a question on customizing it a little, please work with me, I am still a bit of a newbie, but I have to ask because I just can't find it!
Can you tell me how to change the 'alt tag' over the image at the top of the pricelist? I changed the image from the default ZenCart Logo to ours but cannot seem to find where the alt tag gets changed. Nor can I figure out what file and where to edit to put "Printable Pricelist" on another line (please see screenshot).
Thanks for the help!
Jeanne
Re: Printable Price list :: support thread
I forgot to also ask about our name and address that prints out over top of the bottom of each table (category). It's printing in a larger black font, I'd like to either remove this or change it to a light gray or something.
Hope someone can help to point me in the right direction! Thanks so much!!
Re: Printable Price list :: support thread
This mod is exactly what I have been looking for as we get many customers asking for a catalogue - thanks a lot!!!
I have installed it and it seems to be working almost perfectly so that is fantastic. Just one question:
I have set up two profiles - one to show images/descriptions and another to show products without images. The first profile (default) shows the currency and category drop down boxes but when you select the other profile (no images or profile-2), these disappear. I really need to be able to select categories for the No-Images profile as well as for the default profile. Is there an option I should be selecting for this?
Also, something is going a bit screwy with the printing setup for the No-Images profile and I cant get it to print on A4 pages neatly like the default but I guess I'll keep playing around with it until I sort it. Would really appreciate an idea on the other question though.
url is here:
http://www.aussiesapphire.com.au/ind...list&profile=1
cheers
Leah
Re: Printable Price list :: support thread
PaulM,
GROUP PRICING ISSUE
Love the mod - great work.
I have a number of Group Pricing groups and the mod supports this well EXCEPT it still shows the "default" price (before any group discount) on all of the lists.
Am I missing something or does it only show the one price level?
Thanks for nay advice in advance.
Max
Re: Printable Price list :: support thread
Quote:
Originally Posted by
aussiesapphire
The first profile (default) shows the currency and category drop down boxes but when you select the other profile (no images or profile-2), these disappear.
It's a setting:
Quote:
Boxes
If true boxes are shown (to switch languages, currencies etc).
true
false
and it's set to false by default for profile 2
@FuzzyBunny: I don't use group pricing myself, but it appears that Zen Cart itself does not calculate and show the discount directly, only at checkout. And because the price list uses the same functions as Zen Cart, the price list won't show the discounts. And it's not a pricelist option or feature to show it either... so it won't work I am afraid.