Re: Email to "All Customers" not sending v1.5.3.1
Well it finished sending all the messages. YAY! Anyone kno why it might not be working with SSL enabled? My server host settings? I have no entries in my database without an email, and none of mine are currently subscribed because when I copied over my database from my old Cubecart shop this but did...
Jump to post- Tue Aug 07, 2012 6:20 pm
- Replies 30
- Views 12086
Re: Email to "All Customers" not sending v1.5.3.1
Interesting.. I just disabled https in the same way and now It seems to be sending. It seemed to be stuck on 290 for a few mins then picked up again. Then stuck again at 590... I will leave the window open for a while and see if it will get to the end.
Jump to post- Tue Aug 07, 2012 5:57 pm
- Replies 30
- Views 12086
Re: Email to "All Customers" not sending v1.5.3.1
I check my mail logs, and it seems to show as if 10 emails (all beginning with "a") got sent, but that is all. There are over 1500 that should send. Why would it send 10 then tell me 0 of 1500 were sent? Below is an extract from the log... 2012-08-06 18:26:14 uXXXXXXXX 4AKI1X-1TBXAk1rd6-00...
Jump to post- Tue Aug 07, 2012 2:37 pm
- Replies 30
- Views 12086
Re: Email to "All Customers" not sending v1.5.3.1
Thanks, but what is "svn", and how do I check PHP error logs?
Jump to post- Tue Jul 31, 2012 9:20 pm
- Replies 30
- Views 12086
Re: Email to "All Customers" not sending v1.5.3.1
Any progress on this? I'm having the same issue.
Jump to post- Tue Jul 31, 2012 4:54 pm
- Replies 30
- Views 12086
Redirect to product or previous page after login
Hi, I would like to be able to redirect my customer back to the page they were viewing when they clicked 'login'. For example, if they are viewing a product, or any other page on my website. I have ubercheckout mod installed which does redirect the login to its own pages. I was thinking of changing ...
Jump to post- Tue Jul 24, 2012 11:26 pm
- Replies 2
- Views 6615
Re: Modify error responses from Cardsave Direct Integration
Ok, well I seem to have found a solution.. If there's anyone better at Javascript than me who could make the message appear on the page instead of a popup, that would be appreciated. If anyone just wants to edit the message in the popup, just find the template file /templates/payment/cardsave_direct...
Jump to post- Mon Jul 23, 2012 10:19 pm
- Replies 1
- Views 984
Modify error responses from Cardsave Direct Integration
Hi, I've installed the Cardsave direct integration module and it seems to be working fine. It has a major drawback for me though and Cardsave tell me they will not help.... If you enter an invalid card number, leave a field blank etc, the error message is really crude. It just gives a popup saying &...
Jump to post- Fri Jul 20, 2012 6:31 pm
- Replies 1
- Views 984
Re: Looking for an integrated Card Save module
One year after your post, but here's the links for anyone else finding this post.....
http://www.cardsave.net/Workwithus/Deve ... rated.aspx
http://www.opencart.com/index.php?route ... on_id=3399
- Fri Jul 20, 2012 6:19 pm
- Replies 1
- Views 602
Re: Testing the login session from outside the oc directory
Well I think I sorted it. This is the contents of my test.php file... <? // Version define('VERSION', '1.5.3.1'); // Configuration require_once('shop/config.php'); // Startup require_once(DIR_SYSTEM . 'startup.php'); // Application Classes require_once(DIR_SYSTEM . 'library/customer.php'); // Regist...
Jump to post- Thu Jul 19, 2012 4:33 am
- Replies 4
- Views 1407
Re: User login test code
Well I think I sorted it. This is the contents of my test.php file... <? // Version define('VERSION', '1.5.3.1'); // Configuration require_once('shop/config.php'); // Startup require_once(DIR_SYSTEM . 'startup.php'); // Application Classes require_once(DIR_SYSTEM . 'library/customer.php'); // Regist...
Jump to post- Thu Jul 19, 2012 4:28 am
- Replies 22
- Views 14194
Re: Testing the login session from outside the cc directory
No, I want to get rid of Cubecart totally. It is rubbish. I made typo in the above... fixed now
I want to use opencart instead. I just need to be able to load the opencart sessions from pages that are not within the opencart folder.
- Wed Jul 18, 2012 7:25 pm
- Replies 4
- Views 1407
Re: User login test code
I do. I sent you the link in pm
Jump to post- Sun Jul 15, 2012 9:54 pm
- Replies 22
- Views 14194
Re: User login test code
I already transferred my products, customers, and invoices using a script I bought online.
http://stsoft.eu/products/cart-to-cart- ... te-support
It wasn't perfect but made the process very easy.
- Sun Jul 15, 2012 9:45 pm
- Replies 22
- Views 14194
Re: User login test code
about 150 currently
Jump to post- Sun Jul 15, 2012 9:23 pm
- Replies 22
- Views 14194
Re: User login test code
This is the whole point. It is not within opencart (version 1.5.3.1). Shop is here.. "example.com/shop/index.php" My file is here.. "example.com/test.php" test.php will not be affected by, and will not affect the opencart system unless some code is added to test.php to specifical...
Jump to post- Sun Jul 15, 2012 8:52 pm
- Replies 22
- Views 14194
Re: User login test code
Thanks, I thought that as this is an opencart forum, and I am talking about my shop, it would be assumed that I was talking about an opencart shop. Anyways... In addition to the code in the previous posts, I assume that I need to load some of the stuff in the "shop/index.php" file. I'm jus...
Jump to post- Sun Jul 15, 2012 8:24 pm
- Replies 22
- Views 14194
Testing the login session from outside the oc directory
Hi, My opencart shop is installed as "example.com/shop", and I would like to be able to use the opencart login to allow access to other parts of my site. i.e. pages that are not within the /shop/ directory. Is this possible? For example, in a page such as example.com/example.php... if (use...
Jump to post- Sun Jul 15, 2012 2:05 am
- Replies 4
- Views 1407
Re: User login test code
Opencart forums usually deal with questions re. Opencart! It is specifically the opencart code I am using, and want help with. (it is installed in example.com/shop). I appreciate that you're trying to help, but please stop guessing / not reading my question, as I need help from someone who actually...
Jump to post- Sun Jul 15, 2012 1:56 am
- Replies 22
- Views 14194
Re: User login test code
Ok, well I have looked through the opencart files and have now added a couple of include files. <? include_once ("shop/config.php"); include_once ("shop/system/startup.php"); if (!$logged) { echo "You must be logged in to view this page! Please Register or Login!"; } el...
Jump to post- Wed Jul 11, 2012 7:45 pm
- Replies 22
- Views 14194