Thursday, December 5, 2013

How to add/manage product attributes in prestashop

Adding Product Attributes


To add a product attribute:


    1. Log into your Prestashop admin panel and go to Catalog -> Attributes and Values

prestashop_product_attributes_adding_1


    1. Click the Add New Attributes button in the upper right corner.

prestashop_product_attributes_adding_2


    1. On the Catalog : Attributes and Values : Add new Attribute page enter the following fields

Name: for instance, Color (the name will not be visible to the site visitors)


Public name: e.g. Color (visible to your site visitors)


URL: Specific URL format in block layered generation


Meta title: Specific format for meta title


Indexable: Use this attribute in URL generated by the layered navigation module


Attribute type: Choose the type of the attribute


prestashop_product_attributes_adding_3


  1. Click Save. You are going to see the attribute you just added in the list.

Adding Attribute Values


    1. Under Catalog -> Attributes and Values click Add New Values.

prestashop_product_attributes_adding_4


    1. Enter the following fieldsAttribute type: Choose the type of the attribute, e.g. Color

      Value: the name of the value itself, for example for Color, it may be Metal, Pink etc


      Meta title: Specific format for meta title


      Color: Choose a color with the color picker, or enter an HTML color (e.g. “lightblue”, “#CC6600″)


      Texture: Upload color texture from your computer (this will override the HTML color)


prestashop_product_attributes_adding_5


    1. Click Save at the top right or Save add another value to add more values.

    2. Now under Catalog -> Attributes and Values if you click Details in the attribute you added the values to, you will see all the values you added. You can also edit or delete them from there.

prestashop_product_attributes_adding_6



How to add/manage product attributes in prestashop

No comments:

Post a Comment