oscpimage
oscprofessionals logo
Shopify Wholesale App
Blogs2024-07-15T10:06:12+00:00

RECENT BLOGS

divide

Magento Customization : Multiple Discounts in Magento

Blogs, Magento, Oscp-Blog|

Magento Customization : Multiple Discounts in Magento Magento cart is a feature rich cart in e-commerce. But, by default Magento does not provide some features like “Multiple Discounts”. Magento cart supports to add such features in it with the [...]

Magento Customization : How to Use Observer to Modify Shipping Block on One Page Checkout in Magento

Magento|

Magento Customization : How to Use Observer to Modify Shipping Block on One Page Checkout in Magento 1) Define Observer in Module Configuration xml: ModuleName/etc/config.xml Sample code.: <frontend> <events> <checkout_controller_onepage_save_shipping_method> <observers> <modulename_observer> <type>singleton</type> <class>modulename/observer</class> <method>checkout_controller_onepage_save_shipping_method</method> </modulename_observer> </observers> </checkout_controller_onepage_save_shipping_method> </events> </frontend> [...]

Magento Customization: How to set additional data in order email template

Magento, Oscp-Blog|

Magento Customization: How to set additional data in order email template 1) Place your html code in given file template file: app/locale/template/email/sales/order_new.html Example Code.: Ship Date: {{var delivery_date}} 2) Set your additional data in given class Mage_Sales_Model_Order(Note: As this [...]

Magento Customization – Core Features Of Magento Cart

Magento, Oscp-Blog|

Magento Customization - Core Features Of Magento Cart Each & every online merchandiser wants to make his presence in the world of e-commerce. In this era of competition, Magento cart comes just like blessings for all merchandisers who want [...]

oscprofessionals

Ready to Talk?

Do you have a big idea we can help with?

Contact Us
Go to Top