Plugin: VirtueMart Products
Description
You can search in all your products and then click on one of the product to include it in your Newsletter. AcyMailing will replace the generated tag by the name, the price (with or without VAT based on your plugin configuration) the main picture and the short description or the full description of your product (based on your configuration). You can also use this plugin in an auto-Newsletter or in a Newsletter to include a series of products based on the VirtueMart categories. This plugin is available in AcyMailing Business and Enterprise.
Plugin
Parameters
Customize your product templateBy default, AcyMailing will display your product like the following screenshot:
You can change the styles used for the product title and the product area by editing your AcyMailing template.
You can also modify the way your product is displayed by creating your own template which will be used to render the product. Create a file in the the folder media / com_acymailing / plugins (if the folder does not exists, please create it first). On this file you can access to the element $product (which is the product object loaded from the vm_product table). You can display:
Using all those variables, you can create your own product template. By default AcyMailing uses: <div class="acymailing_content">
<a style="text-decoration:none;" name="product-<?php echo $product->product_id ?>" target="_blank" href="<?php echo $link ?>">
<h2 class="acymailing_title">
<?php echo $product->product_name ?> <?php echo $finalPrice ?>
</h2>
</a>
<table>
<tr>
<td valign="top" style="padding-right:5px">
<a style="text-decoration:none;border:0" href="<?php echo $link ?>" >
<img src="<?php echo ACYMAILING_LIVE.\'components/com_virtuemart/shop_image/product/\'.$product->product_thumb_image ?>"/>
</a>
</td>
<td>
<?php echo $product->product_s_desc ?>
</td>
</tr>
</table>
</div>
Last Updated on Tuesday, 07 February 2012 15:19
|




This plugin enables you to insert in your Newsletter one or several products from VirtueMart.



