Page 1 of 2 12 LastLast
Results 1 to 10 of 741

Hybrid View

  1. #1
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    158
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by lat9 View Post
    Nope, not yet. I've created an issue in the plugin's GitHub repository (https://github.com/lat9/printable_price_list/issues/15) to track that change.
    Hi I am following up to see if there has been an update to include attributes on the pricelist yet. Thank you!

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by chuckrey View Post
    Hi I am following up to see if there has been an update to include attributes on the pricelist yet. Thank you!
    Time flies, but not yet. It's back on my radar. What template and Zen Cart version are you using?

  3. #3
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    158
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by lat9 View Post
    Time flies, but not yet. It's back on my radar. What template and Zen Cart version are you using?
    Thank you for your response and my apologies for my delayed response.
    I am currently using the Westminster New Template and have 1.5.7c installed.

    Thank you!

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by chuckrey View Post
    Thank you for your response and my apologies for my delayed response.
    I am currently using the Westminster New Template and have 1.5.7c installed.

    Thank you!
    That update from yesterday now includes attributes pricing, but you'll need to enable that processing via a pricelist-by-pricelist configuration setting. You can grab a copy from the plugin's GitHub repository: https://github.com/lat9/printable_pr...ses/tag/v3.0.0

  5. #5
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    158
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by lat9 View Post
    That update from yesterday now includes attributes pricing, but you'll need to enable that processing via a pricelist-by-pricelist configuration setting. You can grab a copy from the plugin's GitHub repository: https://github.com/lat9/printable_pr...ses/tag/v3.0.0
    Wow, that was fast! I will load it shortly and give it a try. Thank you very much for all you do. Where an I send something to buy you a coffee?

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by chuckrey View Post
    Wow, that was fast! I will load it shortly and give it a try. Thank you very much for all you do. Where an I send something to buy you a coffee?
    There's a "Donate" link in the bottom of the right sidebox on my website.

  7. #7
    Join Date
    Mar 2008
    Location
    Belgium
    Posts
    115
    Plugin Contributions
    6

    Default Re: Printable Price list :: support thread

    While testing in XAMPP

    Issue:

    The following debug-log is generated:
    Code:
    [18-Jan-2022 09:44:24 ] Request URI: /index.php?main_page=pricelist&profile=1, IP address: ::1
    #1 require(...\includes\templates\template_default\pricelist\tpl_main_page.php)
    called at [...\index.php:94]
    --> PHP Warning: Use of undefined constant zen_in_guest_checkout - assumed 'zen_in_guest_checkout'
    (this will throw an Error in a future version of PHP) in
    ...\includes\templates\template_default\pricelist\tpl_main_page.php on line 68.
    This only happens when Group Name is not blank and results in all groups being refused.

    A quick search for !zen_in_guest_checkout) with Admin Developers Tool Kit gives only 1 hit: tpl_main_page.php on line 68
    All others !zen_in_guest_checkout are followed by ())

    Fix:

    In:
    .../includes/templates/template_default/pricelist/tpl_main_page.php
    or:
    .../includes/templates/your_template/pricelist/tpl_main_page.php

    Find (normally on line 68):
    PHP Code:
        if (zen_is_logged_in() && !zen_in_guest_checkout) { 
    Replace by:
    PHP Code:
        if (zen_is_logged_in() && !zen_in_guest_checkout()) { 

  8. #8
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by oavs View Post
    Thank you for this plugin.
    Is there an update on how to display attribute price list?
    Quote Originally Posted by chuckrey View Post
    Hi I am following up to see if there has been an update to include attributes on the pricelist yet. Thank you!
    Looking for ideas regarding how the attributes' pricing should be displayed.

  9. #9
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,532
    Plugin Contributions
    127

    Default Re: Printable Price list :: support thread

    Does it make sense to use the shopping cart page as a model, and just put them under the product?

    Option 1 Value 1: +$1.00
    Option 1 Value 2: +$5.00

    Option 2 Value 1: -$3.00
    etc.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  10. #10
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by swguy View Post
    Does it make sense to use the shopping cart page as a model, and just put them under the product?

    Option 1 Value 1: +$1.00
    Option 1 Value 2: +$5.00

    Option 2 Value 1: -$3.00
    etc.
    Kind of; it's just that some sites have products with a large number of options, so that could heavily expand the formatting. I'm adding other price-list configuration values, so it might be appropriate for a setting to control whether/not to include the attributes' list.

 

 
Page 1 of 2 12 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

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