Edit: if I re-activate via admin the product on the eng storeview, the config is perfect and the title is set to Use default as expected. The only issue is really the product being disabled then!
Admin config:
The store is a july-SUPEE patched Magento ver. 1.9.2.4.
Hi, I'm trying to import a product array where:
Index 0: the default scope Index 1: values for the
it
store Index 1: values for theen
storeThe goal is to set
Use default
for the###EMPTY###
values.This is my array, and it works like a charm:
Again, this works as expected and each
###EMPTY###
value simply becomesUse default
.The problem occurs when I change
'name' => 'My english name'
and the 2nd array item becomes'name' => '###EMPTY###'
.In this scenario, the product get disabled on the english website:
The importing code is:
Edit: if I re-activate via admin the product on the eng storeview, the config is perfect and the title is set to
Use default
as expected. The only issue is really the product being disabled then!Admin config:
The store is a july-SUPEE patched Magento ver. 1.9.2.4.
AvS is0.7.1 .
Any help is greatly appreciated, thanks!