Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
snippets:misc_cart_and_checkout:product_upselling [2013/02/14 06:29] – [Data entry] adamsnippets:misc_cart_and_checkout:product_upselling [2017/04/26 07:02] (current) – external edit 127.0.0.1
Line 30: Line 30:
     <div class="upsell" id="box">     <div class="upsell" id="box">
       <h4>This is a really cool shirt</h4>       <h4>This is a really cool shirt</h4>
-      <a href="https://foxybitch.foxycart.com/cart?name=Cool%20Box&price=10&color=red">Add a red Cool Box</a>+      <a href="https://YOURSTORE.foxycart.com/cart?name=Cool%20Box&price=10&color=red">Add a red Cool Box</a>
     </div>     </div>
-    <form class="upsell" id="shirt" action="https://foxybitch.foxycart.com/cart" method="post" accept-charset="utf-8">+    <form class="upsell" id="shirt" action="https://YOURSTORE.foxycart.com/cart" method="post" accept-charset="utf-8">
       <input type="hidden" name="name" value="Cool Shirt" />       <input type="hidden" name="name" value="Cool Shirt" />
       <input type="hidden" name="price" value="10" />       <input type="hidden" name="price" value="10" />
Line 181: Line 181:
 ===== Related Forum Discussions ===== ===== Related Forum Discussions =====
  
-  * http://forum.foxycart.com/comments.php?DiscussionID=2361&page=1+  * https://forum.foxycart.com/discussion/2361

Site Tools