skip to Main Content

Magento 1.9.3 Login and register not working

In my shop login and register its not working: http://makishoc.nextmp.net/customer/account/login/ http://makishoc.nextmp.net/customer/account/create/ I'm sure that forms have input "form_key" with <input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" /> And my cookie configuration it's like this: Has anyone seen this problem before…

VIEW QUESTION

I want to restrict textarea characters length to 150 characters, My system.xml code is below : – Magento

I want to restrict textarea characters length to 150 characters, My system.xml code is below : ... <orderPlaceMessage translate="label"> <label>Message for order place: </label> <frontend_type>textarea</frontend_type> <sort_order>1</sort_order> <show_in_default>1</show_in_default> <show_in_website>1</show_in_website> <show_in_store>1</show_in_store> {how to limit character length } </orderPlaceMessage> ...

VIEW QUESTION

Magento Admin login is broken

a customer has a problem with his backend. Whenever i try to login the following error occure i delete var/cache and var/session but nothing happend Magento 1.5 There has been an error processing your request Invalid method Mage_Admin_Model_Session::renewSession(Array ( )…

VIEW QUESTION

Magento one click checkout

i try to implement a one-click checkout for Magento-1.x, but if i use my Checkout, they have after a buy the problem that the shipping method is not selected. Here is the Code from my Checkout Controller. <?php class MCP_Debitapi_CheckoutController…

VIEW QUESTION

Magento 2 Attribute Not Show In Navigation

I have a problem when applying magento 2.1.9 to my project. My attribute is ab_size I have created that attribute with code blow. $categorySetup = $this->categorySetupFactory->create(['setup' => $setup]); $entityTypeId = $categorySetup->getEntityTypeId(MagentoCatalogModelProduct::ENTITY); foreach ($singleAttributeCodes as $key => $label) { $categorySetup->removeAttribute($entityTypeId, $key);…

VIEW QUESTION
Back To Top
Search