Page 17 of 23 FirstFirst ... 71516171819 ... LastLast
Results 161 to 170 of 230
  1. #161
    Join Date
    Oct 2006
    Posts
    23
    Plugin Contributions
    0

    Default Re: Autoresponder+ [support thread]

    Had a look at our code and can't find anything like you have above.

    How could this happen we just did a download and install I believe.

    This is the closest thing:

    if ($products_as_url == 'true') {

    $products_id = $result300->fields['products_id'];
    $products_id_part = "&products_id=" . $products_id;

    $sql_find_category="SELECT DISTINCT PTC.categories_id
    FROM " . AUTO_TABLE_PRODUCTS_TO_CATEGORIES . " PTC
    WHERE PTC.products_id = '".$products_id."'";

    $sql_find_category_result=$db->Execute($sql_find_category);

    $category_id = $sql_find_category_result->fields['categories_id'];

    if ( dirname($_SERVER['PHP_SELF']) == "/" ) {
    $initial_url = HTTP_SERVER . "/index.php?main_page=product_info&cPath=";
    } else {
    $initial_url = HTTP_SERVER . dirname($_SERVER['PHP_SELF']) . "/index.php?main_page=product_info&cPath=";
    }

  2. #162
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Autoresponder+ [support thread]

    It looks like you have v2.1, whereas the code I quoted is from v2.1a onwards.

    However, the changes between these two versions are minimal. v2.1a simply adds the ability to link directly to the product's review page. v2.1 should be working for you, so I doubt upgrading will help, although you could always try.

    I think the solution here will be to hard code your website URL into the code. Give me a few minutes to work on that.

  3. #163
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Autoresponder+ [support thread]

    Actually would you mind upgrading to the latest version because then I can work with the latest code?

  4. #164
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Autoresponder+ [support thread]

    Okay so I just tried this on my test site and it works. To hard code your URL with the latest version of Autoresponder+:

    Find this code:

    PHP Code:
    /* Build first part of URL */
    //If hyperlink is to main product page
    if ($products_as_url == 'yes, to product page') {
        
    //If store is not in a directory
    if ( dirname($_SERVER['PHP_SELF']) == "/" ) {
    $initial_url HTTP_SERVER "/index.php?main_page=product_info&cPath=";
    } else {
    $initial_url HTTP_SERVER dirname($_SERVER['PHP_SELF']) . "/index.php?main_page=product_info&cPath=";
    }
            
    } else { 
    //Hyperlink is to product review page

    //If store is not in a directory
    if ( dirname($_SERVER['PHP_SELF']) == "/" ) {
    $initial_url HTTP_SERVER "/index.php?main_page=product_reviews_write&cPath=";
    } else {
    $initial_url HTTP_SERVER dirname($_SERVER['PHP_SELF']) . "/index.php?main_page=product_reviews_write&cPath=";
    }


    Replace with:

    PHP Code:
    /* Build first part of URL */
    //If hyperlink is to main product page
    if ($products_as_url == 'yes, to product page') {
            
    $initial_url "http://www.findbliss.com/shop/index.php?main_page=product_info&cPath=";

    } else { 
    //Hyperlink is to product review page

    $initial_url "http://www.findbliss.com/shop/index.php?main_page=product_reviews_write&cPath=";


    Remember to make the above change 3 times.

  5. #165
    Join Date
    Oct 2006
    Posts
    23
    Plugin Contributions
    0

    Default Re: Autoresponder+ [support thread]

    I can't find that code anywhere in our install to replace with the new hard coded address?

    Any chance I could pay you to fix this thing so it works properly? We are gearing up to run a contest every month to generate more reviews and know this link is a big part of increasing reviews.

    Appreciate all the help either way.

  6. #166
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Autoresponder+ [support thread]

    Hi,

    Unfortunately I don't provide custom work.

    These are the steps that you need to take:

    First, download the latest version of Autoresponder+ (v2.3).

    In autoresponder.php (v2.3), replace the aforementioned code, starting at lines 411, 1084, and 1755.

    Upload all of v2.3 to overwrite all the mod's old files.

    Make a note of your admin settings.

    Run the uninstall.sql file.

    Run the install.sql file.

    Reapply admin settings.

  7. #167
    Join Date
    Oct 2006
    Posts
    23
    Plugin Contributions
    0

    Default Re: Autoresponder+ [support thread]

    Thanks for all your help. The autoresponder is working perfectly and we even have the headers and text to match the css on our site.

    Is there a way to change the look of the customers name text and the text and color of the product details and product link?

    Thanks again for creating a great program.

  8. #168

    Default Re: Autoresponder+ [support thread]

    I just installed this mod and it seems its installed correctly but in testing im not getting any emails.

    i have installed ver 2.3

    any clues to where i can start debugging this?
    Last edited by fusionsp; 17 Dec 2009 at 05:03 AM.
    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

  9. #169

    Default Re: Autoresponder+ [support thread]

    Oh, it also has the message.

    Autoresponder successfully loaded.
    End of message.

    and still no emails. I just went through and checked all the settings this morning.
    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

  10. #170

    Default Re: Autoresponder+ [support thread]

    Well i have adjusted every setting i can think of and still no emails.

    Mod is still in test mode, im not willing to turn it on live while im still testing it.

    Maybe i will just delete until i can figure out how to fix it
    http://www.fusionspiritualemporium.com
    Contrib: Events Calender v1.02 update

 

 
Page 17 of 23 FirstFirst ... 71516171819 ... LastLast

Similar Threads

  1. v150 Super Orders v4.0 Support Thread for ZC v1.5.x
    By DivaVocals in forum Addon Admin Tools
    Replies: 797
    Last Post: 23 Mar 2024, 06:51 AM
  2. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 7 Mar 2023, 03:40 PM
  3. v151 Autoresponder+ for ZCv1.5.x [Support Thread]
    By countrycharm in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 19 May 2019, 04:39 PM
  4. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  5. Support Thread for JS Date Picker for options
    By eVelt in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 5 Dec 2013, 05:44 AM

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