Page 68 of 73 FirstFirst ... 18586667686970 ... LastLast
Results 671 to 680 of 725
  1. #671
    Join Date
    Aug 2020
    Location
    Richarson
    Posts
    94
    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?

  2. #672
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    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.

  3. #673
    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()) { 

  4. #674
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,623
    Plugin Contributions
    123

    Default Re: Printable Price list :: support thread

    That Software Guy. My Store: Zen Cart Modifications
    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.

  5. #675
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: Printable Price list :: support thread

    Thanks @Philibel and @swguy; the associated changes will be included in v3.0.1 of the Printable Price List. I'll hold off for a couple of days prior to release, since there's (it seems) always something else.

  6. #676
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    250
    Plugin Contributions
    6

    Default Re: Printable Price list :: support thread

    With Printable Price List 3.0.0 I am getting the following logged Warning
    constant(): Couldn't find constant PL_SHOW_SPECIAL_DATE_3 in \includes\modules\pages\pricelist\header_php.php on line 104.

    Environment: zc157c, bootstrap 3.2.0

  7. #677
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by OldNGrey View Post
    With Printable Price List 3.0.0 I am getting the following logged Warning
    constant(): Couldn't find constant PL_SHOW_SPECIAL_DATE_3 in \includes\modules\pages\pricelist\header_php.php on line 104.

    Environment: zc157c, bootstrap 3.2.0
    What's the history of the site's use of Printable Price List? In the per-profile admin settings, there should be a Show Specials Expiry? setting; is it there?

  8. #678
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    250
    Plugin Contributions
    6

    Default Re: Printable Price list :: support thread

    This is test zc157c environment: Zen Cart 157c; Apache 2.4.46; PHP 7.4.13; 10.4.17-MariaDB; XAMPP v3.2.4; Windows 10 build 19041 Printable Price-List V3.0.0
    print-List profiles have Specials expiry = false. This error only occurs with profile 3.

    Update- problem resolved I have been using price-list for a very long time. After importing data from 156a I ran the pricelist_remove.sql and reran the profiles with no errors.
    I must have been something residual in the data from earlier version

  9. #679
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: Printable Price list :: support thread

    Quote Originally Posted by lat9 View Post
    Thanks @Philibel and @swguy; the associated changes will be included in v3.0.1 of the Printable Price List. I'll hold off for a couple of days prior to release, since there's (it seems) always something else.
    I've just submitted v3.0.1 for the Zen Cart moderators' review and will post back here when it's available for download.

    This release contains the changes associated with issue #24 (invalid function call results in PHP warning/error).

  10. #680
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,162
    Plugin Contributions
    0

    Default Re: Printable Price list :: support thread

    @lat9
    Has this module been tested with 158 yet?
    Mark
    Hare Do

 

 
Page 68 of 73 FirstFirst ... 18586667686970 ... 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