Search found 26 matches

Search found 26 matches

Re: Restored web site no longer updating new products on home page.

Just checking in—have you got any updates on the issue? Is the functionality working now? Are you able to display the latest products, or are you still experiencing the issue? There might be only one scenario, we can assume that the date_available field in the oc_product table is not correct or mig...

Jump to post
  • Thu Feb 27, 2025 8:16 pm
  • Replies 18
  • Views 3266
Re: Restored web site no longer updating new products on home page.

Hi,
I'm fairly certain I have cleared down all caches.
In v4.0.2.3 this line already exists in system/framework.php

Code: Select all

$response->addHeader('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
$response->addHeader('Pragma: no-cache');

Jump to post
  • Mon Feb 03, 2025 11:57 pm
  • Replies 18
  • Views 3266
Re: Restored web site no longer updating new products on home page.

I've tried to delete all the componets of the home page layout and add them back but the lastest product section still shows old items.

Jump to post
  • Mon Feb 03, 2025 9:31 pm
  • Replies 18
  • Views 3266
Re: Restored web site no longer updating new products on home page.

Hi,
Yes I have cleared the Storage/Cache and tried to re-import products but the home page does not change.

Jump to post
  • Mon Feb 03, 2025 8:02 pm
  • Replies 18
  • Views 3266
Re: Restored web site no longer updating new products on home page.

I restored back to 4.0.2.3
Cache has been cleared from Admin dashboard as well as from the Hostinger portal / CDN
Deleted the VQMod cache as well.

Jump to post
  • Sat Feb 01, 2025 2:17 am
  • Replies 18
  • Views 3266
Restored web site no longer updating new products on home page.

Hi, Long story short, upgrade to 4.1.0.0 failed, so I restored my site and database files via my hosting sites backup manager (Hostinger). Now when I import new products into my site, they do not show up on the home page under the 'Latest Product' section. I have tried the following steps: * Deleted...

Jump to post
  • Fri Jan 31, 2025 10:34 pm
  • Replies 18
  • Views 3266
Re: Error message when clicking on products...

The error message you provided points to a syntax error in your SQL query. By examining the provided SQL query, I noticed a space between the alias and the column name: s p.status = '1' You probably intended: sp.status = '1' if you further help you need to share the full query from your model file....

Jump to post
  • Tue Oct 17, 2023 10:21 pm
  • Replies 6
  • Views 464
Re: Error message when clicking on products...

The subscription feature is still work in progress, please wait until at least the upcoming 4.0.2.4. In the meantime, try the master branch . Thanks for the quick reply... how do I roll back an update? I used the Admin dashboard to run the upgrade to 4.0.2.3, the page shows the information below: V...

Jump to post
  • Tue Oct 17, 2023 10:13 pm
  • Replies 6
  • Views 464
Error message when clicking on products...

Hi I need help with my website please, no idea how this has happened it just started by itself... Example URL: https://it-me-up.co.uk/en-gb/product/asus-tuf-gaming-b760-plus-wifi-d4-intel-b760-1700-atx-4-ddr4-hdmi-dp-wi-fi-6-2-5g-lan-pcie5-3x-m-2-rgb Error Shown: Error: You have an error in your SQL...

Jump to post
  • Tue Oct 17, 2023 10:03 pm
  • Replies 6
  • Views 464
Re: How can I hide out of stock items?

First, why? Affects search engines. Otherwise, for the category it is the getproducts() function in ../catalog/model/catalog/product.php file. Find AND p.`status` = '1' and after add AND p.quantity > '0' That should in theory work, though I supply no guarantee as that is from memory. Thank you, thi...

Jump to post
  • Tue May 02, 2023 8:05 pm
  • Replies 5
  • Views 1455
Re: How can I hide out of stock items?

Hi, I have recently migrated my store to v4 and some functions that I had codes into v3 are not working. The main priority for me right now is to hide any products which have the stock count as 0. Does any one know where this query is stored and how I can correctly update it? Before I added a line ...

Jump to post
  • Tue May 02, 2023 7:51 pm
  • Replies 5
  • Views 1455
How can I hide out of stock items?

Hi, I have recently migrated my store to v4 and some functions that I had codes into v3 are not working. The main priority for me right now is to hide any products which have the stock count as 0. Does any one know where this query is stored and how I can correctly update it? Before I added a line o...

Jump to post
  • Fri Apr 21, 2023 10:56 pm
  • Replies 5
  • Views 1455
Re: Emails coming out in jargon...

Thank you, made a backup of my mail.php file and replaced with the one below:
https://github.com/ADDCreative/opencart ... l/mail.php

Looks to be ok now.

Jump to post
  • Thu Jun 30, 2022 9:33 pm
  • Replies 2
  • Views 434
Emails coming out in jargon...

Hi, When I send an email from OpenCart, it comes out all jargon: ------=_NextPart_1f550741b8324e9aeb3b2beb0970bc9f Content-Type: multipart/alternative; boundary="----=_NextPart_1f550741b8324e9aeb3b2beb0970bc9f_alt" ------=_NextPart_1f550741b8324e9aeb3b2beb0970bc9f_alt Content-Type: text/pl...

Jump to post
  • Thu Jun 30, 2022 9:12 pm
  • Replies 2
  • Views 434
Re: Website dead, no admin login... why did I try to install OC4 ???

straightlight wrote:
Thu Jun 16, 2022 8:59 pm
On your file server, does this location and file exist: /home/u148625395/storage/vendor/aws/aws-sdk-php/src/functions.php ?
No this does not exist

Jump to post
  • Thu Jun 16, 2022 9:43 pm
  • Replies 9
  • Views 3633
Re: Website dead, no admin login... why did I try to install OC4 ???

I have renamed my old storage folder to "storage.old" and created a new "storage"folder but that's not even populating with new folders / files. Did you also moved it out of your public_html folder and edited both DIR_STORAGE from both config.php files then cleared your storage/...

Jump to post
  • Thu Jun 16, 2022 8:33 pm
  • Replies 9
  • Views 3633
Re: Website dead, no admin login... why did I try to install OC4 ???

I have renamed my old storage folder to "storage.old" and created a new "storage"folder but that's not even populating with new folders / files.

Jump to post
  • Thu Jun 16, 2022 8:16 pm
  • Replies 9
  • Views 3633
Website dead, no admin login... why did I try to install OC4 ???

Can anyone assist with the error below: Warning: require_once(/home/u148625395/storage/vendor/aws/aws-sdk-php/src/functions.php): Failed to open stream: No such file or directory in /home/u148625395/public_html/system/vendor.php on line 11 Fatal error: Uncaught Error: Failed opening required '/home/...

Jump to post
  • Thu Jun 16, 2022 8:09 pm
  • Replies 9
  • Views 3633
Would this SQL line work?

Hi there, I have imported some products with some incorrect stock status, would this SQL work? UPDATE `itmeup_product` SET stock_status_id = CASE WHEN quantity=0 THEN 5*stock_status_id ELSE stock_status_if END If Quantity is = then set Stock Status 5 = (Out of Stock) Currently its is showing as 6 (2...

Jump to post
  • Fri Jan 11, 2019 5:57 pm
  • Replies 1
  • Views 303

Search found 26 matches