

Noodleman
Member-
Posts
728 -
Joined
-
Last visited
-
Days Won
28
Noodleman last won the day on February 9 2021
Noodleman had the most liked content!
Profile Information
-
Gender
Male
-
Location
UK
Recent Profile Visitors
11,849 profile views
Noodleman's Achievements
-
Noodleman started following Moving store to root directory , 500 internal error on update file list , Stock Levels Updated From an API - Cache Problems and 3 others
-
check your PHP error log, I suspect you're out of memory, or it's taking so long to process it you hit a timeout.
-
Stock Levels Updated From an API - Cache Problems
Noodleman replied to disco_ii_disco's topic in Technical Help
set a boolean in your update process and flip it if something has actually changed/updated in your feeds. if it has, then call the clear cache process via the scheduled job. you need to integrate with the CubeCart classes and admin classes to do this. -
Some parts of my store are not working after changing my Hosting!
Noodleman replied to Huzaifa's topic in Technical Help
check your php error log for warnings/errors. -
Technical support for cubecart designers?
Noodleman replied to misstheresa2009's topic in General Discussion
You will need your own support services for your own products. We use HESK for our ticket system, works well, -
Deny from all will not be removed for security reasons. The cron job is designed to run as being called directly, not via wget. The module is not designed to expose the start of the job to the internet. There should be no requirement, or need to ever call a cron job via wget.
-
delete .htacess, let it recreate
-
there was a bug in an earlier foundation theme for this issue. if you're using a modified version of Foundation it probably didn't get the fix. thinking of this, might be related: https://github.com/cubecart/v6/issues/2184
-
How best deploy from localhost to live server?
Noodleman replied to MostlyConfused's topic in Install & Upgrade Support
rework global configuration file found in /includes/ with your new database details. setup/restore database to new location. upload all files. adjust permissions of uploaded files. as a basic test, you can validate those permissions by uploading the latest setup directory from the installer and validate they all report OK. test... -
Need payment option "cash" (on pickup) please
Noodleman replied to MostlyConfused's topic in Technical Help
Use the Print Order form gateway, adapt it as required. this will bypass the payment step and capture the order as needed.- 1 reply
-
- 1
-
-
Which version of CubeCart are you using? If 6.4.1 there is a massive bug in CubeCart that can cause this issue, the only real fix is to upgrade to 6.4.2 Also, which version of the Ebay Orders module is in use? We had several customers report this issue with CubeCart 6.4.1, all resolved in 6.4.2. relates to this defect: https://github.com/cubecart/v6/issues/2670 feel free to raise a support ticket with us if needed
-
Need special functionality for shipping/pickup
Noodleman replied to MostlyConfused's topic in Technical Help
I actually just solved a variant of this very problem for another customer 2 days ago via a custom solution. We can look to do the same for you if you like. Essentially if the order contains one or more "must collect" items, then everything must be collected. for your example it would come as two parts. a custom module to allow products to be flagged as "collection only", then a modification to the shipping module to respect the settings. we can put this together for you in under an hour if it's of interest. Note, we are a third party developer so the time spent would be a billable activity. feel free to get in contact if this is of interest. -
Morning, Going through my inbox today, and I think you raised a case for this which I just replied to. however, I'll add a reply here as well. We offer various versions of the same release of each module, specifically to target each PHP version. If changing PHP version you may need to swap out the module for an alternate build specific for the new PHP version. We have most downloads available via our downloads page here: https://www.noodleman.co.uk/downloads.html If a specific release is missing, then let us know and we will send it to you.
-
You can do this with the Product Addons module, although it does do it a little clunky... https://www.cubecart.com/extensions/plugins/product-addons-easily-purchase-related-products You can override the prices if buying the items together.
-
Loss of Document editing after upgrade
Noodleman replied to fettlebox's topic in Install & Upgrade Support
CTRL + F5, I've seen this before when doing updates. -
Did semperfiwebservices quit business ? Anybody knows anything ?
Noodleman replied to DavidK's topic in Developer Forum
Afternoon David, Assuming Semperfi is no longer trading... If you get to a point where you are stuck with something and need some help feel free to reach out. we can probably help you get past any roadblocks you are at. We're also pretty busy at the moment so our responses are not always as prompt as we would like them to be.. however we have a phone number on our support portal so you can get hold of us directly for anything critical or urgent. Hopefully, he will return and be able to help you out.