Spanish

Login






Shopping Cart


Your Cart is currently empty.

videos

Virtuemart add stock to attribute

Instructions:

Step by step how to add stock to product attribute:

1. First of all, if you want to add stock to existed product with attribute, you must delete the attribute before continuing (just like in the video)
2. After the product have NO attribute, go to the "add attribute" on the upper menu.
3. Write the attribute name, such as: Size, Color, Brand etc..
4. Return to the product, and a new icon will appear on the upper menu (New item), Press on it and copy past the details from the product.

NOTE: in add new item, we creating a new product (child product), it will not show in the search result and will not show in the Browse page, it will only help us to add individual stock to it. it will displayed in the fly page just like an attribute.

5. Add as many item with different attribute (in the Video we had only 2 attribute).
 

Virtuemart theme options tutorials

 

Virtuemart how to disable footer

 

How to add Virtuemart product to Joomla article



Step 1 - Install Productsnapshot Plug in for virtuemart
Step 2 - Enable Plug in and choose from the parameters
Step 3 - Go to Virtuemart admin and check for the product ID you want to add to the article
Step 4 - Open the article you wish to add the product too
Step 5 - Add the code below to the article, in the place you want to display it

NOTE: IN THIS CASE WE ADD SPACE INSIDE THE CODE , PLEASE WRTIE IT DOWN AS IT SHOW ON THE VIDEO, NO SPACES

{ product_snapshot:id=1 }

Or for multi products use the "|" to separate products

{ product_snapshot:id=1|12|102|34 }
 

Joomla - Create rounded corners for menu



Here is the CSS code:

div.module_menu {
background: url('/../images/rounded_topleft.png') 0 0 no-repeat;
padding: 0;
}

div.module_menu div {
background: url('/../images/rounded_bottomleft.png') 0 100% no-repeat;
margin: 0;
border: 0;
}


div.module_menu div div{
background: url('/../images/rounded_topright.png') 100% 0 no-repeat;
}


div.module_menu div div div {
background: url('/../images/rounded_bottomright.png') 100% 100% no-repeat;
}

more information here
 
«StartPrev123NextEnd»

Page 1 of 3