Joomla VirtueMart Installation

Installation Manual for ExportFeed Joomla Virtuemart Extension Installation video tutorial for Joomla VirtueMart : Watch Video 1. Download the ExportFeed extension for Joomla VirtueMart from here. 2. Log in to your Joomla Administrator panel & navigate to the Extension Manager. Here you can upload the package file, or use the Install URL: http://exportfeed.com/dev/installs/3.1.2.42/Joomla3/cpf_suite_v2.zip 3. Navigate […]

PAttributeDefault Example 1

Example 1: Set an attribute directly Mapped via Advanced Commands: setAttributeDefault a_custom_attribute as PDirectChange    

PAttributeDefault Example 2

  Example 2: Return a random color Mapped via Advanced Commands: setAttributeDefault my_color as none PRandomColor mapAttribute my_color as g:color  

Custom Modifiers

Custom modifiers are classes that can exist outside the CartProductFeed core and make changes to the feed. Custom modifiers listen for events generated by CartProductFeed. The core attaches to them by name (typically named by Advanced Command) and passes products through them as the feed is generated. The core itself defines many custom modifiers, however […]

WordPress

Before installing – Download the latest version from https://wordpress.org/plugins/purple-xmls-google-product-feed-for-woocommerce/ Installation Install and Activate: [list style=”arrow”] Log in to WP-admin Plugins Add New Upload .zip file Install Now [/list] Activate “Cart Product Feed” plugin Enter a License Key if you have one ENTER and SAVE the license key for full functionality. Please refresh the page after clicking “Save […]

Pronto Integration Guide

What is Pronto.com? Pronto is a shopping search engine that makes it easy for consumers to find products and compare prices. More information on Pronto Merchant Solutions can be found here: https://merchant.pronto.com/enrollment/marketing/faq.do Pronto Requirements Detailed feed specifications can be found here All data fields must not contain HTML or XML tags or comments, field delimiters […]

PAttributeDefault

PAttributeDefault is the first hook. It occurs when the product streams out from the database but before any attributes are applied. At this time, only two properties are known for certain: id and title. Some attributes exist already, such as valid. Attributes set here will be overwritten by any content found in the database. This […]