Magento 1.7 product re-import issue -


i trying re-import simple product file in magento 1.7 after deleting these products. file importing products not visible in manage products page after re-indexing

if import succesful , products showing in database not in backend, make sure required attributes set.

after import can following:

go catalog -> manage products. current url like:

[yoursite.com]/index.php/admin/catalog_product/index/key/[your_key]/

change url [yoursite.com]/index.php/admin/catalog_product/edit/id/[product_id]/key/[your_key]/

you can find product ids in database. when enter url, can edit product , check/edit product attributes, tax class, status, etc , make sure alle required attributes set.


Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -