You are a genius compared to many, supergenius compared to me....
It worked. Thank you. Now, how do I get the cart reminder email to show my logo rather than their logo? Just don't know whether html works, and suspect it doesn't.
You are a genius compared to many, supergenius compared to me....
It worked. Thank you. Now, how do I get the cart reminder email to show my logo rather than their logo? Just don't know whether html works, and suspect it doesn't.
It worked, perfectly. How may I edit the html email at email_template_cart_reminder.html to put my logo at the top rather than the zencart logo?
My sincere and major thanks. This has been an issue for 2 weeks for me...
To change the logo, you can edit the HTML to reference a different image or change the one at http://www.YOURWEBSITE.com/YOURSTORE...ail/header.jpg
Anyone knows why {SHOPPING_CART} is showing duplicate items?
--------------------------------------------------------------------------
We noticed you added some items to your shopping cart, but did not check out. If you experienced any trouble with our site or during checkout, we would be more than happy to help out. In addition, if you have any questions or concerns about our products or any of our policies, please let us know so we can address them promptly. It is our goal to ensure you have the best possible shopping experience, so please don't hesitate to reach out.
To send us an email, you can REPLY to this message or visit our contact page at http://xxxxxxxxxxxx.com/shop/index.p...age=contact_us
If you would like to speak with someone, please give us a call at 00.00.00.00.
For your convenience, we have listed the items currently in your cart below:
Wire Form - 7407 4” to 5”
Quantity: 1
http://xxxxxxxxxxxx.com/shop/index.p...products_id=23
Wire Form - 7407 4” to 5”
Quantity: 1
http://xxxxxxxxxxxx.com/shop/index.p...products_id=23
If you are ready to checkout, please login to your account at http://xxxxxxxxxxxx.com/shop/index.php?main_page=login and proceed to checkout.
If you don't remember your password, you can reset it here: http://euphoriaerotica.com/shop/inde...word_forgotten
Thank you,
Hello,
I get this error every day, many times a day. Has anyone seen this before or know what could be the issue?
This is what line 35 looks like:Code:[01-Sep-2013 09:54:01 America/New_York] PHP Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /home/mysite/public_html/cart_reminder_cron.php on line 35
Code:$row = mysql_fetch_assoc($result);
Hi,
I installed this add on, I don't encounter any installation error.
I checked the DB tables as well.
When I test, by login into user account, it doesn't create an entry in xxx_cart_reminder table. The table always empty.
I suppose, it should execute the add_cart_reminder() and create an entry in that table upon user login, but it didn't insert any entry. I feel strange.
\includes\modules\page\login\header_php.php
Thoughts ?PHP Code:
if (defined('CART_REMINDER') && CART_REMINDER == true){
include_once(DIR_WS_LANGUAGES . $_SESSION['language'] . '/' . 'cart_reminder.php'); //
/* Check to make sure customer isn't already in the table */
$sql = "SELECT * FROM " . TABLE_CART_REMINDER . " WHERE customer_id = :customersID";
$sql = $db->bindVars($sql, ':customersID', $_SESSION['customer_id'], 'integer');
$result = $db->Execute($sql);
if($result->RecordCount() == 0){
add_cart_reminder();
}
}
Regards,
Sky
I'm trying to setup the cron job and must be doing something wrong.
I use HostGator for my server
my latest attempt is:
php /home/andilyn/public_html/php cart_reminder_cron.php
which sends my admin an email of:
Status: 404 Not Found
Content-type: text/html
No input file specified.
cd /home/andilyn/public_html/cherrypitcrafts.com/; php cart_reminder_cron.php > /dev/null
which sent out this email to my admin:
/bin/sh: /home/andilyn/public_html/cherrypitcrafts.com: is a directory
Status: 404 Not Found
Content-type: text/html
No input file specified.
Anyone have any clues?
Is there a problem having two autoresponder programs at the same time. I received an error and have Autoresponder+ off and cart reminder which is on. Can one use both for their different purposes, or is this a problem for zencart?
Could someone tell me exactly HOW an entry is supposed to be created in the zen_cart_reminder table?
I logged in as a test user, and I added a couple items to my cart. I then hit logoff, and went to this table. However, it did NOT create an entry for my test account. Any idea why?
NOTE: I do see ONE entry in there for another user, so apparently the program does work and it does add entries in there. But I have no idea HOW it does it, or what TRIGGERS it.
Can someone let me know so I can at least replicate it working with my test account?
- Jeff
Bookmarks