Jump to content

SupportSkins

Member
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

SupportSkins's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for the replies I will check cubecart.org for mods.
  2. Hi, I would like to know if it is possible to setup recurring billings using CubeCart3? I am looking to add recurring billings supporting the gateways - PayPal (using PayPal subscribe), WorldPay and 2CheckOut. Any instructions or feedback would be highly appreciated. Thank You Regards, Hiren Mehta
  3. We managed to fix the issue. We had made a manual change in a clients order causing the script to break. Thanks for your help ;)
  4. I have this same issue. How do I fix it?
  5. Thanks a bunch. The issue was with "DEFAULT CHARSET = latin1" which was included in all the table structures in the exported file. Thanks again :innocent:
  6. Hi, I am moving my shopping cart from one server to another. I hav taken a back up of my existing data using CPanel's inbuilt phpMyAdmin. When I try to restore this database again using phpMyAdmin, I receive the following error: ============ Error SQL-query : CREATE TABLE `CubeCart_Downloads` ( `id` int( 11 ) NOT NULL AUTO_INCREMENT , `customerId` int( 11 ) NOT NULL default '0', `cart_order_id` varchar( 32 ) NOT NULL default '', `noDownloads` int( 11 ) NOT NULL default '0', `expire` int( 11 ) NOT NULL default '0', `productId` int( 11 ) NOT NULL default '0', `accessKey` varchar( 10 ) NOT NULL default '', KEY `id` ( `id` ) )ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =28 MySQL said: #1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=28' at line 10 ============ Is the error due to the number specified for AUTO_INCREMENT? If so I notice all the table structures have certain number assigned as AUTO_INCREMENT = 'number' Any help I receive would be highly appreciated. Thank You!
  7. We use PayPal for our store and once an order is successfully placed the client receives an email notification with a direct download link to download the product. We want to disable this. We want the client only to be able to download the product from the store when the order is activated. To work this out we installed the email templates mod available and changed the digital download email removing the download link from it. But today when we received the order, we noticed the order suggested -- "Downloaded (1) times." which suggest the link indeed was sent to the client once his order went through. How can we disable this? Probably the person who made the email templates mod shed some light on this issue? Also emails are dispatched absolutely fine from the helpdesk except the new registration emails. Clients do not receive an email when the successfully register. Am I missing any setting in here? Any help received would be highly appreciated.
  8. The code says: global $db, $glob, $module, $basket; // read the post from PayPal system and add 'cmd' $req = 'cmd=_notify-synch'; What exactly do I have to set here?
×
×
  • Create New...