<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tips and Tricks eCommerce Site &#187; Installation</title>
	<atom:link href="http://www.tipsandtricks-hq.com/ecommerce/category/wordpress-shopping-cart/installation-wordpress-shopping-cart/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsandtricks-hq.com/ecommerce</link>
	<description>eCommerce Solution for WordPress Blog</description>
	<lastBuildDate>Sat, 28 Jan 2012 07:08:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress Simple Shopping Cart Video Tutorial</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/wordpress-simple-shopping-cart-video-tutorial-969</link>
		<comments>http://www.tipsandtricks-hq.com/ecommerce/wordpress-simple-shopping-cart-video-tutorial-969#comments</comments>
		<pubDate>Mon, 02 Aug 2010 01:57:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[WordPress Shopping Cart]]></category>
		<category><![CDATA[Video Tutorial]]></category>
		<category><![CDATA[WP Shopping Cart]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=969</guid>
		<description><![CDATA[This page contains video tutorials for the Free WordPress Simple Shopping Cart plugin. WP Shopping Cart Quick Usage Guide Video 1 Video 2 How to Hide a WordPress Page So It Does Not Appear on the Navigation Menu]]></description>
			<content:encoded><![CDATA[<p>This page contains video tutorials for the <a href="http://www.tipsandtricks-hq.com/?p=768" target="_blank">Free WordPress Simple Shopping Cart</a> plugin.</p>
<h3>WP Shopping Cart Quick Usage Guide</h3>
<h3>Video 1</h3>
<p><a rel="wp_lightbox_fancybox_vimeo_video" href="http://vimeo.com/13812390"><img class="alignnone size-full wp-image-1022" title="Click Me" src="https://s3.amazonaws.com/tips_frequently_used/video-tut-icon.png" alt="WP Shopping Cart Usage Video 1" width="128" height="128" /></a></p>
<h4>Video 2</h4>
<p><a rel="wp_lightbox_fancybox_vimeo_video" href="http://vimeo.com/9261280"><img class="alignnone size-full wp-image-1022" title="Click Me" src="https://s3.amazonaws.com/tips_frequently_used/video-tut-icon.png" alt="WP Shopping Cart Usage Video 2" width="128" height="128" /></a></p>
<h3>How to Hide a WordPress Page So It Does Not Appear on the Navigation Menu</h3>
<p><a rel="wp_lightbox_fancybox_vimeo_video" href="http://vimeo.com/13194636"><img class="alignnone size-full wp-image-1022" title="Click Me" src="https://s3.amazonaws.com/tips_frequently_used/video-tut-icon.png" alt="How to Hide a WordPress Page" width="128" height="128" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/ecommerce/wordpress-simple-shopping-cart-video-tutorial-969/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Simple WP Shopping Cart Installation and Usage Instructions</title>
		<link>http://www.tipsandtricks-hq.com/ecommerce/simple-wp-shopping-cart-installation-usage-290</link>
		<comments>http://www.tipsandtricks-hq.com/ecommerce/simple-wp-shopping-cart-installation-usage-290#comments</comments>
		<pubDate>Sun, 19 Jul 2009 09:15:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[WP Shopping Cart]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/ecommerce/?p=290</guid>
		<description><![CDATA[WP Shopping Cart Installation 1. Unzip and Upload the folder ‘wordpress-paypal-shopping-cart’ to the ‘/wp-content/plugins/’ directory. 2. Activate the plugin through the ‘Plugins’ menu in WordPress. 3. Go to Settings and configure the options eg. your paypal email, Shopping Cart name, Return URL etc. 4. Use the trigger text to add a product to a post [...]]]></description>
			<content:encoded><![CDATA[<h3>WP Shopping Cart Installation</h3>
<p>1. Unzip and Upload the folder ‘wordpress-paypal-shopping-cart’ to the ‘/wp-content/plugins/’ directory.<br />
2. Activate the plugin through the ‘Plugins’ menu in WordPress.<br />
3. Go to Settings and configure the options eg. your paypal email, Shopping Cart name, Return URL etc.<br />
4. Use the trigger text to add a product to a post or page where you want it to appear.</p>
<h3>WP Shopping Cart Usage</h3>
<p>1. To add the ‘Add to Cart’ button simply add the following trigger text to a post or page next to the product:</p>
<div id="code_block"><code>[wp_cart:PRODUCT-NAME:price:PRODUCT-PRICE:end]</code></div>
<p>Replace PRODUCT-NAME and PRODUCT-PRICE with the actual name and price.</p>
<p>2. To add the ‘Add to Cart’ button from template (.php) files use the following function:</p>
<div id="code_block"><code>&lt;?php echo print_wp_cart_button_for_product(’PRODUCT-NAME’, PRODUCT-PRICE); ?&gt;</code></div>
<p>Replace PRODUCT-NAME and PRODUCT-PRICE with the actual name and price. eg. &lt;?php echo print_wp_cart_button_for_product(’wordpress’, 7.50); ?&gt;</p>
<p>3. To add the shopping cart to a post or page simply add the following shortcode (trigger text) to a post or page.</p>
<div id="code_block"><code>[show_wp_shopping_cart]</code></div>
<p>4. To add the shopping cart to the sidebar, simply use the widget from the widgets menu or add the following line to your sidebar template file where you want the shopping cart to appear.</p>
<div id="code_block"><code>&lt;?php echo print_wp_shopping_cart() ?&gt;</code></div>
<h4>Example HTML Code</h4>
<p>The following is a screenshot of an example html code showing how the ‘add to cart’ button is inserted into a post or page.</p>
<p><img class="alignnone size-full wp-image-327" title="wordpress_paypal_shopping_cart_demo_html_3" src="http://www.tipsandtricks-hq.com/ecommerce/wp-content/uploads/2009/07/wordpress_paypal_shopping_cart_demo_html_3.jpg" alt="wordpress_paypal_shopping_cart_demo_html_3" width="444" height="169" /></p>
<h3>Using Shipping Option</h3>
<p>1. To use shipping cost use the following trigger text</p>
<div id="code_block">[wp_cart:PRODUCT-NAME:price:PRODUCT-PRICE:shipping:SHIPPING-COST:end]</div>
<p>or use the following php function from your wordpress template files</p>
<div id="code_block">&lt;?php echo print_wp_cart_button_for_product(’product name’,price,shipping cost); ?&gt;</div>
<p>Please see the <a href="http://www.tipsandtricks-hq.com/ecommerce/?p=297">How shipping Calculation Works</a> post for more info.</p>
<h3>Using Variation Control Option</h3>
<p>Variation Control can be used to create products similar to the following screenshot:</p>
<p><img class="alignnone size-full wp-image-317" title="wp-shopping-cart-prodcut-variation-sample" src="http://www.tipsandtricks-hq.com/ecommerce/wp-content/uploads/2009/07/wp-shopping-cart-prodcut-variation-sample.jpg" alt="wp-shopping-cart-prodcut-variation-sample" width="209" height="241" /></p>
<div id="attachment_347" class="wp-caption alignnone" style="width: 440px"><img class="size-full wp-image-347" title="wp-shopping-cart-with-variation-control" src="http://www.tipsandtricks-hq.com/ecommerce/wp-content/uploads/2009/07/wp-shopping-cart-with-variation-control.JPG" alt="wp-shopping-cart-with-variation-control" width="430" height="260" /><p class="wp-caption-text">Shopping Cart Screenshot with Variation Control</p></div>
<p><strong>1.</strong> To use variation control use the following trigger text<br />
[wp_cart:PRODUCT-NAME:price:PRODUCT-PRICE:var1[VARIATION-NAME|VARIATION1|VARIATION2|VARIATION3]:end]</p>
<p>Example:</p>
<p>[wp_cart:Demo Product 1:price:15:var1[Size|Small|Medium|Large]:end]</p>
<p><strong>2.</strong> To use variation control with shipping use the following trigger text:<br />
[wp_cart:PRODUCT-NAME:price:PRODUCT-PRICE:shipping:SHIPPING-COST:var1[VARIATION-NAME|VARIATION1|VARIATION2|VARIATION3]:end]</p>
<p>Example:</p>
<p>[wp_cart:Demo Product 1:price:15:shipping:2:var1[Size|Small|Medium|Large]:end]</p>
<p><strong>3.</strong> To use multiple variation option use the following trigger text:<br />
[wp_cart:PRODUCT-NAME:price:PRODUCT-PRICE:var1[VARIATION-NAME|VARIATION1|VARIATION2|VARIATION3]:var2[VARIATION-NAME|VARIATION1|VARIATION2]:end]</p>
<p>Example:</p>
<p>[wp_cart:Demo Product 1:price:15:shipping:2:var1[Size|Small|Medium|Large]:var2[Color|Red|Green]:end]</p>
<h3>Use an User Interface Addon</h3>
<p>There is an User Interface addon for this plugin (developed by Svetoslav Marinov) which might help you embed the shortcodes easily on a page. You can get this addon from the following link:</p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/ui-for-wp-simple-paypal-shopping-cart/" target="_blank">User Interface (UI) for WP Simple Shopping Cart</a></li>
</ul>
<p>Feel free to leave a comment below if you are having any difficulties.</p>
<p>Visit the <a href="http://www.tipsandtricks-hq.com/?p=768">WordPress Shopping Cart</a> Plugin Page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/ecommerce/simple-wp-shopping-cart-installation-usage-290/feed</wfw:commentRss>
		<slash:comments>266</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.tipsandtricks-hq.com @ 2012-02-09 06:06:45 -->
