oscpimage
oscprofessionals logo
Shopify B2B Wholesale App

Magento Customization : Custom Module Development

Magento Customization : Custom Module Development

Magento is made-up on a amply modular model which causes an unlimited scalability and flexibility for your store. Magento comes with all the features and functionality which can be used to develop an e-commerce […]

By |2023-12-29T13:58:38+00:00May 9th, 2012|Magento, Oscp-Blog|

Magento Customization: Magento Hosting Services

Magento Customization: Magento Hosting Services

Magento offers an online merchants new flexibility as well as control over the functionality of their online-store. It’s self-generated admin interface characteristics, powerful marketing, catalog-management and SEO tools provides businesspersons the power to build sites […]
By |2023-12-29T13:53:05+00:00April 25th, 2012|Magento, Oscp-Blog|

Magento Customization: Security Tips For Your Magento Based Business Websites

Magento Customization: Security Tips For Your Magento Based Business Websites

In an Online Business the Security is always a debatable part. In E-commerce market all sale transactions are done online. Most of the times, both the dealing parties are strangers […]
By |2023-12-29T13:31:24+00:00April 25th, 2012|Magento, Oscp-Blog|

Magento Customization : Multiple Discounts in Magento

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 help […]

By |2024-05-22T13:40:08+00:00April 18th, 2012|blog, Magento, Oscp-Blog|

Features of the Magento Platform

Features of the Magento Platform

Magento E-Commerce platforms offer scalability, flexibility and functionalities for advancement of your online business. The platform contains attractive features that offer merchants total flexibility and power over the appearance, content and functionality of their online […]

By |2023-12-29T13:49:35+00:00March 31st, 2012|Magento, Oscp-Blog|

Magento Customization : How to Use Observer to Modify Shipping Block on One Page Checkout in 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>
2) Define Observer Inside Your Module:
ModuleName/Model/Observer.php
sample code.:
class NameSpace_ModuleName_Model_Observer
{
//Declare observer function
public function checkout_controller_onepage_save_shipping_method($observer)
{
//Set of code whatever […]

By |2024-07-09T07:59:11+00:00March 27th, 2012|Magento|

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

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:
By |2023-12-29T13:28:06+00:00March 27th, 2012|Magento, Oscp-Blog|

Magento Customization – Core Features Of Magento Cart

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 to […]

By |2023-12-29T13:56:34+00:00March 23rd, 2012|Magento, Oscp-Blog|

Magento Customization – Product Types In Magento

Magento Customization – Product Types In Magento

In Magento there are six product types. These are described as ‘Simple product types’ and ‘Complex product types’. They are further divided in to two groups as ‘Standalone’ and […]

By |2024-01-17T13:32:11+00:00February 27th, 2012|Magento, Oscp-Blog|
Go to Top