Jump to content

Products Without Courier


Recommended Posts

  • 2 weeks later...
  • 3 months later...

A product should have all carriers assigned by default, so no, there is no way to know at glance if any does not have specific carriers assigned, inside prestashop.
you can, however, use a sql query like
select id_product from ps_product

This will give you all ids

Now 

select id_product from_ps_product_carrier

Clean up results and use array_diff to see what's missing

Link to comment
Share on other sites

The delivery couriers are not assigned by default, also if you do copy of the products it is not assigned and you need add it for every new product

 

There isn't any module to attach to prestashop foro manage the products ? I mean a solution more easy for normal employees ?

 

Thanks

Edited by Derres (see edit history)
Link to comment
Share on other sites

I mark this as solved. The answer of your problem is already given in #13. All carriers will be available for all products, unless you don't deselect them on the (specific) product configuration. If you want to contra-check possible product configuration errors you may have done, than use the SQL queries nemops posted in #13

Link to comment
Share on other sites

For to see if there is one product without, you can use SQL Queries named. For error you can only see which ID-Carrier is set to product with ID-> There is no clear data for that.

 

SHOW TABLE 'databasename'.'ps_product_carrier';

 

Or export your products with a tool like this: https://www.prestashop.com/forums/topic/540614-tutorial-export-products-with-all-the-fields-supported-by-csv-import/

or

you use the Presta Store Manager which is free for 30 days use. See link in my signature.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...