Zen Cart Logo
Forums / All Other Contributions/Addons / Printable Price list :: support thread

Printable Price list :: support thread

Views: 232,005

Results 301 to 320 of 739
06 May 2008, 04:22
#301
lindysgoodies avatar

lindysgoodies

New Zenner

Join Date:
Oct 2007
Location:
Victoria, Australia
Posts:
19
Plugin Contributions:
0

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....

06 May 2008, 04:56
#302
lindysgoodies avatar

lindysgoodies

New Zenner

Join Date:
Oct 2007
Location:
Victoria, Australia
Posts:
19
Plugin Contributions:
0

Re: Printable Price list :: support thread

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

06 May 2008, 05:12
#303
lindysgoodies avatar

lindysgoodies

New Zenner

Join Date:
Oct 2007
Location:
Victoria, Australia
Posts:
19
Plugin Contributions:
0

Re: Printable Price list :: support thread

Nevermind, i found the piece of code that was going wrong....

Line 449 of header_php.php

if (PL_SHOW_MODEL == 'true') 

needed to be changed to:

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!

08 May 2008, 12:57
#304
uneek avatar

uneek

New Zenner

Join Date:
Mar 2008
Posts:
27
Plugin Contributions:
0

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??

08 May 2008, 22:54
#305
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

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.

09 Jul 2008, 09:37
#306
aussiesapphire avatar

aussiesapphire

Zen Follower

Join Date:
Apr 2006
Posts:
114
Plugin Contributions:
0

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/index.php?main_page=pricelist&profile=1

cheers
Leah

09 Jul 2008, 12:52
#307
fuzzybunny avatar

fuzzybunny

New Zenner

Join Date:
Sep 2007
Location:
Melbourne Australia
Posts:
60
Plugin Contributions:
0

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

09 Jul 2008, 15:48
#308
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

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:
Boxes
If true boxes are shown (to switch languages, currencies etc).

true
falseand 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.

09 Jul 2008, 20:47
#309
aussiesapphire avatar

aussiesapphire

Zen Follower

Join Date:
Apr 2006
Posts:
114
Plugin Contributions:
0

Re: Printable Price list :: support thread

thank you PaulM,

that fixed it. I thought it must have been something simple but between checking the settings one way or the other, reloading the page to check, I must have missed that one.

Still working on the printing problem but I think I'll work that out. Should have settings the same for both profiles but there must be something different there.

Thanks for helping on the other.
Leah

09 Jul 2008, 20:49
#310
aussiesapphire avatar

aussiesapphire

Zen Follower

Join Date:
Apr 2006
Posts:
114
Plugin Contributions:
0

Re: Printable Price list :: support thread

cancel the printing problem - was a "shrink to page" setting which I remember reading about on this thread. Was looking for a difference in the Printable Price List settings between profiles but it was the printer settings that had me tricked - was set on one profile but not the other which is weird but problem solved anyway.

cheers
Leah

09 Jul 2008, 23:29
#311
fuzzybunny avatar

fuzzybunny

New Zenner

Join Date:
Sep 2007
Location:
Melbourne Australia
Posts:
60
Plugin Contributions:
0

Re: Printable Price list :: support thread

Thanks PaulM,
I'll have to keep doing the adjustment in Excel and send out manually for now, I'll see if I can work out how we may be able to use the "online group pricing" mod (which we also use) to reflect the Group values in the list somehow - must be a way - hopefully I can find out and post it here!!!

Additoinally, is there a way to NOT LIST ITEMS WITH STOCK BALANCE ZERO.

This is because we sell flowers - some flowers are only available seasonally, so we have the sotck balance at zero, but leave the item active so that people know that wedo stock that item when it IS in season (eg. peony rose only availabel for two months, but we want everyone to know we have it when it is available, so a wedding person for example can plan to have them at that time). Perhaps this is possible with the "available" date setting in the products?

Any guidance greatly appreciated.

10 Jul 2008, 10:06
#312
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

products_date_available and products_quantity are both stored in the products table, so it would be a relatively easy modification to add a "WHERE products_quantity > 0" or a similar products_date_available condition to the price list module query.

I'll see if I can work out how we may be able to use the "online group pricing" mod (which we also use) to reflect the Group values in the list somehow - must be a way - hopefully I can find out and post it here!!!I am sure a lot of users would be interested :smile: (and if that mod shows the discount prices directly it's probably easier to implement than then the zen group prices)

17 Jul 2008, 07:06
#313
aussiesapphire avatar

aussiesapphire

Zen Follower

Join Date:
Apr 2006
Posts:
114
Plugin Contributions:
0

Re: Printable Price list :: support thread

Just one more little question and I hope it hasnt been asked before. I vaguely remember something similar but just trawled through the whole thread and couldnt find it. Apologies if has been answered before.

I would like to exchange where the model number displays for the Product ID# allocated by Zencart. I am using the Printable Price List as the basis for our catalogue and rather than re-do a whole new numbering system, thought it would be simpler just to use the category and product numbers used by the zencart database but these need to be displayed for customers to refer to them. Product ID is the main one needed and it can be just a straight swap for the Model Number.

All else is exactly as I need.

cheers
Leah

25 Jul 2008, 00:08
#315
aussiesapphire avatar

aussiesapphire

Zen Follower

Join Date:
Apr 2006
Posts:
114
Plugin Contributions:
0

Re: Printable Price list :: support thread

Thanks Paul - I thought I remembered seeing it but couldnt find it anywhere. Thanks for pointing me in the right direction. I think I can work it out from those pointers (I hope?? - pretty sure I can do it).

Realy appreciate your work on this - easy to install, does exactly what it says without complication and is making my work a great deal easier.

cheers
Leah

25 Jul 2008, 08:55
#316
aussiesapphire avatar

aussiesapphire

Zen Follower

Join Date:
Apr 2006
Posts:
114
Plugin Contributions:
0

Re: Printable Price list :: support thread

HELP !!! Broke my price list - cant fix it. Was trying to do the modification to get products_id to show instead of model number. Downloaded the new header_php file and uploaded it to my site. Backed up the old header_php file (just renamed it so I could revert back to it if necessary). Couldnt get the new one to work so while checking it out, renamed the old one back to header_php.php. One renaming back to the old version worked but the second time I went back to it, the whole thing went blank on me.

Now all I get is a blank page. Cant work out what to do. Have tried uninstalling and reinstalling but still cant get past the blank page.

My price list is here:
http://www.aussiesapphire.com.au/index.php?main_page=pricelist

In the reinstall, lost my settings but made a record of all of them so no problems there. Just need a pointer on how to get the pricelist displaying again.

Probably something totally basic and obvious but can anyone help me out here. Sorry to be a nuisance - thought I was pretty safe when I had the old file ready to put back but obviously it is not quite as simple as that.

cheers
Leah

25 Jul 2008, 09:05
#317
aussiesapphire avatar

aussiesapphire

Zen Follower

Join Date:
Apr 2006
Posts:
114
Plugin Contributions:
0

Re: Printable Price list :: support thread

Cancel the main panic - I've got it displaying again by changing the name of my renamed "new" version of the header_php file. It seems to have been getting confused as to whether to use the old or new file.

Got an error message on one of the profiles but I'll work on that next. Sorry for the false alarm.

Leah

28 Jul 2008, 04:27
#318
phazlee avatar

phazlee

New Zenner

Join Date:
Aug 2007
Posts:
28
Plugin Contributions:
0

Re: Printable Price list :: support thread

Hi,
I would like to know if I want to add custom links below the logo which file should edit?

I am using pricelist on 1.38 no header and footer just logo enabled in my pricelist.

Thanks

01 Aug 2008, 16:18
#319
dealbyethan_com avatar

dealbyethan_com

Totally Zenned

Join Date:
Dec 2005
Location:
Perth, Western Australia, Australia
Posts:
782
Plugin Contributions:
0

Re: Printable Price list :: support thread

Hi,

Can we convert the printable price list to PDF format?

04 Aug 2008, 16:08
#320
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Printable Price list :: support thread

The price list does not support PDF output. But, if it's for your own usage, you can use a print to PDF tool to create a PDF file from the price list. I think a FF addon exists that can do that for you, and there a several other (free) solutions available.