magento-1.9

Set select options dynamically in catalog product page in Magento Admin panel

久未见 提交于 2019-12-07 04:55:00
问题 Need to have a dynamic set of values in an select attibute, depending upon another select attribute. e.g. there will be two dropdown attributes 1. parent dropdown, 2. child dropdown if "A" is selected in parent dropdown then "Air","Apple","Ant" will be shown in dropdown. if "B" is selected in parent attribute then "Ball", "Box", "Base" will be shown. So basically values of child dropdown will be depended upon the selected value of parent dropdown. I want to make it dynamic as options can be

Magento - Model Override Not Working in local codePool

◇◆丶佛笑我妖孽 提交于 2019-12-06 13:47:24
问题 I'm trying to override the Catalog Layer class of Magento 1.9 so that not working after longs times to find error :( No errors in logs, module work correctly except model rewrite. app/etc/modules/comx_fab.xml: <?xml version="1.0"?> <config> <modules> <Comx_Fab> <active>true</active> <codePool>local</codePool> <depends> <Mage_Catalog /> </depends> </Comx_Fab> </modules> </config> app/code/local/Comx/Fab/etc/config.xml: <?xml version="1.0"?> <config> <modules> <Comx_Fab> <version>0.2.0</version

ERROR: “/app/etc/” must exist for proper tool work magento 1.9

为君一笑 提交于 2019-12-06 07:33:26
I am trying to install the newly release security patch for magento 1.9. I am working on window system. and I am getting the following error. D:\xampp\htdocs\magento>sh PATCH_SUPEE-1533_EE_1.13.x_v1-2015-02-10-08-18-32.sh ERROR: "/app/etc/" must exist for proper tool work. I am running command by CMD and SH is working fine too I tried with Git too. but getting same error Not working on Linux too can anyone tell me what is the exact issue and how it could be fixed. Thanks Able to make it works on windows machine as well for PATCH_SUPEE-5344_CE_1.8.0.0_v1-2015-02-10-08-10-38.sh. Problem was:

Implement multiple product chooser widget Magento

爷,独闯天下 提交于 2019-12-06 00:27:12
Hi I need to implement a multiple product chooser widget in magento. For this I am using the below code. With this a I can put a multiple sku for the products in the field in admin. But I need to implement a product chooser with a checkboxes so that I can check those and submit. Please check the screenshot here http://www.awesomescreenshot.com/0035hy791a app/code/community/Speroteck/SelectedProductsBlock/etc/config.xml <config> <modules> <Speroteck_SelectedProductsBlock> <version>0.1.0</version> </Speroteck_SelectedProductsBlock> </modules> <global> <helpers> <speroteck_selectedproductsblock>

Custom layouts for catalog_category_view on Magento

随声附和 提交于 2019-12-05 16:53:09
I need to be able to use different layouts for different categories, selected on the Custom Design tab on the category and Page Layout field. I'm using Magento 1.9.1.0. In my config.xml I have: <global> <page> <layouts> <module_home module="page" translate="label"> <label>Module Home</label> <template>page/base.phtml</template> <layout_handle>module_home</layout_handle> </module_home> <module_categories module="page" translate="label"> <label>Module Categories</label> <template>page/base.phtml</template> <layout_handle>module_categories</layout_handle> </module_categories> </layouts> </page> .

Just upgrade my site to 1.9.3.0 and got error SQLSTATE[42S22]: Column not found: 1054 Unknown column 'catalog_product_entity_group_price.is_percent'

北战南征 提交于 2019-12-05 13:26:17
问题 Before I was using Magento 1.9.2.4 and today I got message that need to upgrade my magento with latest update some critical updates too. After upgrading my website from downloader section everything went well no error etc, two things happen that I notices after update my index.php permission was change to 666 website is opening correctly I mean front page display, but when I click on any product It show error page with following information. There has been an error processing your request

Set select options dynamically in catalog product page in Magento Admin panel

旧时模样 提交于 2019-12-05 12:17:27
Need to have a dynamic set of values in an select attibute, depending upon another select attribute. e.g. there will be two dropdown attributes 1. parent dropdown, 2. child dropdown if "A" is selected in parent dropdown then "Air","Apple","Ant" will be shown in dropdown. if "B" is selected in parent attribute then "Ball", "Box", "Base" will be shown. So basically values of child dropdown will be depended upon the selected value of parent dropdown. I want to make it dynamic as options can be saved under attributes and those values are to shown in Catalog Product Edit page. Thanks in advance.

Magento - Model Override Not Working in local codePool

岁酱吖の 提交于 2019-12-04 18:53:10
I'm trying to override the Catalog Layer class of Magento 1.9 so that not working after longs times to find error :( No errors in logs, module work correctly except model rewrite. app/etc/modules/comx_fab.xml: <?xml version="1.0"?> <config> <modules> <Comx_Fab> <active>true</active> <codePool>local</codePool> <depends> <Mage_Catalog /> </depends> </Comx_Fab> </modules> </config> app/code/local/Comx/Fab/etc/config.xml: <?xml version="1.0"?> <config> <modules> <Comx_Fab> <version>0.2.0</version> </Comx_Fab> </modules> <global> <blocks> <catalog> <rewrite> <product_list_toolbar>Comx_Fab_Catalog

Magento shows a blank/empty page. How do I solve this?

白昼怎懂夜的黑 提交于 2019-12-04 06:58:17
问题 My Magento project not working after the cache cleared. It displays the only header. The project was working fine but when I cleared cache from the Cache Management section in admin, the front-end stopped working. The only header section is visible, It showing blank page in place of Footer and content portion. 回答1: Try this solution It sounds like you want to enable Developer mode. Add this to your .htaccess file: SetEnv MAGE_IS_DEVELOPER_MODE "true" You may also want to enable display errors

Just upgrade my site to 1.9.3.0 and got error SQLSTATE[42S22]: Column not found: 1054 Unknown column 'catalog_product_entity_group_price.is_percent'

落爺英雄遲暮 提交于 2019-12-03 22:59:48
Before I was using Magento 1.9.2.4 and today I got message that need to upgrade my magento with latest update some critical updates too. After upgrading my website from downloader section everything went well no error etc, two things happen that I notices after update my index.php permission was change to 666 website is opening correctly I mean front page display, but when I click on any product It show error page with following information. There has been an error processing your request SQLSTATE[42S22]: Column not found: 1054 Unknown column 'catalog_product_entity_group_price.is_percent' in