     |
Non-Commercial |
| 0 reviews |
Publish on: 0000-00-00 |
Download |
Support |
Document |
Demo |
JED
NEW VERSION 1.4.9
This version corrects some bug found on the latest release and fix some problems as quantity boxes problems.
TIPS
To use the plugin with a mailings components, overwrite the main template file attribute by using the following expression: {simpleproduct:id=xx,file=mailing}
Of course, the component need to be able to use the content plugins to do it. You can also use the patchs I provide for Acajoom and MyMail
DESCRIPTION
A Simple plugin to let you insert easily a snapshot of your VirtueMart or Seber Cart products inside others Joomla contents as articles, modules or anything parsed by content plugins.
It has some simple options as the ability to use a customized template for all products. You can also define which informations should be displayed.
HOW TO USE IT WITH VIRTUEMART?
Just insert one of the following expression:
{simpleproduct:id=xx} (where xx is the product's id)
{simpleproduct:sku=xxx} (where xxx is the product's sku)
HOW TO USE IT WITH SEBERCART?
Just insert one of the following expression:
{simpleproduct:id=xx} (where xx is the product's id)
{simpleproduct:title=xxx} (where xxx is the product's title)
HOW TO DEFINE INDIVIDUAL PARAMETERS
You can define individual parameters by adding the following notation to the expression {...,param1=value1,...}. Here is the parameters available:
template boolean 1:Use the VirtueMart snapshot 0:use the plugin template define in file parameter
file string Name of the template to use if template is on 0
showimage boolean Show product image
showname boolean Show product name
showdesc boolean Show product short description
showprice boolean Show product price
showattribute boolean Show attributes options, only if showaddtocart is 1 (only for virtuemart)
showquantity boolean Show quantity form, only if showaddtocart is 1 (only for virtuemart)
showaddtocart boolean Show product form to add to the cart
showmore boolean Show 'read more' link
showmycart boolean Show 'see my cart' link
showreviews boolean Show users reviews (only for virtuemart)
showstock boolean Show stock state (only for Seber Cart)
Available in english, french and russian.
Thank to everyone for all your nice reviews, advices and greetings.
*** An Acajoom hack is available in the project's forge to let you insert product snapshot inside your newsletter. ***
*** A MyMail hack is available in the project's forge to let you insert product snapshot inside your newsletter. ***