There are two types of Products available:



· Downloadable products are those products that can be downloaded, such as Soundtracks, and require no shipping charges.

· Non-Downloadable products are those products that cannot be downloaded and do require shipping charges, such as Merchandise.


Let’s see how to add products to the cart and how shipping works!


1. When you find a product you want to purchase, select the product and choose the size and quantity. Click Add to Cart to purchase the product:

 

 

 

 


2.You may see a pop up window like this that confirms your addition to the cart. You can either Check Out or Continue Shopping. When you are ready to checkout, simply select the shopping cart icon in the upper right corner of the page.

 

3. Clicking Check out will take you to the Shipping and Billing screen. Fill out your details to either Create Account or Login if you have credentials. Select Continue when you are finished:



4. Next, enter your billing information. If you check the box for Copy Shipping Information, it will automatically fill the same information you provided for shipping. Select Continue:


5. Enter your credit card information, check the box to accept the terms and conditions for this purchase and select Check Out to finish the transaction.




 


 

 

In a case where you add a Downloadable and Non-Downloadable product in the same cart, there will be shipping charges added to the product for the Non-Downloadable product only. 



 

Now, let’s see from where to add the downloadable and non-downloadable products in your website dashboard.


1. In the menu on the left, select ECOMMERCE > Products and select Add New Product


2. There are two types of Product Types: Physical Product and Digital Download. If the product is Physical than it has to be a non-downloadable product and Digital is downloadable. See screenshot below:

 



In a general overview, let’s look at how to add products:


To Add a Physical Product:


Under the General tab:

1. Select Physical Product as category.

2. Add Product Name, Description, Meta Tag Title, Meta Tag Description, Meta Tag Keywords, and Product Tags.

 

In the Data tab, fill out details about the product.

 

In the Links tab, you have the option to add a link to the Manufacturer. Then, add the Category and Related Products from the drop-down menus.


Attribute


Options


Discount


Images

 

Adding a Digital Download:


In the General tab, select the Product Type. Add the Product Name, Description, Meta Tag Title, Meta Tag Description, Meta Tag Keywords, and Product Tags.


In the Data tab, fill out details about the product.


In the Links tab, you have the option to add a link to the manufacturer and select categories, such music or video.



Attribute


Options


Discount


Images


 

Short code for Stores:

 

Steps:

1. Go to Content > Web Pages.

2. See Internal pages.

3. Then click on Merch Page.

4. Edit HTML for Merch Page and enter the following code for the Product listing to appear.

 

<Products>

 <Params>

<CategoryID>1</CategoryID>-- Category id such as Books, Soundtracks etc.

 <RecordLimit></RecordLimit>

 <RandomSort></RandomSort>

 </Params>

 <CustomHTML>

<p>Product Name: {{product_name}}</p> -- Product Name of the product to be added.

<p>Product Price: {{product_price}}</p> -- Product Price to be added.

<p>Product Image: {{product_image}}</p>-- Product image to be added.

<p>Family ID: {{family_id}}</p>--Category id to be added.

<p>Product ID: {{ProductID}}</p> -- Product id 

 </CustomHTML>

</Products>