Posts Tagged ‘Magento’
12
Mar

In this article I want to give some custom options to my product named “Linux

Select Product from Catalog -> Manage Products

On the Left side you can take “Custom Options” inside “Product Information

Click on the button “Add New Option

You can give as follows:

Title : Company

Input Type : Drop Down

Is Required : Yes

Sort Order : 1

After that you will get an option below like “Add New Row“. Click that Button

Input the fields as below:

Title: Red Hat
Price: 2000
Price Type: Fixed
SKU: rh123
SortOrder: 1

Add a New Row and give data as below:

Title: Suse
Price: 900
Price Type: Fixed
SKU: suse123
SortOrder: 2

Here one more option is being given. So click on the “Add New Option” again.

You can give as follows:

Title : Edition

Input Type : Radio Button

Is Required : Yes

Sort Order : 1

Click “Add New Row” and input the fields as below:

Title: Home
Price: 500
Price Type: Fixed
SKU: home123
SortOrder: 1

Give one more “Add New Row” and input as below:

Title: Office
Price: 750
Price Type: Fixed
SKU: office123
SortOrder: 2

It looks like the picture shown below:

Custom Options

You can add any number of rows as you want.

The Front End will show options like this:

Custom Options

Similarly you can also use Text Area, Text Field, Radio Button, Multiple Select and Check boxes. Try with new values and have a look.

, ,

20
Jan

Quick Magento tip.

If you need to access the getConfigData() function from your controller do this:

Mage::getModel('<name of the model for this controller>')->getConfigData(<fieldname>);

For example if you want to call getConfigData() from the Mage_Mymodule_MyworldController controller then:

Mage::getModel('Mage_Mymodule_Model_Myworld')->getConfigData(<fieldname>);

, ,

26
May

Login as admin, then select System->configuration, then select ‘Sales‘ from left Nav and click on ‘Minimum order amount‘.
Then select Yes from Enable dropdown, enter Minimum order amount, enter message and also enter error message that will be shown in shopping cart.

,

23
Jan

Steps to shift magento to a new folder

Copy files to new folder.

Go to old Admin and change URL’s.

Now new folder will work.

Delete the old folder.

,

05
Jan

Steps to enable or disable terms and conditions for checkout Login as admin and select System->Configuration, Click on "Checkout" under SALES, then click on Checkout Options. Then select Yes to enable terms and condition and No to disable terms and condition from Enable Terms and Conditions drop down and click on Save config button.

, ,