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
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 is 0.7.1.
Any help is greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to import a product array where:
Index 0: the default scope
Index 1: values for the
it
storeIndex 1: values for the
en
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 is 0.7.1.
Any help is greatly appreciated, thanks!
The text was updated successfully, but these errors were encountered: