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

Printable Price list :: support thread

Views: 232,005

Results 261 to 280 of 739
16 Jan 2008, 06:27
#261
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Printable Price list :: support thread

I have installed the Price List (hey thanks Paulm! - excellent) and the appropriate listings appear under Configuration but when I go to http://www.example.com/shop/index.php?main_page=pricelist
I get a Page Not Found error. What might be going wrong?

18 Jan 2008, 21:15
#262
lissy73 avatar

lissy73

New Zenner

Join Date:
Jul 2007
Location:
Germany
Posts:
31
Plugin Contributions:
0

Re: Printable Price list :: support thread

I´m sorry, but i can not make any admin settings.

how can I make the settings about the admin tool ?

what must I do to find the settings in admin config? I´ve made no files in admin directory!

Can somebody help me please?!

At the moment I´ve made all changes in phpmyAdmin.

Thanks a lot

Lissy

18 Jan 2008, 23:03
#263
lissy73 avatar

lissy73

New Zenner

Join Date:
Jul 2007
Location:
Germany
Posts:
31
Plugin Contributions:
0

Re: Printable Price list :: support thread

Sorry...

I´ve a next question!

I don´t get the Link: echo '<br /><a href="' . zen_href_link(FILENAME_PRICELIST) . '">' . CATEGORIES_BOX_HEADING_PRICELIST . '</a>';

into my information.php. (in the Box from Information!!)

If i put the link on, the price list link is always stay outside the Box!

please, how tell´s me where the link must be setting for stay in the Box of Information?

Thanks a lot!

Lissy

19 Jan 2008, 00:46
#264
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: Printable Price list :: support thread

I'll ask again cos I really need this thing to work ...
I have installed the Price List and the appropriate listings appear under Configuration but when I go to <.../shop/index.ph...page=pricelist> I get a Page Not Found error. What might be going wrong?
Anyone?

23 Jan 2008, 06:02
#265
xman888 avatar

xman888

Zen Follower

Join Date:
Jan 2007
Posts:
226
Plugin Contributions:
0

Re: Printable Price list :: support thread

Hello,

When I set up an EZ-Page to display the price list in my cart using:

Open in new window = YES

Internal Link URL:= index.php?main_page=pricelist

And then I click on the link in my cart, it brings up the url:

http://www.Mydomain.com/catelog/index.php?main_page=pricelist?target="_blank

which brings up a page not found error.

Is this a bug?

Kind regards,
Anthony

23 Jan 2008, 06:09
#266
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: Printable Price list :: support thread

This page is full of questions with no answers! Is there anyone out there that can support this contribution?

23 Jan 2008, 07:37
#267
gothstone avatar

gothstone

Zen Follower

Join Date:
Jun 2005
Posts:
330
Plugin Contributions:
0

Re: Printable Price list :: support thread

jenpen, Lissy73, and xman888 - It is far easier for those on the forum to help you if we can see your site to see whats going on. Please post your real URLS.

Jen - Posibile problems I can think of include that your zencart is not really in a "/shop/" directory and that your url is wrong. For most people it will be like mine; http://www.pezcollectors.com/index.php?main_page=pricelist
Also, the script could be timeing out, I have that problem sometimes when I have images turned on. Talk to your host to find out the correct way to change your script timeout settings. Also, make very sure that you uploaded ./languages/english/pricelist.php and that its in that directory, and not an override directory.

Lissy73 - I'm sorry, but I am having a very hard time understanding your posts. I can tell you that you should never install your SQL patches for mods in phpmyadmin. Instead you should open the .sql file in wordpad (NOT notepad), and copy all of the text. Then in your admin go to Tools, then Install SQL Patches, past the text into the box and hit send. Since you may have goofed the SQL patch, I suggest doing this with pricelist_remove.sql, then with pricelist-3.sql.
To add the link to your information box, edit the file ./includes/modules/sideboxes/NAME-OF-YOUR-TEMPLATE/information.php
After the lines ```php
if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') {
$information[] = '<a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a>';
}

Add
```php
$information[] = '<a href="' . zen_href_link(FILENAME_PRICELIST) . '">' . CATEGORIES_BOX_HEADING_PRICELIST . '</a>';

xman888 - Can you view the pricelist if you go directly to the page? If not, try the same suggestions I gave jenpen. If you can, do the rest of your EZ-Pages work, and with the same settings?

23 Jan 2008, 10:58
#268
lissy73 avatar

lissy73

New Zenner

Join Date:
Jul 2007
Location:
Germany
Posts:
31
Plugin Contributions:
0

Re: Printable Price list :: support thread

Hi gothstone,

sorry for my bad english!!! :-(

Thank for help with the php code it´s working now under Information.

I want to change this in my category box under "All products", where must this php code on?

I was trying the link from readme.txt :

And:

echo '<br /><a href="' . zen_href_link(FILENAME_PRICELIST) . '">' . CATEGORIES_BOX_HEADING_PRICELIST . '</a>';

to one of the the template files (depending on where you want the link to show up).

and it doesn´t work.

My Question in post before:

in readme.txt find this:

//
// Usage and Configuration
/
/

The pricelist settings should be available at the bottom of your "admin::configuration" screen now.
There is a main Price-list setting and there are several Price-list profile settings.
(If the admin DHTML menu does not show all the profiles, click on "configuration" at the top to use the alternative menu.)

I can not find the pricelist settings on admin->configuration !

Always i don´t want to have the head see picture:

Where can i do delete?

Lissy

23 Jan 2008, 19:17
#269
gothstone avatar

gothstone

Zen Follower

Join Date:
Jun 2005
Posts:
330
Plugin Contributions:
0

Re: Printable Price list :: support thread

Lissy73 - I compleatly understand how hard it is to post in another language, especialy when you have to include technical terms that don't translate. While I don't speak or write in German very well at all, I can read it; it may be easier for you to PM me in German.

Glad to hear its working in the information box now!

To have the link under All Products in the Categories box, edit ./includes/templates/NAME-OF-YOUR-TEMPLATE/sideboxes/tpl_categories.php
After the lines:

if (SHOW_CATEGORIES_BOX_PRODUCTS_ALL == 'true') {
      $content .= '<a class="category-links" href="' . zen_href_link(FILENAME_PRODUCTS_ALL) . '">' . CATEGORIES_BOX_HEADING_PRODUCTS_ALL . '</a>' . "\n";
    }

insert:

$content .= '<a href="' . zen_href_link(FILENAME_PRICELIST) . '">' . CATEGORIES_BOX_HEADING_PRICELIST . '</a> . "\n";  

The link in the readme text is pure HTML. Thats fine when your are adding it to static content, but it you add it to dynamic php, you have to follow the structure of the php file you are adding it to.

I tried to manualy go to your pricelist on your site, it was not found. I suggest, as I did before, running the pricelist_remove.sql, then running the pricelist-3.sql. Then you should reupload all the files in the mod. If you still can't see the configuration for pricelists in admin, go to tools, admin settings. Does your user have a yellow P beside it? If so, you have admin profiles installed, and you need to click on that P and give yourself permission to configure pricelists by checking it under Third Party mods.

I'm not sure where your are seeing that header, it can probably be turned off in the configuration for pricelists.

I looked at your site. While it has a great look, your scrolling images in the specials and new products sideboxes are causing major problems. Your site cannot even be seen in firefox. I would highly suggest you only work on one mod at a time, get it working, and don't move to the next untill its compleated. One error will spawn several more. Good luck! :cool:

23 Jan 2008, 23:41
#270
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: Printable Price list :: support thread

Gothstone, thank you!
My Zen Cart is currently hosted locally on my machine so that link was the actual link. Might this be the problem?

24 Jan 2008, 00:55
#271
xman888 avatar

xman888

Zen Follower

Join Date:
Jan 2007
Posts:
226
Plugin Contributions:
0

Re: Printable Price list :: support thread

Hello gothstone,

I figured out a solution to my problem:

**"Hello,
When I set up an EZ-Page to display the price list in my cart using:
Open in new window = YES
Internal Link URL:= index.php?main_page=pricelist
And then I click on the link in my cart, it brings up the url:
****http://www.Mydomain.com/catelog/inde...t="_blank**
which brings up a page not found error.
Is this a bug?
Kind regards,
Anthony "

The problem was is that it is adding "="_blank " to the end of the link.

I instead put in the full url into the External Link Url, and it doesn't do this, therefore it works perfectly.

Kind regards,
Anthony

24 Jan 2008, 04:45
#272
gothstone avatar

gothstone

Zen Follower

Join Date:
Jun 2005
Posts:
330
Plugin Contributions:
0

Re: Printable Price list :: support thread

Jen - its hard to say. If you are running linux, and have realy named your system example.com, then it should work perfectly. If you are running windows useing something like apache2triad, you will find strange problems frequently. I would suggest useing a real server for your development, preferable the host you intend on using, as different host configurations can make a difference in how your site works. For instance, I just moved hosts (the old one went from wonderfull to absolute hell in the last year) to camalot hosting. While I love my new host, their configuration prevents me from using php overides in .htaccess files, so I had to rethink a few things. Also, it your dev site it on a real server, we on the forum can look at it, making it much easier to help with most problems.

xman888 - Glad to hear you got it working!

26 Jan 2008, 02:32
#273
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,

I want to upgrade to the latest version but not sure how to. I did some customization on the current version I am using now and don't want to lose them. Please advise. Thank you.

02 Feb 2008, 23:26
#274
sospcshop avatar

sospcshop

New Zenner

Join Date:
Mar 2005
Posts:
30
Plugin Contributions:
0

Re: Printable Price list :: support thread

after I have installed pricelist (last rev.1.5.0) on 1.3.7 I have this message:

Warning: Variable passed to each() is not an array or object in /home/ujrctznj/domains/sospcshop.com/public_html/store/includes/classes/db/mysql/query_factory.php on line 114

Warning: session_start() [function.session-start]: open(SESSION_WRITE_DIRECTORY/sess_da83da7b42932237cafd2ecf9e92787c, O_RDWR) failed: No such file or directory (2) in /home/ujrctznj/domains/sospcshop.com/public_html/store/includes/functions/sessions.php on line 108

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/ujrctznj/domains/sospcshop.com/public_html/store/includes/classes/db/mysql/query_factory.php:114) in /home/ujrctznj/domains/sospcshop.com/public_html/store/includes/functions/sessions.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at /home/ujrctznj/domains/sospcshop.com/public_html/store/includes/classes/db/mysql/query_factory.php:114) in /home/ujrctznj/domains/sospcshop.com/public_html/store/includes/init_includes/init_templates.php on line 78

Warning: The sessions directory does not exist: SESSION_WRITE_DIRECTORY. Sessions will not work until this directory is created.
ERROR! Profile does not exist, loading default Profile instead. (PL_DEFAULT_PROFILE)
Zen Cart! 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.

Warning: Unknown: open(SESSION_WRITE_DIRECTORY/sess_da83da7b42932237cafd2ecf9e92787c, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (SESSION_WRITE_DIRECTORY) in Unknown on line 0

and the only way to work is to uninstall the pach !

can someone help me ?

thanks !

06 Feb 2008, 21:42
#275
marksu avatar

marksu

Zen Follower

Join Date:
Nov 2007
Posts:
260
Plugin Contributions:
0

Re: Printable Price list :: support thread

Thanks for the nice mod.
I installed it but got some problems.

I use 3 languges on my site english, finnish and sedish.
All proifiles are enabled, but only profile 1 is shown and that only in english language.

The all other profiles or languges I get statement that I dont have right to see the list even when loged in.

Well I do have admin_profiles_v1_0_6 module installed, but not sure if that is causing the problem?

Can somebody help me?

marksu

06 Feb 2008, 21:57
#276
marksu avatar

marksu

Zen Follower

Join Date:
Nov 2007
Posts:
260
Plugin Contributions:
0

Re: Printable Price list :: support thread

I forgot also to mension that I did mark checkboxes on admin setttings
Printable Price-list
Price-list Profile-1
Price-list Profile-2
Price-list Profile-3

that did not help.

marksu

13 Feb 2008, 04:23
#277
mauryg avatar

mauryg

Zen Follower

Join Date:
Jul 2006
Posts:
213
Plugin Contributions:
0

Re: Printable Price list :: support thread

Marksu,
I made the same mistake. Marking the boxes in Admin Profile is not enough. You need to go into Price-List Profile-2 and Price-List Profile-3 in the Admin>Configuration menu and remove the Group Name setting. When it is blank then everyone can see the profile. It is used to restrict the Price List to only members of a Group which you set up in Admin>Customers>Group Pricing. (You can set the discount to 0% for the group.) Then add a customer to the group and they can see the catalog profile you selected.

Hope this helps

13 Feb 2008, 04:43
#278
mauryg avatar

mauryg

Zen Follower

Join Date:
Jul 2006
Posts:
213
Plugin Contributions:
0

Re: Printable Price list :: support thread

PaulM,
I know you said you didn't really have time to support this mod for all the requests you've had, but there is one which seems quite critical. The majority of products in my catalog are "priced by attribute" because they come in various sizes or forms.
Can you give me any direction as where to begin looking if I want to try to adapt this mod to show attributes and their prices and weights within a product listing?

BTW, I think you've done a great job on the current version

13 Feb 2008, 09:04
#279
paulm avatar

paulm

Totally Zenned

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

Re: Printable Price list :: support thread

@marksu: if you can post or PM a link I will take a look at the language issue

@mauryg: sorry, I can not help with attributes. I think the pricelist main code (big parts of includes\modules\pages\pricelist\header_php.php) would have to be rewritten first, which is very unlikely to happen soon. And even then I am not sure about adding attributes support.

mauryg:

You need to go into Price-List Profile-2 and Price-List Profile-3 in the Admin>Configuration menu and remove the Group Name setting.Correct. The readme may not be very clear about this because in older versions the lists were available to everyone by default.

05 Mar 2008, 10:47
#280
cookiesa avatar

cookiesa

New Zenner

Join Date:
Jan 2007
Location:
Adelaide, South Australia
Posts:
43
Plugin Contributions:
0

Re: Printable Price list :: support thread

I'm missing something.....

Great MOD love it, this is even better than the first version!

Since updating zen and installing the new version my logo etc don't print (they don't appear in the preview either?? both are turned on. The footer prints.

Would appreciate it if anyone has a suggestion.

thanks https://www.platypusscreenprinting.com.au

link is in the 3rd box, last item

Thanks in advance!