Imported data not clickable until saved from the website

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 10 ans
So I've imported data through SQL server and the problem is I cannot click anything that's imported - Categories or Products, until I load that category or product in the Administration area and hit save - no changes, just hit save - and then I can then click the item in the front of the site

anyone got any ideas what my imported data is missing?

Thanks!
Jamie
Il y a 10 ans
Does your script also generate the seo-friendly slugs? If not I don't think nopCommerce is able to link your product or category to a particular route. :)
Il y a 10 ans
Hi - nope, thanks for that I will check it out and see what I can do there!
Il y a 10 ans
Well I looked and didn't see anything in the database resembling "slug" so can you tell me whereabouts I need to look?

Thanks a lot!
Jamie
Il y a 10 ans
There's a table called UrlRecord. :)
Il y a 10 ans
Gotcha - Thanks again!
Il y a 10 ans
GeeksGoneBad wrote:
Gotcha - Thanks again!


No problem. :D
Il y a 10 ans
Does the SQL Update work with the Slug field :


UPDATE UrlRecord
SET Slug = 'test-slug'
where EntityId = 17


Anytime I use Update, it updates the database field but not the field in the Admin.
I can only get it to change using Save in the Admin.

What am I doing wrong here?
Il y a 10 ans
MikeMCSD wrote:
Does the SQL Update work with the Slug field :


UPDATE UrlRecord
SET Slug = 'test-slug'
where EntityId = 17


Anytime I use Update, it updates the database field but not the field in the Admin.
I can only get it to change using Save in the Admin.

What am I doing wrong here?


You can try clearing the cache. (Look at the top right of nopCommerce Admin Dashboard). :D
Il y a 10 ans
oh damn , . ..  just spent hours going nuts for nothing, but at least it works now.

Thanks !!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.