sasoriza
sasoriza
Nur eine Kleinigkeit, aber der Plural lautet tatsächlich status, nicht stati.
I am trying to include the zipped invoice feature (https://github.com/firegento/firegento-pdf/pull/244/files) into the latest development branch and although I am seeing the setting in the invoice configuration and have set this...
I am trying to set this up via docker-compose on my Synology DS and while everything seems to start up fine I am having trouble accessing the web server created...
I am trying to set this up via docker-compose on my Synology DS and while everything seems to start up fine I am having trouble accessing the web server created...
For some reason I have to include this line 'filter_index' => 'main_table.store_id', within $this->addColumn('store_id', array( in app\code\local\Mage\Adminhtml\Block\Sales\Order\Grid.php, otherwise I am getting this error when filtering by store: Integrity constraint violation:...
Is this behavior intended? I need to be able to have the first, empty option selected to force the customer to make a selection. Can this be modified to allow...
How can I add the required attribute to the select so I can force customers to select a value before being able to checkout?
I can display the shipping select in the minicart and the shipping value added via ``` $quote = Mage::getModel('checkout/session')->getQuote(); $shipping = $quote->getShippingAddress()->getShippingAmount(); ``` wil update once I have accessed the...
How would I proceed if I wanted to use notOneOf? Do I need to add this directly within validation.js or within my template file? If the code below is the...
When I first defined the system user, I accidently entered 'web1' instead of 'web2'. Now no matter what I enter for system user, I will always get the message that...