etsanov

Results 4 issues of etsanov

Hello, Is there a tool of some sort which can validate the CSV data prior to the import (e.g. look for whitespaces, incorrect syntax, etc.)? We will start a drop...

I just wanted to share that I had big reindexing issues after the installation of this extension. All indexes always required reindexing. I removed the extension and everything worked fine.

Hello, I have two payment methods (bank transfer and myPos) that are enabled only for a specific customer group (Retailer). This works properly at the front end. However, I tried...

Hi, I installed your extension (nicely done by the way). Additionally, in ./app/code/local/Mage/SalesRule/Model/Rule/Condition/Product/Subselect.php, I changed: ``` 'qty' => Mage::helper('salesrule')->__('total quantity'), 'base_row_total' => Mage::helper('salesrule')->__('total amount'), ``` to ``` 'qty' => Mage::helper('salesrule')->__('total...