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
The problem occurs when I want to set the store value to Use default value. For example, i change the second array from 'name' => 'EN: name', to 'name' => '###EMPTY###' (description also). In this scenario, the name|description fields in the EN storeview simply get set to empty
Hi,
I'm experiencing a problem similar to #402 , but this time is with categories.
I'm trying to import a category array where:
Index 0: the default scope
Index 1: values for the
it
storeIndex 2: values for the
en
storeThe goal is to set
Use default value
for the###EMPTY###
values.This is my array, and it works like a charm:
Again, this works as expected.
The problem occurs when I want to set the store value to
Use default value
. For example, i change the second array from'name' => 'EN: name',
to'name' => '###EMPTY###'
(description
also). In this scenario, the name|description fields in the EN storeview simply get set to emptyThe importing code is:
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!
One more example:
To use default for
name
, I changed the second element to:'name' => false
nope, still do not use default, displays empty text
'name' => null,
nope
'name' => Mage::getStoreConfig('fastsimpleimport/general/symbol_for_clear_field')
nope
I'm fresh out of ideas, thanks
The text was updated successfully, but these errors were encountered: