PriceRunner Guide

What is  PriceRunner ? PriceRunner is the shopping comparison site, helping millions of British shoppers save money. We compare everything from TVs to vacuum cleaners, tablets to tumble dryers, laptops to washing machines. More about PriceRunner UK More about PriceRunner FR More about PriceRunner DE More about PriceRunner AT More about PriceRunner SE More about […]

RapidCart: Generate your first feed

Creating feeds with RapidCart 1. Ensure your shop/domain is installed under My Shops and that products are loaded. 2. From the Create Feed tab, select the shopping engine / marketplace you want to create a feed for. 3. Once a “merchant type” has been selected, an attribute table will be shown with default mappings. Because […]

How do I change the featured image for a product in the data feed?

If you’ve created an attribute or field nvg-image, you will need to map Attribute nvg-image as g:image_link. *Just an FYI that g:image_link is Google attributes, so enter the command as is. To remove the featured image, click here. When changing the main image for other merchants, please check the merchant attribute (to replace g:image_link if […]

What is the command for removing the featured image?

At times, you need to remove the featured image from the product feed. You can use these advanced commands while using ExportFeed plugin or while using the Cloud Service. 1st command – this removes the feature_imgurl attribute, which automatically maps to g:image_link deleteAttribute feature_imgurl 2nd command – this command maps nag-image to g:image_link deleteAttribute feature_imgurl […]

Where can I find all Advanced Commands for feed optimization?

Advanced Commands help you specify how you want your products to show up. For example, to remove all images from your product feed, you would use deleteAttribute featured_imgurl. If you want to view all of the Advanced Commands, go here. You will find the updated advanced commands and information about product feed customization options for […]

Why is my Attribute List empty?

Our plugin’s “Attribute Mapping” list is generated from WooCommerce / Shopify / BigCommerce or other cart software attributes. One must create attributes (via Products > Attributes) and link them to WooCommerce products for the mapping to succeed. See WooCommerce_Attributes Also, if you are creating your product feed for Shopify or BigCommerce based stores using our […]

Can I use “post_content” as product description?

Using product description on eCommerce post content as product description Our plugin uses the WooCommerce Product’s long or short description as product description on Google Shopping. You may force either one with the rule description() advanced command. Example: To force the long description using the first 2000 characters, rule description(long, maximum_length=2000) See also: Mapping Attributes […]

How do I enable CDATA tags or enclose values with double quotes?

When mapping from Custom Attributes or Custom Fields, values may contain illegal XML characters or include commas that will interfere with CSV files. In order to use these illegal XML/CSV/TXT feed characters or use product attributes which enclose feed product values with double quotes you can enable CDATA tags. Adding a “true” after the mapping […]

Can I modify my Product Titles in the feed?

How to modify product titles in product feed? Yes. You can modify product titles in feed by using the concat rule command. To enter command go to feed customization options and on the advanced commands and use the examples below Below are a few examples: 1. This set of commands append ” – MyModifiedTitle” to […]

How can I remap attributes?

Remapping is done simply by selecting from a list of drop down options. Select from automatically pulled attributes or WooCommerce attributes. To remap a Custom Product Attribute or an attribute not in the list, click the [open advanced commands] link to display a text box. Type the following: deleteAttribute [attribute-name] mapAttribute [woo-attribute] as [merchant-attribute] Where: […]