How to fix sitemap date error for open cart website?

Started by latestnews, 03-20-2017, 21:50:10

Previous topic - Next topic

latestnewsTopic starter

Hi All Friends !! How to fix sitemap date error for open cart website? when we submit sitemap in Webmaster then there is occur Date error issue.


airventsindia

Asuming the date is set correctly on your server then you could use phpmyadmin to correct last modified dates on your products to the current date using

Code: Select all
   UPDATE `oc_product` SET date_modified = now()
  •  


wellliving

Creating a sitemap of your OpenCart store allows Google and other search engines to crawl more intelligently through the pages of your website. In case your site is linked properly, a map would increase the discoverability of the content of your store.
Login to the Admin panel of your OpenCart store and open the Extensions -> Feeds menu. Install Google Sitemap and enter the Edit Google Sitemap menu. 1.Change the status of the sitemap to enabled and copy the Data Feed URL.
2.Go to Google Webmaster Tools at https://www.google.com/webmasters/tools .
3.Proceed to Crawl->Sitemap menu. This is the menu where you can see the sitemaps of your websites.
4.To add a new one select the 'Add/Test Sitemap' button and paste the Data Feed URL, you have copied from OpenCart. Remember to modify the pasted URL, leaving only the path to the sitemap page and removing the domain, as it is already predefined by Google.
5.Click 'Submit map' and the process is finished. You can see if the sitemap is correctly created or check if there are any error messages after you refresh the Crawl->Sitemap page ​

deekumar0203

It is a bug in this version of Opencart. This version saves the values of additional email address field but doesn't show it when you come back to store setting page.

In order to fix the issue you need to edit following file.

/admin/controller/setting/setting.php

Open the above file and replace

config_alert_email

with following code at 1st, 3rd and 5th position.

config_mail_alert_email