You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible export only the prducts with flag Deny Order and quantity > 0 or Allow orders ?
Otherwise the products with options visibility Everywhere or Catalog.
If I set in your module only in stock don't export the product with Allow orders set to true.
Regards
Paolo
The text was updated successfully, but these errors were encountered:
Is it possible export only the prducts with flag Deny Order and quantity > 0 or Allow orders ?
Otherwise the products with options visibility Everywhere or Catalog.
If I set in your module only in stock don't export the product with Allow orders set to true.
Regards
Paolo
row 2193
// add this
$sql .= ' AND p.visibility = "both"';
And then for add reference in the title
row 2303 (2305) // Product name
$title_crop = $product['name'].' '.$product['reference'];
Feel free to submit your changes as a regular pull request, in order to get it available in the module for everyone, that will certainly be merged asap.
Is it possible export only the prducts with flag Deny Order and quantity > 0 or Allow orders ?
Otherwise the products with options visibility Everywhere or Catalog.
If I set in your module only in stock don't export the product with Allow orders set to true.
Regards
Paolo
The text was updated successfully, but these errors were encountered: