RealTimeDesigner Support Network
Wiki Forums Libraries Docs Support RealTimeDesigner Home

RealTimeDesigner WIKI

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorials:magento [2012/02/18 08:13]
mark [Design It Now Button]
tutorials:magento [2012/02/18 08:18] (current)
mark [Design It Now Button]
Line 17: Line 17:
 ==== Design It Now Button ==== ==== Design It Now Button ====
  The first step to combining Magento and RTD is to insert a "Design It Now" button within your magento site.  The simplest way to do this is to insert a button image and HTML link for the RTD directly into your Magento product description. Because our site would have a large array of products, we chose a bit more complicated method that involves creating to attributes in magento.  One attribute determines whether the product will be a "design online" type of product.  The second attribute contains the external link for that product into RTD.  This standardized our site so that the Design It Now button always appeared in the same location. Details for our method are below:\\  The first step to combining Magento and RTD is to insert a "Design It Now" button within your magento site.  The simplest way to do this is to insert a button image and HTML link for the RTD directly into your Magento product description. Because our site would have a large array of products, we chose a bit more complicated method that involves creating to attributes in magento.  One attribute determines whether the product will be a "design online" type of product.  The second attribute contains the external link for that product into RTD.  This standardized our site so that the Design It Now button always appeared in the same location. Details for our method are below:\\
-Create attributes(s) and Attribute Set for simple product type. Same some step above for simple product. I name the attribute Set is “Product Design Required” . And we have to make create 2 special attribute exactly same:  +\\ 
-Catalog > Manage Attributes > Add New Attribute +In Magento backend, create an Attribute Set for the special product type. Name the attribute set “Product Design Required”. Next, create 2 attributes as shown:  
 +**Catalog > Manage Attributes > Add New Attribute** 
 == Attribute one: == == Attribute one: ==
   * Attribute name : Show “Design Online” button   * Attribute name : Show “Design Online” button
Line 35: Line 36:
   * Visible on Product View Page on Front-end: Yes   * Visible on Product View Page on Front-end: Yes
   * Used in Product Listing: Yes   * Used in Product Listing: Yes
-Final assign two these attribute to Attribute Set . and create new product.+Assign these attributes to Attribute Set. Now when you create new products, the attributes will be available for all products.
  
 ==== Pushing the RTD Design to Magento Cart ==== ==== Pushing the RTD Design to Magento Cart ====