Page 12 of 12 FirstFirst ... 2101112
Results 111 to 119 of 119
  1. #111
    Join Date
    Dec 2008
    Location
    USA, North East
    Posts
    223
    Plugin Contributions
    0

    Default Re: Map Version 1.1

    Does it work in Zen version 2.0... is the question.
    Without this function, I must turn off 300 products from the site which require MAP.
    Frustration...

  2. #112
    Join Date
    Jan 2004
    Posts
    66,387
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Map Version 1.1

    Quote Originally Posted by muah View Post
    Does it work in Zen version 2.0... is the question.
    Without this function, I must turn off 300 products from the site which require MAP.
    Frustration...
    I've just submitted an update for v2.0.0
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #113
    Join Date
    Sep 2018
    Location
    UUSA
    Posts
    39
    Plugin Contributions
    0

    Default Re: Map Version 1.1

    Quote Originally Posted by DrByte View Post
    I've just submitted an update for v2.0.0
    we running this issue, can you help?

    ZC: 2.0.1
    PHP: 8.3

    [28-May-2024 17:39:31 America/New_York] Request URI: /qwert-dVy-siGht/index.php?cmd=product&action=new_product, IP address: 99.52.339.99
    --> PHP Fatal error: Uncaught Error: Undefined constant "TEXT_PRODUCTS_PRICE_EXCL" in /homepages/29/016/htdocs/DIY2024/qwert-dVy-siGht/includes/modules/collect_info.php:300
    Stack trace:
    #0 /homepages/29/016/htdocs/DIY2024/qwert-dVy-siGht/product.php(111): require()
    #1 /homepages/29/016/htdocs/DIY2024/qwert-dVy-siGht/index.php(16): require('/homepages/29/d...')
    #2 {main}
    thrown in /homepages/29/016/htdocs/DIY2024/qwert-dVy-siGht/includes/modules/collect_info.php on line 300.

  4. #114
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,789
    Plugin Contributions
    124

    Default Re: Map Version 1.1

    This define should be in admin/includes/languages/english/lang.product.php.
    Check that you haven't overwritten that file with an older copy.
    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.

  5. #115
    Join Date
    Sep 2018
    Location
    UUSA
    Posts
    39
    Plugin Contributions
    0

    Default Re: Map Version 1.1

    Quote Originally Posted by swguy View Post
    This define should be in admin/includes/languages/english/lang.product.php.
    Check that you haven't overwritten that file with an older copy.
    **No..doesn't overwritten that file.

    ZC2.0.1 it's fresh install, No other plugin installed.

  6. #116
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,611
    Plugin Contributions
    88

    Default Re: Map Version 1.1

    Quote Originally Posted by dsc7050 View Post
    we running this issue, can you help?

    ZC: 2.0.1
    PHP: 8.3

    [28-May-2024 17:39:31 America/New_York] Request URI: /qwert-dVy-siGht/index.php?cmd=product&action=new_product, IP address: 99.52.339.99
    --> PHP Fatal error: Uncaught Error: Undefined constant "TEXT_PRODUCTS_PRICE_EXCL" in /homepages/29/016/htdocs/DIY2024/qwert-dVy-siGht/includes/modules/collect_info.php:300
    Stack trace:
    #0 /homepages/29/016/htdocs/DIY2024/qwert-dVy-siGht/product.php(111): require()
    #1 /homepages/29/016/htdocs/DIY2024/qwert-dVy-siGht/index.php(16): require('/homepages/29/d...')
    #2 {main}
    thrown in /homepages/29/016/htdocs/DIY2024/qwert-dVy-siGht/includes/modules/collect_info.php on line 300.
    Line 300 of the as-distributed /admin/includes/modules/collect_info.php reads
    PHP Code:
          <label class="radio-inline"><?php echo zen_draw_radio_field('products_virtual''0', ($pInfo->products_virtual == 0)) . TEXT_PRODUCT_NOT_VIRTUAL?></label>
    Quote Originally Posted by swguy View Post
    This define should be in admin/includes/languages/english/lang.product.php.
    Check that you haven't overwritten that file with an older copy.
    Noting that the definition TEXT_PRODUCTS_PRICE_EXCL isn't provided in v2.0.1, nor is it used.

    Quote Originally Posted by dsc7050 View Post
    **No..doesn't overwritten that file.

    ZC2.0.1 it's fresh install, No other plugin installed.
    Where did your fresh install come from?

  7. #117
    Join Date
    Sep 2018
    Location
    UUSA
    Posts
    39
    Plugin Contributions
    0

    Default Re: Map Version 1.1

    Quote Originally Posted by lat9 View Post
    Line 300 of the as-distributed /admin/includes/modules/collect_info.php reads
    PHP Code:
          <label class="radio-inline"><?php echo zen_draw_radio_field('products_virtual''0', ($pInfo->products_virtual == 0)) . TEXT_PRODUCT_NOT_VIRTUAL?></label>

    Noting that the definition TEXT_PRODUCTS_PRICE_EXCL isn't provided in v2.0.1, nor is it used.


    Where did your fresh install come from?
    if we replace the (collect_info.php) from the plugin, then give us this error, also no way to input the item description. (see picture.). (if we using the original Collect_info.php from the ZC2.0.1 folder, it's working fine, But NO MAP.
    Name:  0ac88bcfb84d6799661f55557d56a8c2.jpg
Views: 28
Size:  19.5 KB

  8. #118
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,789
    Plugin Contributions
    124

    Default Re: Map Version 1.1

    You're right, @lat9. It looks as though both of those files are from Github on the master branch (i.e. unreleased version 2.1.0).
    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.

  9. #119
    Join Date
    Jan 2004
    Posts
    66,387
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Map Version 1.1

    Oops. My bad.
    I've uploaded a new zip for the plugin, called it v2.0.1
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 12 of 12 FirstFirst ... 2101112

Similar Threads

  1. v150 MAP Pricing v1.5 - display strike-through on MAP Price?
    By Johnnycopilot in forum All Other Contributions/Addons
    Replies: 20
    Last Post: 15 Feb 2013, 10:40 PM
  2. "Click for Price" for mininum advertised price
    By gems14k in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 17 Nov 2006, 02:02 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