Jump to content

keat

Member
  • Posts

    1,614
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by keat

  1. I've had similar things happen. Firstly, I'd clear down all your cached browser files, remove any history and clear cookies etc. I use firefox and the only thing I retain is login credentials. Maybe you could get away with clearing the last few days worth, but I just go belt and braces. If this doesn't work, create a file called ini-custom.inc.php in the public_html folder and past the follow php code. <?php # Custom initialization commands # Filename: ini-custom.inc.php # File location: main CubeCart folder ini_set('memory_limit', '256M'); ini_set('max_execution_time', '60'); ini_set('error_log', 'error_log'); ini_set('log_errors', 'on'); ?> This should create a file called error.log, which may help to diagnose the fault.
  2. I did consider groups thinking that I could somehow segregate these customers, but I don't see any way to create a login message. I guess this feature hasn't yet been thought of . mmmmmm, i can see a request post coming.
  3. Got another one today. This is now starting to become annoying.
  4. I didn't see this coming, but then I don't have one of the affected email addresses, but last week Orange closed a whole host of free email addresses. Orange.net Orangehome.co.uk Wanadoo.co.uk Freeserve.co.uk Fsbusiness.co.uk Fslife.co.uk Fsmail.net Fsworld.co.uk Fsnet.co.uk Is there a mod available that would generate a popup if a customer logged in with one the affected email accounts.
  5. Another one today. 1 x - (£0.00) £0.00 Subtotal:£0.00 Total Discount :£0.00 Shipping:£0.00 Total Tax:£0.00 Total:£0.00 Millions in stock.
  6. Looking back in my thread history, this is the exact same sale as the one listed in. So this is a re-occurance of the same fault on the same sale. I've now removed the original sale from the cart, lets see what comes of this, although I don't understand why a sale marked as completed can be over written and marked back to processing. Incidentally, the cart also sent a store email, which confused the hell out of staff.
  7. I've had another sale which has changed from completed to processsing. The actual sale happened over a year ago. Any ideas at all what could cause this ??? I can only assume, some sort of stale session or cookie on the customers computer. FProc 172.10 Print Order Form Yesterday, 21:41 Forced to Processing. Print order form displayed to customer with payment instructions. Do not dispatch until postal payment has been received and cleared. FProc 172.10 Print Order Form Yesterday, 21:41 Forced to Processing. Print order form displayed to customer with payment instructions. Do not dispatch until postal payment has been received and cleared. FProc 172.10 Print Order Form May 02 2017, 20:21 PM Forced to Processing. Print order form displayed to customer with payment instructions. Do not dispatch until postal payment has been received and cleared. FProc 172.10 Print Order Form May 01 2017, 22:12 PM Forced to Processing. Print order form displayed to customer with payment instructions. Do not dispatch until postal payment has been received and cleared. Pending 172.10 Print Order Form Mar 28 2016, 10:29 AM Print order form displayed to customer with payment instructions. Do not dispatch until postal payment has been received and cleared.
  8. The GitHub clear out was just a tidy up excersise. Apparently, it's not an indication that the issues or requests have been swept under the carpet.
  9. Any database edits will more than likely retain with future updates, however, any changes to core files will be lost. A lot of our customers use the comments field for this purpose. You could always re-word the comments field to say Comments/Your Ref Number. There would be no requirements for any additional fileds, mods or tweaks. edit: Based on my own advice, I've just done exactly this. " Delivery Notes, Additional Comments or Your Order Reference Number "
  10. I found a load of apache errors this morning caused by an incompatibility between a PHP module and ModSec. I removed the PHP module, but I doubt it has anything to do with that, as none of the other sites are affected. And now that I can get in, I know that this wasn't apparent at 9am this morning as I can see a product which I modified, so I'm at a loss as to what could cause this.
  11. Checking against one of my other sites, the cache folder is 755. I chmod to 777 and now the error has gone. Any idea what permissions the cache folder should have ? I've no idea how long it's been on 755, I don't recall seeing this before today.
  12. Any ideas what's going on here when logging in to the backend ? Warning: Could not change cache path (/home/xxxxx/public_html/cache/) in /home/xxxxx/public_html/classes/cache/file.class.php on line 258 I've tried clearing all caches from the maintainence section
  13. Did you test the email configuration in store settings / advanced. The test function will prove if your mail server settings are correct and working.
  14. I think Mario is looking for some sort of engine which would calculate the estimated shipping costs based on weight and location. I'm sure someone like Havenswift, Noodleman or SemperFi, could write something failrly simple, but i'm not aware of anything built in that would do this ?
  15. I used this in 6.0.10 for a while, it may still work in later versions. in classes/cubecart.class.php change $GLOBALS['smarty']->assign('LATEST_PRODUCTS', $products); To: $lp_rand_keys = array_rand($products, 6); // Make sure there are 3 or more 'featured' products foreach ($lp_rand_keys as $rand_key) $lp_rand_products[$rand_key] = $products[$rand_key]; $products = $lp_rand_products; $GLOBALS['smarty']->assign('LATEST_PRODUCTS', $products); This will limit the amount of 'latest products' to 6 (so change if you require more), and then with each page refresh, those 6 products will change randomly. Not my work by the way, so I can't take any credit.
  16. did you backup the database and old site before you started ? If so, create a sub domain or purchase a cheap domain, and restore the old site to this. Then try the upgrade again on the backup copy. It would be quicker to try and recover the data tahn having to key it all in. I would never perform an update without first doing a dummy run on a spare domain, and then still have a backup so I could roll back quickly if needed. With custom mods and alterations, there could be a weeks worth of tweaking, which you could do in the background before the actual update.
  17. The algorythm which does is thier revenue. I dislike google.
  18. Adwords doesn't seem to like the custom url. Eg category is called blue widgets, the custom url is blue-widgets, adwords doesn't like the hyphen. I could of course change the custom url to bluewidgets, but this would then screw up my seo and any google indexing. Also whilst on the subject, can anyone explain how the word score works. I have a single campaign called 'cable ties', with only one keyword 'cable ties', the advert contains the phrase 'cable ties' , the url is a web site which specialises in 'cable ties' and guess which word features in the landing pages ?? oh and the url contains the word 'cableties', yet google still only rank my keyword as 8/10. Someone is having a laugh.
  19. If we want to promote any particular products, then we do what DB has suggested. rather than using 'Latest Products' to display the latest products, we use it to display products that we wish to promote. In the languages section change the wording of 'Latest Products' to 'Anything You want' Then anything you wish to display in this area just ensure the 'Include in latest products' check box ticked.
  20. I defaulted my pages to 'Please Select' The customer is unable to progress without choosing a shipping method, if he tries to progress, the 'Please Select' option flashes. It works a treat.
  21. Disclaimer added to my T&C's. Only one discount code, voucher or promotion can be used at any one time (unless otherwise agreed). If your order is found to, or suspected to contravene or attempt to circumvent any discounts or promotions, then we reserve the right to cancel your order.
  22. It was annoying not being able to edit my own post, especially when I forgot to obfuscate something. Edit: Yay... it works again.
  23. I obtained the SSD through work, surplus to requirements, seemed like a natural choice for the car.
×
×
  • Create New...