Results 1 to 10 of 673

Threaded View

  1. #11
    Join Date
    Jan 2015
    Location
    Pensacola Florida
    Posts
    75
    Plugin Contributions
    0

    Default Re: Recover Cart

    Quote Originally Posted by carlwhat View Post
    post lines 30-50 here, and lets see where you went adrift.

    also please indicate which line is the one where the error occurs.
    Code:
    require(DIR_WS_LANGUAGES . $_SESSION['language'] . '/' . 'lang.' .  FILENAME_MAIL . '.php');
    require(DIR_WS_CLASSES . 'currencies.php');
    $currencies = new currencies();
    
    if##(!function_exists('defineIfNot'))##{
    ########function##defineIfNot(string##$name,##string##$definition)
    ########{
    ################if##(!defined($name))##{
    ########################define($name,##$definition);
    ################}
    ########}
    }
    
    foreach##($define##as##$key##=>##$value)##{
    ########defineIfNot($key,##$value);
    }
    
    $action##=##$_GET['action']##??##'noAction';
    The error indicates the error is in line 41 if##(!function_exists('defineIfNot'))##{
    Last edited by websmith; 24 Nov 2022 at 05:26 PM.

 

 

Similar Threads

  1. Shipping Rates in Cart [support thread]
    By Steven300 in forum Addon Shipping Modules
    Replies: 95
    Last Post: 12 May 2023, 02:39 AM
  2. Shopping Cart Steps Images [Support Thread]
    By Trinity14 in forum Addon Templates
    Replies: 21
    Last Post: 11 Apr 2021, 05:35 AM
  3. v151 AJAX Add to Cart [Support Thread]
    By balihr in forum All Other Contributions/Addons
    Replies: 133
    Last Post: 20 Oct 2020, 02:16 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM

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