[h2]PRODUCTS[/h2]
[row]
[h3]Products slider[/h3]
[/row]
[row]
[two_thirds_column]
[products_slider narrow=»yes»]
[/two_thirds_column]
[third_column]
[sourcecode language=»html»]
[[products_slider
narrow="yes"]]
[/sourcecode]
parameters
- notids – products ids excluded from query (separated with commas)
- narrow : yes; no; – show in narrow mode?
[/third_column]
[/row]
[row]
[h3]Simple products slider[/h3]
[/row]
[row]
[two_thirds_column]
[simple_products_slider limit=»6″ linklabel=»OPEN MENUCARD» link=»#» tags=»promoted,featured,recommended» narrow=»yes»]
[/two_thirds_column]
[third_column]
[sourcecode language=»html»]
[[simple_products_slider
limit="6"
linklabel="OPEN MENUCARD"
link="#"
tags="promoted,…"
narrow="yes"]]
[/sourcecode]
parameters
- header – header text (optional)
- tags – tags separated with commmas (optional)
- limit – number of products
- link – link url (optional)
- linklabel – link text (optional)
- narrow : yes; no; – show in narrow mode?
[/third_column]
[/row]
[row]
[h3]Horizontal products[/h3]
[/row]
[row]
[two_thirds_column]
[horizontal_products tags=»recommended» narrow=»yes»]
[/two_thirds_column]
[third_column]
[sourcecode language=»html»]
[[horizontal_products
tags="recommended"
narrow="yes"]]
[/sourcecode]
parameters
- header – header text (optional)
- tags – tags separated with commmas (optional)
- limit – number of products
- narrow : yes; no; – show in narrow mode?
[/third_column]
[/row]
[row]
[h3]Vertical products[/h3]
[/row]
[row]
[half_column]
[vertical_products header=»FROM THE GRILL» limit=»1″ tags=»featured»]
[/half_column]
[half_column]
[sourcecode language=»html»]
[[vertical_products header="Fresh from the Boat"
limit="1" tags="featured"]]
[/sourcecode]
parameters
- header – header text (optional)
- tags – tags separated with commmas (optional)
- limit – number of products
[/half_column]
[/row]
[row]
[h3]Product preview[/h3]
[/row]
[row]
[product_preview imgtop=»yes» imgwidth=»150″ imgheight=»120″ name=»Grill Menu» excerpt=»Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod.» price=»9.99″ imgsrc=»http://restaurante.bahiataberna.com/wp-content/uploads/2012/12/deco34.jpg»]
[half_column]
[sourcecode language=»html»]
[[product_preview imgtop="yes" imgwidth="150"
imgheight="120" name="Grill Menu"
excerpt="Lorem ipsum…" price="9.99" imgsrc=""]]
[/sourcecode]
parameters
- id – product id
- name – product name (if «id» parameter not given)
- excerpt – product excerpt (if «id» parameter not given)
- price – product price (if «id» parameter not given)
- imgsrc – product image source (if «id» parameter not given)
- imglightbox: yes; no; – lightbox for image
- imgframe: yes; no; – frame around the image
- imgwidth – image width
- imgheight – image height
- imgtop: yes; no; – image on the top of the component
[/half_column]
[/row]