Page 25 of 75 FirstFirst ... 15232425262735 ... LastLast
Results 241 to 250 of 741
  1. #241
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag Re: Printable Price list :: support thread

    Quote Originally Posted by paulm View Post
    3. How do I move the product image up so it is on the same row as the pricing to the right? Do you mean you don't know or you don't understand?

    Sorry, but it meant that I did not have a quick answer (and not much time to look into it). Note that the images and descriptions were added as a quick hack only.
    I tried looking for the id/class for the price list thumbnail image in tpl_main_page.php but with no luck. Any suggestion? :)
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  2. #242

    help question Printable Price list doesn't work

    I installed it as per the instructions but it doesn't work. One thing I did differently is that my site begins with Shop folder ...not ZenCart folder. I get several errors:


    Warning: main(includes/templates/template_default/templates/tpl_pricelist_default.php): failed to open stream: No such file or directory in /home/mccarthy/public_html/shop/includes/templates/template_default/common/tpl_main_page.php on line 119

    Warning: main(includes/templates/template_default/templates/tpl_pricelist_default.php): failed to open stream: No such file or directory in /home/mccarthy/public_html/shop/includes/templates/template_default/common/tpl_main_page.php on line 119

    Fatal error: main(): Failed opening required 'includes/templates/template_default/templates/tpl_pricelist_default.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mccarthy/public_html/shop/includes/templates/template_default/common/tpl_main_page.php on line 119




    Any body know what I'm not doing correctly?


  3. #243
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Printable Price list :: support thread

    New install? Version?

  4. #244
    Join Date
    Oct 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    New install of the module. Never been on there before. Have installed Canada post module, superorders module, & edit orders module successfully.
    I run Zen-cart 1.3.7

    My website is www.mccarthyhighland.com

  5. #245
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    /* hide all images in .imgDescrPL */
    .imgDescrPL img {
    display: none;
    }
    /* make .imgPL images visible again */
    .imgDescrPL img.imgPL {
    display: inline;
    }
    I still still trying to figure out where to put this code because it doesn't achieve what I want. If this can be done, I will then want to truncate description. I believe this can be done. Standard zencart can show list all products this way, i.e. no images in description and truncated description.
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  6. #246
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    The following code might be useful to help us figure out how to make description truncated. It's taken from tpl_modules_products_all_listing.php. What do you think?

    Code:
    if (PRODUCT_ALL_LIST_DESCRIPTION != '0') {
            $disp_text = zen_get_products_description($products_all->fields['products_id']);
            $disp_text = zen_clean_html($disp_text);
    
            $display_products_description = stripslashes(zen_trunc_string($disp_text, 150, '<a href="' . zen_href_link(zen_get_info_page($products_all->fields['products_id']), 'products_id=' . $products_all->fields['products_id']) . '"> ' . MORE_INFO_TEXT . '</a>'));
          } else {
            $display_products_description = '';
          }
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  7. #247
    Join Date
    Dec 2005
    Location
    Perth, Western Australia, Australia
    Posts
    781
    Plugin Contributions
    0

    red flag Re: Printable Price list :: support thread

    Success! :) :) :)

    Managed to achieve what I want.
    - Display description without within images.
    - Display truncated description with more info link at the end.
    - Hyperlink thumbnail product image.

    There is one more thing I would like to do...
    Is it possible to show subcategories in the dropdown menu?
    The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan


  8. #248
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by highlander2 View Post
    I run Zen-cart 1.3.7
    Sorry, I meant: pricelist module version?

  9. #249
    Join Date
    Oct 2007
    Posts
    27
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    Sorry.

    1.4.1

  10. #250
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,823
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    There is one more thing I would like to do...
    Is it possible to show subcategories in the dropdown menu?
    This is what I would like to figure out. Having the ability to populate the dropdown with the sub-cats would make this mod useful for me. My top-cats are so large I run into the memory problem
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 
Page 25 of 75 FirstFirst ... 15232425262735 ... 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