In magento admin I am creating a lookbook module which will have a list of lookbooks and each lookbook can have images and related products. I have it working to the point where I can upload the images and able to save it but can’t find a way to associate products to each lookbook. I’m [...]
Archive: module
Posts Tagged ‘module’
I am implementing my own payment module for Magento, where I implemented getCheckoutRedirectUrl() method in my payment model. class My_Module_Model_Payment extends Mage_Payment_Model_Method_Abstract {} This method is supposed to just return URL of payment gateway where user is redirected to, but I should also append current orderId to this URL. The problem is am not able [...]
I am creating a custom Magento module, and I cannot get the setup resource script to run. I am following Alan Storm’s tutorial on it, but cannot seem to track down the issue. I have scaled it down to simply attempt to force an error that my …Model_Resource_Mysql4_Setup cannot be found as per the tutorial, [...]
I have a weird problem. I have developed a module which adds a line to totals according to some value in database. But in my module model (which is inherited from Mage_Sales_Model_Quote_Address_Total_Abstract) when I call $address->getSubtotal() or $address->getGrandTotal() or any other totals method, I get zero (0) returned. But in phpmyadmin, I see that those [...]
et une V2 aussi de notre module Magento est sortie la semaine dernière, grâce à Kassim de @Profileo L’un des meilleur Dev Magento français. et une V2 aussi de notre module Magento est sortie la semaine dernière, grâce à Kassim de @Profileo L’un des meilleur Dev Magento français. Possibly Related Posts: @avicentec Yo también uso [...]
Get current module, controller, action and router name in Magento: It is very often when you need to access or c… http://t.co/nbou36cz Get current module, controller, action and router name in Magento: It is very often when you need to access or c… http://t.co/nbou36cz Possibly Related Posts: @avicentec Yo también uso VirtueMart y va genial [...]
Intégration d’un module en Ajax pour Magento – Magentix Possibly Related Posts: CMS Pages in Top Navigation, Magento Blog and E-Commerce Magento Issues – 10 most common Magento problems CREATIVE DISTRICT » Customizing invoices in Magento. How to (Magento) – XT-Commerce to Magento migration and Gallery2 Plugin for WBB 3.0 and WCF 1.0 1:22 Magento [...]
I am currently creating a module that allows a back end user to manage customer’s allowed payment methods. Magento event/observer helps a lot – everything that I need to do about customers hooked nicely by this system and transfers to my code. But I also need to hook an event of payment method creation (registering [...]
By default function Mage_Catalog_Block_Navigation->renderCategoriesMenuHtml render it. Now I would like to change the way catalog navigation render. What I should do then? 1) write own module? – then I have to copy the same files from category module. 2) to create own logic in a template? – it is not correct. Template haven’t has a [...]
What module they use for color swatches, does any1 have any idea ? http://www.harveynichols.com/mens/categories/designer-shirts/long-sleeved/s368022-gold-cutout-cube-print-shirt.html?colour=BLACK Magento module on product detail page Possibly Related Posts: Magento get configurable product from simple product even if config product is disabled Observer for removed items in the cart How to export Collection to csv in Magento? Magento not sending forgot [...]