magento

What is a JavaScript pre-compiled library?

妖精的绣舞 提交于 2020-02-02 02:59:44
问题 I'm learning how to use Magento e-commerce system, and I'm reading its documentation, but I don't understand some term, a "pre-compiled JavaScript library". What do they mean by that? How can JavaScript code be compiled? The web downloader for upgrading and installing Magento without the use of SSH (covered in Chapter 2). • js—The core folder where all JavaScript code included with the installation of Magento is kept. We will find all pre-compiled libraries of JavaScript here. Source: http:/

Magmi Bundled Products and Re-indexing issue in Magento 1.7

天涯浪子 提交于 2020-02-01 09:19:26
问题 I am using Magento 1.7x version.I need to create a script to import products.I used Magmi as an Import Product Tool which helps me to import Simple ,Grouped and Configurable Products not bundle products create a script to run a cron job to automate the process. Problem : My products are not showing on front end whereas these are visible on backend.I studied somewhere and i find its about re-indexing the database tables. Questions : 1. How to rebuild index (script is cron job)after running a

Magmi Bundled Products and Re-indexing issue in Magento 1.7

陌路散爱 提交于 2020-02-01 09:19:07
问题 I am using Magento 1.7x version.I need to create a script to import products.I used Magmi as an Import Product Tool which helps me to import Simple ,Grouped and Configurable Products not bundle products create a script to run a cron job to automate the process. Problem : My products are not showing on front end whereas these are visible on backend.I studied somewhere and i find its about re-indexing the database tables. Questions : 1. How to rebuild index (script is cron job)after running a

Update Magento products with multiple images

一笑奈何 提交于 2020-01-30 11:55:26
问题 I'm developing a Magento store and I imported some products, but in these products there were more than just one image and when I imported the products just one came with, now I need to update all the products with the images left, somebody knows how to do it in some quick mode? Thanks! 回答1: Step 1: Export All Products Before you begin, make sure that all changes to the product data have been saved. On the Admin menu, select System > Import/Export > Dataflow - Profiles. In the list of

Update Magento products with multiple images

╄→гoц情女王★ 提交于 2020-01-30 11:55:06
问题 I'm developing a Magento store and I imported some products, but in these products there were more than just one image and when I imported the products just one came with, now I need to update all the products with the images left, somebody knows how to do it in some quick mode? Thanks! 回答1: Step 1: Export All Products Before you begin, make sure that all changes to the product data have been saved. On the Admin menu, select System > Import/Export > Dataflow - Profiles. In the list of

magento paginate a custom collection

爷,独闯天下 提交于 2020-01-30 07:52:23
问题 I have a custom page where I have displayed custom products using custom queries by crossing models against brands. I have an array of products Ids now what I can't seem to figure out is how to implement the magento's default paging system. any help would be greatly appreciated. Thanks in advance 回答1: Step 1: Controller (IndexController.php) file In index controller simply load the layout and render it. <?php class Abc_Example_IndexController extends Mage_Core_Controller_Front_Action { public

Magento frontend (session) cookie

馋奶兔 提交于 2020-01-30 05:22:29
问题 i have some strange behaviour in IE on my magento shop with loosing the frontend (session) cookie. does anybody has a clue, where in the magento code the frontend cookie gets set? Thanks! 回答1: Afaik, the 'frontend' cookie gets set right before the current action is being dispatched. Have a look at Mage_Core_Controller_Varien_Action::preDispatch() . Session start Looking into preDispatch() , find the line which starts the session: Mage::getSingleton('core/session', array('name' => $namespace))

Pagination in Magento widget block

家住魔仙堡 提交于 2020-01-28 02:57:40
问题 Hi is there any way to do pagination in widget block . For example have a category with id 355 . I want to display that category product in a page . So i am using widget( following code ) {{widget type="Magento\CatalogWidget\Block\Product\ProductsList" show_pager="0" products_count="160" template="Magento_CatalogWidget::product/widget/content/grid.phtml" conditions_encoded="^[`1`:^[`type`:`Magento||CatalogWidget||Model||Rule||Condition||Combine`,`aggregator`:`all`,`value`:`1`,`new_child`:``^]

Magento Partially Updated. Want to re-update

五迷三道 提交于 2020-01-25 18:26:19
问题 I have a site with magento version 1.8.1.0. For upgrading, I logged into magento connect and selected Version 1.9.2.2 for Mage_All_Latest and clicked "Commit Changes" button. After some time, the process of upgrading stopped, showing an error of file permission. When I clicked the refresh button, the website was neither going to the magento connect page, nor to the home page. Each request was being redirected to this url: http://siteurl/downloader I replaced the app folder and some other

Magento Partially Updated. Want to re-update

那年仲夏 提交于 2020-01-25 18:25:10
问题 I have a site with magento version 1.8.1.0. For upgrading, I logged into magento connect and selected Version 1.9.2.2 for Mage_All_Latest and clicked "Commit Changes" button. After some time, the process of upgrading stopped, showing an error of file permission. When I clicked the refresh button, the website was neither going to the magento connect page, nor to the home page. Each request was being redirected to this url: http://siteurl/downloader I replaced the app folder and some other