Results 1 to 10 of 2247

Hybrid View

  1. #1
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    This is the debug file
    Code:
    [23-Jun-2021 04:42:30 UTC] Request URI: /index.php?main_page=index&cPath=21_30, IP address: 24.113.223.101
    #1 include() called at [/includes/templates/kandi/templates/tpl_modules_product_listing.php:10]
    #2 require(/includes/templates/kandi/templates/tpl_modules_product_listing.php) called at [/includes/templates/kandi/templates/tpl_index_product_list.php:109]
    #3 require(/includes/templates/kandi/templates/tpl_index_product_list.php) called at [/includes/modules/pages/index/main_template_vars.php:240]
    #4 require(/includes/modules/pages/index/main_template_vars.php) called at [/includes/templates/kandi/common/tpl_main_page.php:181]
    #5 require(/includes/templates/kandi/common/tpl_main_page.php) called at [/index.php:94]
    --> PHP Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /includes/modules/kandi/product_listing.php on line 145.
    and this is line 145.. for the life of me i don't know where to put the ()

    Code:
     $products_link = '<a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . ( ($_GET['manufacturers_id'] > 0 and $_GET['filter_id']) > 0 ? zen_get_generated_category_path_rev($_GET['filter_id']) : $_GET['cPath'] > 0 ? zen_get_generated_category_path_rev($_GET['cPath']) : zen_get_generated_category_path_rev($listing->fields['master_categories_id'])) . '&products_id=' . $listing->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a>';
    thank you in advanced
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  2. #2
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: MultiSite Module Support Thread

    try:

    Code:
    $products_link = '<a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . ( ($_GET['manufacturers_id'] > 0 and $_GET['filter_id']) > 0 ? zen_get_generated_category_path_rev($_GET['filter_id']) : ($_GET['cPath'] > 0 ? zen_get_generated_category_path_rev($_GET['cPath']) : zen_get_generated_category_path_rev($listing->fields['master_categories_id']))) . '&products_id=' . $listing->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a>';
    best.
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #3
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    no that did not work..thank you for trying..
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  4. #4
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Carlwhat
    it is all working now.. thank you again
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  5. #5
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,915
    Plugin Contributions
    13

    Default Re: MultiSite Module Support Thread

    Quote Originally Posted by noppie View Post
    Carlwhat
    it is all working now.. thank you again
    author of square Webpay.
    mxWorks now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  6. #6
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    329
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Anyone working on a 1.5.7c version?
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  7. #7
    Join Date
    Mar 2004
    Posts
    210
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    i am using 157c and the verison that i used is on this post #2148
    My Multi_Site Zen Carts
    http://herasonlinemarket.com

  8. #8
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    329
    Plugin Contributions
    0

    Default Re: MultiSite Module Support Thread

    Any issues to be aware of? I used to have a heavily modified version running and had to abandon from lack of updates as many core files were modified.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

 

 

Similar Threads

  1. v154 WorldPay Module version 3.0 - Support thread
    By countrycharm in forum Addon Payment Modules
    Replies: 116
    Last Post: 31 Dec 2025, 11:36 AM
  2. Bambora/Beanstream Payment Module Support Thread
    By swguy in forum Addon Payment Modules
    Replies: 127
    Last Post: 26 Mar 2021, 04:13 PM
  3. WorldPay Module version 2.0 - Support thread
    By philip_clarke in forum Addon Payment Modules
    Replies: 729
    Last Post: 4 Nov 2017, 08:23 AM
  4. PC Configurator Module [Support Thread]
    By lebrand2006 in forum All Other Contributions/Addons
    Replies: 254
    Last Post: 22 Aug 2012, 03:52 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