How can I use the Shipping Calculator in my Basic Webstore?You can utilize the same shipping calculator feature in your Basic Webstore that you use in your Ad Templates for Marketplaces, such as eBay. The shipping calculator tags that you are accustomed to for eBay SHIPCALC_URL or SHIPCALC_WIDGET rely on ChannelAdvisor's publishing process to a marketplace to render the proper code in your Ad Templates. The Basic Webstores do not utilize this same marketplace publishing process, so all you need to do is input the proper HTML in your store Item Detail Layout to generate the Shipping Calculator. Below is the URL construct that you can use to display the shipping calculator in your store Item pages. You will need to modify this generic URL with YOUR ChannelAdvisor Profile ID number in place of the profile ID: "XXXXXXXX" in this example URL. (The actual profile ID is an all numeric 8 digit number) The easiest way to find YOUR Profile ID number is to view one of your images from your ChannelAdvisor Image Library. 1. Go to Inventory > Images > All Images Example: http://images.ChannelAdvisor.com/Sell/SSProfiles/XXXXXXXX/Images/2/Shipp... in the above example XXXXXXXX is the Profile ID number. Below is an example of the Shipping Calculator URL for Basic Webstores. The Profile ID number in this EXAMPLE is "XXXXXXXX" and the HTML would look like this: <a href="http://chnla.com/r.asp?z=5&p=XXXXXXXX&i={{ITEMID}}" target="_blank">Ship Calculator</a> IMPORTANT: You MUST use YOUR Profile ID number as stated above. If you prefer an image button, you may use your own image button or simply save the standard Shipping Calculator image button to your ChannelAdvisor image library. The HTML will look like this example... except you will use YOUR Profile ID and your image URL. <a href="http://chnla.com/r.asp?z=5&p=XXXXXXXX&i={{ITEMID}}" target="_blank"><img src="http://images.ChannelAdvisor.com/Sell/SSProfiles/XXXXXXXX/Images/2/Shipping_Calc_Widget.gif" border="0"></a> Again, this will not work unless you replace the X's with your account's Profile ID. (2 votes) (2 votes) |