magento

Magento - Simple Configurable Products Extension question?

≯℡__Kan透↙ 提交于 2020-01-16 10:09:10
问题 Has anyone had any experience of using the Simple Configurable Products extension on Magento - http://www.magentocommerce.com/magento-connect/Matt+Dean/extension/596/simple-configurable-products If so how would I set up a product to be priced on height x width dynamically? Or if anyone knows of a way that we can achieve the same outcome tha would be great. p.s. I'm running Magento 1.4.2.0. Thanks in advance 回答1: For that extension you would have to create and price a simple product for every

Magento: Can't log into admin [duplicate]

房东的猫 提交于 2020-01-16 05:36:09
问题 This question already has answers here : Can't log in to Magento Admin (22 answers) Closed 6 years ago . I have moved my Magento installation to a different host, and changed the domain name. I have also switched from using https to http. For some reason, I can not log into the admin area. When I click on "log in", nothing happens - it just reloads the page. If I click on "Forgot your password", it asks me to enter my email, but there the same thing happens - it just reloads the page, without

Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so

∥☆過路亽.° 提交于 2020-01-15 20:17:35
问题 I just cloned a website from one server to another using cPanel import tool (probably this last part is not relevant) The site is a Magento CE store. The new server is a shared one, and only in this new Magento website I am having a 500 error: tail /usr/local/apache/logs/error_log Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so: /usr/local/IonCube/ioncube_loader_lin_5.3.so: cannot open shared object file: No such file or directory php -i|grep php.ini Configuration File (php.ini)

Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so

倾然丶 夕夏残阳落幕 提交于 2020-01-15 20:16:11
问题 I just cloned a website from one server to another using cPanel import tool (probably this last part is not relevant) The site is a Magento CE store. The new server is a shared one, and only in this new Magento website I am having a 500 error: tail /usr/local/apache/logs/error_log Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so: /usr/local/IonCube/ioncube_loader_lin_5.3.so: cannot open shared object file: No such file or directory php -i|grep php.ini Configuration File (php.ini)

Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so

旧街凉风 提交于 2020-01-15 20:15:36
问题 I just cloned a website from one server to another using cPanel import tool (probably this last part is not relevant) The site is a Magento CE store. The new server is a shared one, and only in this new Magento website I am having a 500 error: tail /usr/local/apache/logs/error_log Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so: /usr/local/IonCube/ioncube_loader_lin_5.3.so: cannot open shared object file: No such file or directory php -i|grep php.ini Configuration File (php.ini)

Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so

扶醉桌前 提交于 2020-01-15 20:15:33
问题 I just cloned a website from one server to another using cPanel import tool (probably this last part is not relevant) The site is a Magento CE store. The new server is a shared one, and only in this new Magento website I am having a 500 error: tail /usr/local/apache/logs/error_log Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so: /usr/local/IonCube/ioncube_loader_lin_5.3.so: cannot open shared object file: No such file or directory php -i|grep php.ini Configuration File (php.ini)

Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so

不打扰是莪最后的温柔 提交于 2020-01-15 20:15:11
问题 I just cloned a website from one server to another using cPanel import tool (probably this last part is not relevant) The site is a Magento CE store. The new server is a shared one, and only in this new Magento website I am having a 500 error: tail /usr/local/apache/logs/error_log Failed loading /usr/local/IonCube/ioncube_loader_lin_5.3.so: /usr/local/IonCube/ioncube_loader_lin_5.3.so: cannot open shared object file: No such file or directory php -i|grep php.ini Configuration File (php.ini)

Magento product zoom extension not working in my custom theme

谁说我不能喝 提交于 2020-01-15 15:30:26
问题 I am using a custom theme in magento. Now I install a pluging for product zoom functionality . But the plugin is not working. Finally I found that the while installing the plugin, the files are saved in default theme directory, but I am using a custom theme(themeheros). To make the plugin working I cut and paste the app/design/frontend/default/default/layout/[extension_name].xml app/design/frontend/default/default/template/[extension_name]/* files to app/design/frontend/[your_interface]/[your

Filter products without images on Magento frontend

被刻印的时光 ゝ 提交于 2020-01-15 15:28:51
问题 I am trying to filter products without images on Magento frontend but with half success. I added the following code: //$_productCollection=$this->getLoadedProductCollection(); $_productCollection = clone $this->getLoadedProductCollection(); $_productCollection->clear() ->addAttributeToFilter('image', array('neq' => 'no_selection')) ->load(); to: app/design/frontend/default/[my_theme]/template/catalog/product/list.phtml The products get filtered nicely but the page number and item count doesn

How does Magento key a product group to a product in the database

大城市里の小女人 提交于 2020-01-15 15:28:38
问题 From a SQL Query I need to know how does magento key the related products to the actual product itself. I read a lot of useful tips on how to do with with php $collection = Mage::getModel('catalog/product') ->getCollection() ->addAttributeToSort('name', 'ASC'); But I need to know how to identity these groups to a id with mysql. 回答1: For a related product Magento uses catalog_product_link table. In it you have product id , related product and link type . To see all link types you can check the