1 Attachment(s)
Re: Printable Price list :: support thread
I've uploaded
I definetly think it is some old script that is causing the problem... I did use your printable price list on my PRE-Upgrade version of zen-cart.. worked great!
I wonder if I need to delete or change something from the old version?
the page looks like this now ( is this from an older version?)
http://www.kwmagic.com/index.php?main_page=pricelist
Re: Printable Price list :: support thread
GOT IT
Thanks for the contribution Paul.
Re: Printable Price list :: support thread
Sorry if I missed it somewhere in the thread... but did anyone ever figure out how/what to change so it would work properly with an 8 1/2 x 11 sheet of paper (instead of a4)???
Thanks
Re: Printable Price list :: support thread
I have ver 1.3 on Zen Cart 1.3.7 - all works great. Is there a need to get ver 1.4.1 ?
If so, do I need to do any sql patches - or just uplaod the new files.
Thanks for your help.
Re: Printable Price list :: support thread
Hi 2004g35,
there is no real need to install 1.4.1 if you're happy with 1.3 :smile: But if you do want to upgrade you will need to reinstall the sql (which will reset all settings, sorry: no time to write sql update patches).
Maybe it's better to wait for a new 1.4.x or newer version. I am on 1.4.3 now, but I am unsure if I will continue working on it until I have at least a 1.5 or newer version, or that I will release another 1.4.x version.
Here's a partial changelog (quoted from the readme..):
Quote:
######################################
# price-list v1.42 2007/10/04 #
######################################
Added missing file:
/includes/init_includes/init_zen_group.php
(adding this file should fix the group feature)
Minor change to /includes/extra_functions/group_functions.php which may fix the group function issue with older (1.2.x) Zen Cart versions.
Another minor change to header_php.php to fix a TABLE_HEADING_ADDTOCART bug
######################################
# price-list v1.41 2007/07/19 #
######################################
Minor fix in pricelist-3.sql patch file (to prevent install error on some MySQL versions/configurations when using the Zen SQL patch tool).
######################################
# price-list v1.4 2007/07/18 #
######################################
1) Made a small change to the sql (which might fix a possible column count error message at install when using the Zen SQL patch tool)
2) Fixed a minor bug (in tpl_main_page.php), now the selected profile should always be remembered when switching categories
3) Added random images floats (left/right) logic for nicer catalogue prints
Also added css to profile-3.css (edit it to control the image floats):
.imgDescrRndPL_3 img, .imgDescrRndPL_4 img {
float: left;
}
.imgDescrRndPL_1 img, .imgDescrRndPL_2 img{
float: right;
}
4) Added code for add to cart buttons (commented: //Added by Vartan Kat on july 2007 for Add to cart button), credits for this should go to Hubert and Vartan Kat
######################################
# price-list v1.3.6 2007/06/04 #
######################################
Several changes, some of which are:
1) Added basic functionality to print descriptions and images (height and width setting in pricelist admin profile settings)
2) Added group functionality. Uses zen the groups (group names) to allow disallow access to the pricelist. Set in pricelist admin profile settings.
######################################
# price-list v1.2 2006/10/20 #
######################################
Made several code changes (trying to clean up some mess ;-) ).
Removed the need to overwrite or edit the currencies class.
Merged several files into one. For easier layout edits (I hope).
Header, footer and body all moved to tpl_main_page.php
Some small changes to the stylesheet
Re: Printable Price list :: support thread
Sorry, but I don't find any information about use this mod to generate price listing for wholesales (to use with this mod
http://www.zen-cart.com/index.php?ma...roducts_id=166)
I use the wholesales mod
http://www.zen-cart.com/index.php?ma...roducts_id=166
and I use price listing mod to generate price listing.
I would use price listing mod to generate price listing only when wholesales customer log in and show him the reserved price.
I hope I'm clear
Re: Printable Price list :: support thread
Hi,
If this works with product images, is it possible to make use of it to generate a printable price list of the entire catalog and convert the html version to pdf?
Re: Printable Price list :: support thread
@100asa: sorry, but whosale prices are not supported currently. That would require some custom coding.
@dealbyethan.com: you can try CutePDF Writer (= a free Windows programm). Everything you print it writes into PDF files.
(I use it myself to convert invoices to PDF ocasionally, and I assume it would work well on the pricelist too)
Re: Printable Price list :: support thread
Hi
I love this module. I installed it successfully but I would like to fix a few things:
1. Tax inclusive and exclusive don't work when enabled in the admin. Both pricings are the same.
2. Logo doesn't display when enabled in the admin.
3. How do I move the product image up so it is on the same row as the pricing to the right?
4. I would like to enable the description. However I have also some product images inside the description. How do I display the description without showing them?
Any suggestion will be appreciated. Thank you so much.
Re: Printable Price list :: support thread
1. I think the answer is in this thread. (use the "Search this Thread" button and search for "tax")
2. Screen or print?
3. ....
4. Try this: open the CSS file for edit, find the class of the description, and add img {display: none;}