Page 27 of 75 FirstFirst ... 17252627282937 ... LastLast
Results 261 to 270 of 741
  1. #261
    Join Date
    Sep 2007
    Location
    Far South Coast, NSW, Australia
    Posts
    436
    Plugin Contributions
    0

    Default Re: 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.ph...page=pricelist
    I get a Page Not Found error. What might be going wrong?

  2. #262
    Join Date
    Jul 2007
    Location
    Germany
    Posts
    31
    Plugin Contributions
    0

    Default 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
    ZenCart Version 1.3.7 and ZenCart Version 1.3.8

    Apache/2.0.54 (Debian GNU/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e

  3. #263
    Join Date
    Jul 2007
    Location
    Germany
    Posts
    31
    Plugin Contributions
    0

    Default 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
    ZenCart Version 1.3.7 and ZenCart Version 1.3.8

    Apache/2.0.54 (Debian GNU/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e

  4. #264
    Join Date
    Sep 2007
    Location
    Far South Coast, NSW, Australia
    Posts
    436
    Plugin Contributions
    0

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

  5. #265
    Join Date
    Jan 2007
    Posts
    226
    Plugin Contributions
    0

    Default 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/inde...t=&quot;_blank

    which brings up a page not found error.

    Is this a bug?

    Kind regards,
    Anthony

  6. #266
    Join Date
    Sep 2007
    Location
    Far South Coast, NSW, Australia
    Posts
    436
    Plugin Contributions
    0

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

  7. #267
    Join Date
    Jun 2005
    Posts
    355
    Plugin Contributions
    0

    Default 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.p...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 Code:
      if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') {
        
    $information[] = '<a href="' zen_href_link(FILENAME_UNSUBSCRIBE) . '">' BOX_INFORMATION_UNSUBSCRIBE '</a>';
      } 
    Add
    PHP Code:
    $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?
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

  8. #268
    Join Date
    Jul 2007
    Location
    Germany
    Posts
    31
    Plugin Contributions
    0

    Default 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
    ZenCart Version 1.3.7 and ZenCart Version 1.3.8

    Apache/2.0.54 (Debian GNU/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e

  9. #269
    Join Date
    Jun 2005
    Posts
    355
    Plugin Contributions
    0

    Default 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:
    PHP Code:
    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:
    PHP Code:
    $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!
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store •••••••• My Plugins List

  10. #270
    Join Date
    Sep 2007
    Location
    Far South Coast, NSW, Australia
    Posts
    436
    Plugin Contributions
    0

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

 

 
Page 27 of 75 FirstFirst ... 17252627282937 ... LastLast

Similar Threads

  1. Printable Price List by Paulm
    By helshop in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 25 Jan 2007, 12:27 PM
  2. printable price list
    By sparxs in forum All Other Contributions/Addons
    Replies: 26
    Last Post: 1 Nov 2006, 03:18 PM
  3. printable price list
    By Alik in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Sep 2006, 03:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR