<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - eCommerce</title>
    <link>https://forums.adobe.com/community/business_catalyst/ecommerce?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Tue, 11 Nov 2014 02:00:24 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-11-11T02:00:24Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Accepting eftpos payments</title>
      <link>https://forums.adobe.com/message/6917737?tstart=0#6917737</link>
      <description>&lt;!-- [DocumentBodyStart:a3d25e96-a824-4459-9975-ead2fb600393] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi.&lt;/p&gt;&lt;p&gt;Can anyone please assist in advising how my client can collect eftpos card details and allow the user to purchase their products? They don't have an eftpos machine. They do have a current payment gateway to process online transactions via their website, but that only allows for credit card / COD etc options.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ideally, when a customer walks into their shop, they'd like to be able to take down their eftpos card details and enter them into the system to allow them to purchase their products. Is this possible?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a3d25e96-a824-4459-9975-ead2fb600393] --&gt;&lt;img src='/beacon?t=1415884390806' /&gt;</description>
      <pubDate>Tue, 11 Nov 2014 02:00:24 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6917737?tstart=0#6917737</guid>
      <dc:date>2014-11-11T02:00:24Z</dc:date>
      <clearspace:dateToText>2 days 11 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Remove product from cart AND go to catalog with 1 button</title>
      <link>https://forums.adobe.com/message/6916355?tstart=0#6916355</link>
      <description>&lt;!-- [DocumentBodyStart:9fe77eb6-37fa-40ac-b9d8-14b3bcd3daf3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I was messing around with it and figured it out.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I changed the onclick value ...false to ...true.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Apparently this allows the href value to be used after the onclick function has run. &lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;Here's the jquery i used to make the change.&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;$(linkA).attr('onclick',$(linkA).attr('onclick').replace('false','true'));&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I hope this helps someone else.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9fe77eb6-37fa-40ac-b9d8-14b3bcd3daf3] --&gt;</description>
      <pubDate>Mon, 10 Nov 2014 19:18:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6916355?tstart=0#6916355</guid>
      <dc:date>2014-11-10T19:18:36Z</dc:date>
      <clearspace:dateToText>2 days 18 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Stop cash payment method showing order as paid in receipt and orders list</title>
      <link>https://forums.adobe.com/message/6911865?tstart=0#6911865</link>
      <description>&lt;!-- [DocumentBodyStart:192b27a5-3f70-460c-9a79-2cfffa84cc74] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In case anybody cares I have found a way to overcome the issue:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I call a PaymentCheck function from the payment form.&amp;nbsp; For Cheque (2) or EFT (4) payments (or any others you want to add) I changed the form action parameter to the same as used for the quote form.&amp;nbsp; Note in example below the checkWholeForm42059 checks the form entry as standard.&amp;nbsp; WebFormID=10851 is my request quote form ID - yours may be different of course.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;//&amp;lt;![CDATA[&lt;/p&gt;&lt;p&gt;function PaymentCheck(theForm)&lt;/p&gt;&lt;p&gt;{&lt;/p&gt;&lt;p&gt;&amp;nbsp; if (theForm.PaymentMethodType.value == '2' || theForm.PaymentMethodType.value == '4')&lt;/p&gt;&lt;p&gt;&amp;nbsp; {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; document.getElementById('catwebformform42059').action = "/FormProcessv2.aspx?WebFormID=10851&amp;amp;OID={module_oid}&amp;amp;OTYPE={module_otype}&amp;amp;EID={module_ei d}&amp;amp;CID={module_cid}";&lt;/p&gt;&lt;p&gt;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;return ( checkWholeForm42059(theForm) );&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;//]]&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:192b27a5-3f70-460c-9a79-2cfffa84cc74] --&gt;</description>
      <pubDate>Sat, 08 Nov 2014 18:49:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6911865?tstart=0#6911865</guid>
      <dc:date>2014-11-08T18:49:36Z</dc:date>
      <clearspace:dateToText>4 days 18 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Stop cash payment method showing order as paid in receipt and orders list</title>
      <link>https://forums.adobe.com/message/6911563?tstart=0#6911563</link>
      <description>&lt;!-- [DocumentBodyStart:4d567005-5c4d-4c0a-a470-a663f8a2b6c0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have came across this same bug&amp;nbsp; today - I am curious why this hasn't been fixed over two years later?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4d567005-5c4d-4c0a-a470-a663f8a2b6c0] --&gt;</description>
      <pubDate>Sat, 08 Nov 2014 17:04:38 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6911563?tstart=0#6911563</guid>
      <dc:date>2014-11-08T17:04:38Z</dc:date>
      <clearspace:dateToText>4 days 20 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Remove product from cart AND go to catalog with 1 button</title>
      <link>https://forums.adobe.com/message/6908951?tstart=0#6908951</link>
      <description>&lt;!-- [DocumentBodyStart:96aebecf-35a1-4d03-abaf-0cf58da0e4ed] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;How can I modify the remove item from cart button to also go to a catalog when the item is removed on click?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Here's the button:&lt;/p&gt;&lt;p&gt;&amp;lt;a href="/all-ttha-gear" onclick="UpdateItemQuantity(0,324401,282161,9383705,337215,'','US');return false;"&amp;gt;Continue Shopping&amp;lt;/a&amp;gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I used javascript to change the text to "Continue Shopping" and changed the href value from "#" to "/all-ttha-gear".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This link is being displayed in a modal when a user drops the shopping cart total below $40. I want them to click continue shopping and have it remove the bonus item from the cart.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As the a tag is displayed above, it removes the correct product but stays on the same page.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any thoughts?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://ttha-test3.413sga.com/" rel="nofollow"&gt;Here's a link to the test site.&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:96aebecf-35a1-4d03-abaf-0cf58da0e4ed] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 15:46:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6908951?tstart=0#6908951</guid>
      <dc:date>2014-11-07T15:46:35Z</dc:date>
      <clearspace:dateToText>5 days 21 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Product Filtering on Ecommerce Site</title>
      <link>https://forums.adobe.com/message/6908202?tstart=0#6908202</link>
      <description>&lt;!-- [DocumentBodyStart:e20712f2-d317-4ad1-b786-84620fb3b2e5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You could use the tagging feature for this type of build. Something along these lines: -add tags to your products (Color, Product, Size, Material, Price, Manufacturer)&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;span&gt;-on a page insert this module - {module_productfeaturelist tag="{module_url,tag}"} - notice how we pass module_url as the tag to filter by - &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://docs.businesscatalyst.com/dev-assets/reference#!/module-reference/pages/module_url.html!named-params" rel="nofollow"&gt;http://docs.businesscatalyst.com/dev-assets/reference#!/module-reference/pages/module_url. html!named-params&lt;/a&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;span&gt;-now if you go to &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://perfume10.worldsecuresystems.com/tagged-products?tag=color" rel="nofollow"&gt;http://perfume10.worldsecuresystems.com/tagged-products?tag=color&lt;/a&gt;&lt;span&gt; or &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://perfume10.worldsecuresystems.com/tagged-products?tag=product" rel="nofollow"&gt;http://perfume10.worldsecuresystems.com/tagged-products?tag=product&lt;/a&gt;&lt;span&gt; only the products tagged with "color" or "product" are shown. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;We are about to release the new Product v3 APIs for products in the near future, when those will be available this type of filtering will be alot easier to implement and you will be able to filter by more complex conditions.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e20712f2-d317-4ad1-b786-84620fb3b2e5] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 08:47:53 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6908202?tstart=0#6908202</guid>
      <dc:date>2014-11-07T08:47:53Z</dc:date>
      <clearspace:dateToText>6 days 4 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Can BC do Multi Domain eCommerce like Magento?</title>
      <link>https://forums.adobe.com/message/6907848?tstart=0#6907848</link>
      <description>&lt;!-- [DocumentBodyStart:96de1003-bc37-428b-ae35-969c83700ee2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Glen1308,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can confirm this is possible. You can find information on how to achieve this in the following article: &lt;a class="jive-link-external-small" href="http://kb.worldsecuresystems.com/521/bc_521.html" rel="nofollow"&gt;How to setup a multi-lingual and multi-currency site&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:96de1003-bc37-428b-ae35-969c83700ee2] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 05:45:11 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6907848?tstart=0#6907848</guid>
      <dc:date>2014-11-07T05:45:11Z</dc:date>
      <clearspace:dateToText>6 days 7 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Can BC do Multi Domain eCommerce like Magento?</title>
      <link>https://forums.adobe.com/message/6907844?tstart=0#6907844</link>
      <description>&lt;!-- [DocumentBodyStart:30626b11-db82-48c7-84e1-9416b916c781] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="color: #333333; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;Hey there, we're locked into a pitch against a Magento crew. The client wants a multi domain ecommerce solution like www.Wag.com, using &lt;/span&gt;&lt;span style="color: #333333; font-size: 12pt; font-family: arial,helvetica,sans-serif;"&gt;different domains but a single shopping cart and back end. Does anyone have examples of where BC has been used as a multi domain ecommerce solution? Any advice? The client wants a low maintenance solution, I think BC is perfect for that just need examples of where BC has worked as a multi domain solution. &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:30626b11-db82-48c7-84e1-9416b916c781] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 04:53:26 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6907844?tstart=0#6907844</guid>
      <dc:date>2014-11-07T04:53:26Z</dc:date>
      <clearspace:dateToText>6 days 8 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Need help with BC APP Attributes +</title>
      <link>https://forums.adobe.com/message/6907644?tstart=0#6907644</link>
      <description>&lt;!-- [DocumentBodyStart:b2e9d6eb-657f-47ea-9e9f-81ebc1c76ef0] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Need help with the App Attributes +&lt;/p&gt;&lt;p&gt;I purchased the app and it is installed on my client site.&lt;/p&gt;&lt;p&gt;Now what to do next?&lt;/p&gt;&lt;p&gt;Not sure of the specific markup editing to do?&lt;/p&gt;&lt;p&gt;Do I go in the large_product_layout and what to do there? &lt;/p&gt;&lt;p&gt;Could not find any instructions - is it maybe a copy and paste thing?&lt;/p&gt;&lt;p&gt;Please Advise&lt;/p&gt;&lt;p&gt;Thank You&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b2e9d6eb-657f-47ea-9e9f-81ebc1c76ef0] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 04:09:55 GMT</pubDate>
      <author>willnoeltrading@gmail.com</author>
      <guid>https://forums.adobe.com/message/6907644?tstart=0#6907644</guid>
      <dc:date>2014-11-07T04:09:55Z</dc:date>
      <clearspace:dateToText>6 days 9 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Product Filtering on Ecommerce Site</title>
      <link>https://forums.adobe.com/message/6907568?tstart=0#6907568</link>
      <description>&lt;!-- [DocumentBodyStart:82dbece4-53e6-4448-a34d-beb499972d24] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Does anyone have a good solution to provide product filtering for an online store??&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The {tag_browsepanel} is too simple and only allows for price search. Would like a similar function to occur, but based off of assigned categories that would be assigned to the different products.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;The client needs filters set up for criteria such as: &lt;/span&gt;&lt;/p&gt;&lt;ul style="list-style-type: disc;"&gt;&lt;li&gt;&lt;span style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Color&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Product&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Size&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Material&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Price&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Manufacturer&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;span style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Would liquid be any help in this?&amp;nbsp; Is there any known plugin that works efficiently with BC?&lt;/span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:82dbece4-53e6-4448-a34d-beb499972d24] --&gt;</description>
      <pubDate>Fri, 07 Nov 2014 03:13:08 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6907568?tstart=0#6907568</guid>
      <dc:date>2014-11-07T03:13:08Z</dc:date>
      <clearspace:dateToText>6 days 10 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Questions for creating a multi-country ecommerce site in Business Catalyst.</title>
      <link>https://forums.adobe.com/message/6906774?tstart=0#6906774</link>
      <description>&lt;!-- [DocumentBodyStart:fb90a672-b537-438a-8e53-b35b7ee1063d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://kb.worldsecuresystems.com/521/bc_521.html" rel="nofollow"&gt;How to setup a multi-lingual and multi-currency site&lt;/a&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;yes you can go to the product and &lt;/li&gt;&lt;li&gt;yes, go to prices and set up pricing for each country via the drop down, then set up a subdomain for each country this will show the appropriate currency symbol and price, use a drop down or js to redirect the customer to the correct country.&lt;/li&gt;&lt;li&gt;it is better to us a subdomain to avoid duplicate content issues for seo or if you use multiple domains use&amp;nbsp; canonical tags and point to the default .com domain&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fb90a672-b537-438a-8e53-b35b7ee1063d] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 22:03:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6906774?tstart=0#6906774</guid>
      <dc:date>2014-11-06T22:03:50Z</dc:date>
      <clearspace:dateToText>6 days 15 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Ecommerce invoicing and tax caluclations for multinational stores where all prices are stored as rrp with tax included</title>
      <link>https://forums.adobe.com/message/6905953?tstart=0#6905953</link>
      <description>&lt;!-- [DocumentBodyStart:643cabd6-ee50-4d94-bf0f-d082484f17d2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;We have a client that has a large ecommerce store with around 900 products.&lt;/p&gt;&lt;p&gt;The below scenario is stumping us and have found only one real work around but it requires using 3rd party apps to do the invoicing.&lt;/p&gt;&lt;p&gt;Any suggestions from Partners or devs that have a similar issue would be greatly approciated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h2 dir="ltr" style="margin-top: 10pt;"&gt;&lt;span style="font-size: 17px; font-family: Cambria; color: #4f81bd;"&gt;Taxation &amp;#8211; Current prices include tax, need pricing schedule for countries&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-family: Calibri;"&gt;Currency 1 is $AUD and GST tax rate. Prices to be entered as inc tax. Tax deduction to calculate back from RRP&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Calibri;"&gt;Currency 2 is &amp;pound;GBP and VAT rate. Prices to be entered as inc tax. Tax deduction to calculate back from RRP&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span dir="ltr"&gt;Sub domains needed for each currency&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span dir="ltr"&gt;Deduct the tax for none tax countries &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span dir="ltr"&gt;Calculating or reporting on tax amounts for BAS&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;br/&gt;&lt;span style="color: #000000; font-size: 15px; font-family: Arial; margin-top: 14pt;"&gt;Comments&lt;/span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span dir="ltr"&gt;Potential is TWO currencies. Each to have RRP entered manually.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: Calibri;"&gt;Which currency displays will depend on where customer access to website is from. AU will show for all world initially, later to be broken down as AU (for AU, NZ, Oceania, Asia,) &amp;pound;GBP,&amp;nbsp; for rest of the world&amp;nbsp; Deductions automatic for all consumer retail purchases when customer is outside &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span dir="ltr"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span dir="ltr"&gt;Testing &lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span dir="ltr"&gt;using discount code hidden in shopping cart to detect country from drop down and then removing tax from rrp (or using JS to detect url and adding code automatically, this has&amp;nbsp; been tested and is working)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span dir="ltr"&gt;invoicing for different countries to be different&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span dir="ltr"&gt;using the api to remove the tax for non tax countries&lt;/span&gt;&lt;/li&gt;&lt;li&gt;using api to retrieve tax summary&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So far the solution we are suggesting but there might be issues with syncing with a server hosted Myob Accounting package &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h1 dir="ltr" style="margin-top: 10pt;"&gt;&lt;span style="font-size: 21px; font-family: 'Trebuchet MS'; color: #000000; font-weight: normal;"&gt;Specifications for SET up&lt;/span&gt;&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;span dir="ltr"&gt;Accounting package - MYOB is Account right plus. Just downloading V2014.16.7861&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span dir="ltr"&gt;BC shop has about 900 products&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span dir="ltr"&gt;Options for syncing data&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span dir="ltr"&gt;&lt;a class="jive-link-external-small" href="http://myob.com.au/addons/listing/41/transpost/" rel="nofollow"&gt;&lt;span style="color: #1155cc; text-decoration: underline;"&gt;http://myob.com.au/addons/listing/41/transpost/&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span dir="ltr"&gt;&lt;a class="jive-link-external-small" href="http://www.onesaas.com/integrate/myobaccountright-with-businesscatalyst" rel="nofollow"&gt;&lt;span style="color: #1155cc; text-decoration: underline;"&gt;http://www.onesaas.com/integrate/myobaccountright-with-businesscatalyst&lt;/span&gt;&lt;/a&gt;&amp;nbsp; (looklike this might not work with server hosted)&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h1 dir="ltr" style="margin-top: 10pt;"&gt;&lt;span style="font-size: 21px; font-family: 'Trebuchet MS'; color: #000000; font-weight: normal;"&gt;Systems restrictions that we can&amp;#8217;t get around&lt;/span&gt;&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;&lt;span dir="ltr"&gt;Invoicing - for some reason there is only one system invoice, if this was not the case we could easily set up different invoice formatting and content for each region and apply appropriate tax calculation.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h1 dir="ltr" style="margin-top: 10pt;"&gt;&lt;span style="font-size: 21px; font-family: 'Trebuchet MS'; color: #000000; font-weight: normal;"&gt;Proposed set up based on findings&lt;/span&gt;&lt;/h1&gt;&lt;p&gt;&lt;span style="color: #000000; font-family: Arial; font-size: 15px; line-height: 1.5em;"&gt;based on extensive consultation with Business Catalyst, reference material and testing the following configuration and management is the best solution and in some cases the only available solution to satisfy the criteria set out above.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 dir="ltr" style="margin-top: 10pt;"&gt;&lt;span style="font-size: 17px; font-family: 'Trebuchet MS'; color: #000000;"&gt;Sub domains for regions&lt;/span&gt;&lt;/h2&gt;&lt;p dir="ltr"&gt;&lt;span style="font-size: 15px; font-family: Arial; color: #000000;"&gt;3 regions should be set up UK, AUS and Rest of the world. UK and Rest of the world should use subdomains while Australia would use the default domain. UK.dccconcepts.com, world.dccconcepts.com and dccconcepts.com&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 dir="ltr" style="margin-top: 10pt;"&gt;&lt;span style="font-size: 17px; font-family: 'Trebuchet MS'; color: #000000;"&gt;Displaying different currencies&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 10pt; font-family: 'Trebuchet MS';"&gt;Subdomains and using country drop down in the shop to direct people to the correct currency symbol and pricing.&lt;/span&gt;&lt;/p&gt;&lt;h2 dir="ltr" style="margin-top: 10pt;"&gt;&lt;span style="font-size: 17px; font-family: 'Trebuchet MS'; color: #000000;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h2 dir="ltr" style="margin-top: 10pt;"&gt;&lt;span style="font-size: 17px; font-family: 'Trebuchet MS'; color: #000000;"&gt;Deducting tax from rest of the world.&lt;/span&gt;&lt;/h2&gt;&lt;p dir="ltr"&gt;&lt;span style="font-size: 15px; font-family: Arial; color: #000000;"&gt;As the discount system is not in use we are able to create a script that will deduct the required amount when shoppers are in this region by checking the url they are on and applying the discount. Their order total would then reflect price with the deducted amount.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 dir="ltr" style="margin-top: 10pt;"&gt;&lt;span style="font-size: 17px; font-family: 'Trebuchet MS'; color: #000000;"&gt;Invoicing&lt;/span&gt;&lt;/h2&gt;&lt;p dir="ltr"&gt;&lt;span style="font-size: 15px; font-family: Arial; color: #000000;"&gt;As every order is checked manually we are proposing that the system invoice is modified to show the order total and explain that a sales invoice will be sent out once the order is finalised with tax, shipping and order modifications if required.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;br/&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p dir="ltr"&gt;&lt;span style="font-size: 15px; font-family: Arial; color: #000000;"&gt;The order informatiuon would be sent to the accounting package via onesaas.com sync up&lt;/span&gt;&lt;/p&gt;&lt;p dir="ltr"&gt;&lt;a class="jive-link-external-small" href="http://www.onesaas.com/integrate/myobaccountright-with-businesscatalyst" rel="nofollow"&gt;&lt;span style="font-size: 15px; font-family: Arial; color: #1155cc; text-decoration: underline;"&gt;http://www.onesaas.com/integrate/myobaccountright-with-businesscatalyst&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 15px; font-family: Arial; color: #000000;"&gt;, this needs to be further investigated to make sure it works as advertised. Or &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://myob.com.au/addons/listing/41/transpost/" rel="nofollow"&gt;&lt;span style="font-size: 15px; font-family: Arial; color: #1155cc; text-decoration: underline;"&gt;http://myob.com.au/addons/listing/41/transpost/&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: 15px; font-family: Arial; color: #000000;"&gt; ( this would be a more manual process but looks like the better option for syncing with a server based myob)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br/&gt;&lt;br/&gt;&lt;span style="font-size: 15px; font-family: Arial; color: #000000;"&gt;You can then apply your tax, shipping and amendments and add tax exempt labels just like you do now with server hosted package to the level of detail you wish.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 15px; font-family: Arial;"&gt;Reporting BAS would then be as per your normal account process.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 15px; font-family: Arial;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 15px; font-family: Arial;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 15px; font-family: Arial;"&gt;What I find very frustration is that eCommerce is supposed to be multi currency , muti national but simple things like have a different invoice for each region created like they have with a separate shopping cart for each region and VAT, BAS and&amp;nbsp; tax reporting a fundimental activity for business in all countries is lacking&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 15px; font-family: Arial;"&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #000000; font-size: 15px; font-family: Arial;"&gt;Again any incites or solutions would be greatly appreciated.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:643cabd6-ee50-4d94-bf0f-d082484f17d2] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 17:42:22 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6905953?tstart=0#6905953</guid>
      <dc:date>2014-11-06T17:42:22Z</dc:date>
      <clearspace:dateToText>6 days 20 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: center Large product view?</title>
      <link>https://forums.adobe.com/message/6904240?tstart=0#6904240</link>
      <description>&lt;!-- [DocumentBodyStart:c61724ef-6e9a-41f8-a6e0-51a6af620196] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Ops,, forgot to post the link &lt;span aria-label="Laugh" class="emoticon-inline emoticon_laugh" style="height:16px;width:16px;"&gt;&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://webshopkent.businesscatalyst.com/dam-ur/breitlings-klocka" rel="nofollow"&gt;Breitlings Navitimer&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I managed to get this particular product larger but still it does not look right, I want it to be 100% hight from the bottom of the page to the gray area.&lt;/p&gt;&lt;p&gt;Is it possible to force the product images to be a specific size (if it's to small, it stretches or to bid it shrinks)? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I also notised a separate problem in the meny bar,, in "M&amp;#196;RKEN" the dropdown meny shows up on the side to the right instead of underneath "M&amp;#196;RKEN"&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thankful for help &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c61724ef-6e9a-41f8-a6e0-51a6af620196] --&gt;</description>
      <pubDate>Thu, 06 Nov 2014 05:15:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6904240?tstart=0#6904240</guid>
      <dc:date>2014-11-06T05:15:45Z</dc:date>
      <clearspace:dateToText>1 week 8 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: center Large product view?</title>
      <link>https://forums.adobe.com/message/6902786?tstart=0#6902786</link>
      <description>&lt;!-- [DocumentBodyStart:11b839af-3e66-4599-9d7a-0793e0738597] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You will need to provide us with a link, it's impossible to know what is going on exactly simply by looking at screen grabs. &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:11b839af-3e66-4599-9d7a-0793e0738597] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 20:01:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6902786?tstart=0#6902786</guid>
      <dc:date>2014-11-05T20:01:23Z</dc:date>
      <clearspace:dateToText>1 week 17 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: center Large product view?</title>
      <link>https://forums.adobe.com/message/6900876?tstart=0#6900876</link>
      <description>&lt;!-- [DocumentBodyStart:b6616904-6491-40a4-8f75-89222583ec61] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;this is how the large product view look now&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6900876-691769/large1.png"&gt;&lt;img alt="large1.png" class="jive-image image-1" height="501" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6900876-691769/900-501/large1.png" style="height: 345px; width: 620px;" width="900"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;This is how I want it to look&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/2-6900876-691770/large+2.png"&gt;&lt;img alt="large 2.png" class="jive-image image-2" height="501" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6900876-691770/900-501/large+2.png" style="height: 345px; width: 620px;" width="900"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b6616904-6491-40a4-8f75-89222583ec61] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 09:59:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6900876?tstart=0#6900876</guid>
      <dc:date>2014-11-05T09:59:30Z</dc:date>
      <clearspace:dateToText>1 week 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>center Large product view?</title>
      <link>https://forums.adobe.com/message/6900793?tstart=0#6900793</link>
      <description>&lt;!-- [DocumentBodyStart:70c77677-be30-4f7e-a83f-ceb27709e187] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I got a problem with my "large product view" &lt;/span&gt;&lt;/p&gt;&lt;p&gt;1: the product thumbnail is placed to the left, I would like it to be centered.&lt;/p&gt;&lt;p&gt;2: the thumbnail is kind of small, how do I make it larger?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;where in the CSS do I change those things?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:70c77677-be30-4f7e-a83f-ceb27709e187] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 08:47:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6900793?tstart=0#6900793</guid>
      <dc:date>2014-11-05T08:47:02Z</dc:date>
      <clearspace:dateToText>1 week 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>C.O.D option in eCommerce cart</title>
      <link>https://forums.adobe.com/message/6900402?tstart=0#6900402</link>
      <description>&lt;!-- [DocumentBodyStart:9d9edae0-08ad-4735-8907-bda5a3e24c3d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all, I have a feeling this may have been asked here before. I have a C.O.D option on my shopping cart which works fine. But the invoice shows the "Total amount" as already paid.&lt;/p&gt;&lt;p&gt;Does anyone know how to set this to amount outstanding = "Total amount"&lt;/p&gt;&lt;p&gt;URL &lt;a class="jive-link-external-small" href="https://ebaycellars.worldsecuresystems.com/in-the-loop" rel="nofollow"&gt;ebaycellars&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9d9edae0-08ad-4735-8907-bda5a3e24c3d] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 04:31:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6900402?tstart=0#6900402</guid>
      <dc:date>2014-11-05T04:31:25Z</dc:date>
      <clearspace:dateToText>1 week 1 day ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Individual product page is not showing my page template.</title>
      <link>https://forums.adobe.com/message/6900117?tstart=0#6900117</link>
      <description>&lt;!-- [DocumentBodyStart:0c274379-c499-4460-98de-4cd8882d4e7f] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Not sure what you mean Felice, The person in this thread asked a question and a member of the BC staff responded.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0c274379-c499-4460-98de-4cd8882d4e7f] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 00:55:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6900117?tstart=0#6900117</guid>
      <dc:date>2014-11-05T00:55:09Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Individual product page is not showing my page template.</title>
      <link>https://forums.adobe.com/message/6900121?tstart=0#6900121</link>
      <description>&lt;!-- [DocumentBodyStart:34d4abc3-18dc-4dee-b423-23dfae13a85c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;This was not my question &lt;/p&gt;&lt;p&gt;my question was about contact form not sending email to in box&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Felice&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-email-small" href="mailto:richcfo@aol.com"&gt;richcfo@aol.com&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:34d4abc3-18dc-4dee-b423-23dfae13a85c] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 00:39:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6900121?tstart=0#6900121</guid>
      <dc:date>2014-11-05T00:39:02Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Individual product page is not showing my page template.</title>
      <link>https://forums.adobe.com/message/6900106?tstart=0#6900106</link>
      <description>&lt;!-- [DocumentBodyStart:96f4d2a2-95c4-4250-86d4-8c872038bb27] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I believe you have created template from BC backend and then applied to store catalogue ?&lt;/p&gt;&lt;p&gt;Try to apply Muse generated template on catalogue and then check , it should work fine.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Sanjit&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:96f4d2a2-95c4-4250-86d4-8c872038bb27] --&gt;</description>
      <pubDate>Wed, 05 Nov 2014 00:34:44 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6900106?tstart=0#6900106</guid>
      <dc:date>2014-11-05T00:34:44Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Re: What is ecommerce script?</title>
      <link>https://forums.adobe.com/message/6897171?tstart=0#6897171</link>
      <description>&lt;!-- [DocumentBodyStart:4696a2b9-f457-4474-b9be-320dbee40cca] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Since BC does the eCommerce, and the first post did not make sense, and that is your first post. I think this looks like spam.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4696a2b9-f457-4474-b9be-320dbee40cca] --&gt;</description>
      <pubDate>Tue, 04 Nov 2014 07:53:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6897171?tstart=0#6897171</guid>
      <dc:date>2014-11-04T07:53:25Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: What is ecommerce script?</title>
      <link>https://forums.adobe.com/message/6897156?tstart=0#6897156</link>
      <description>&lt;!-- [DocumentBodyStart:392c5a2e-a72c-4762-bd68-ba7c097e8f5c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;In simple words,ecommerce script is a tool which can be installed to the site. Allows you to sell the products online. We can find numerous scripts in the market.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:392c5a2e-a72c-4762-bd68-ba7c097e8f5c] --&gt;</description>
      <pubDate>Tue, 04 Nov 2014 07:33:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6897156?tstart=0#6897156</guid>
      <dc:date>2014-11-04T07:33:01Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Individual product page is not showing my page template.</title>
      <link>https://forums.adobe.com/message/6896055?tstart=0#6896055</link>
      <description>&lt;!-- [DocumentBodyStart:2ffc9e78-8178-4565-adf2-6bdc3b6bae1c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;So I am helping a friend design an eCommerce store for their rising business, but I have run into some trouble that I am hoping is an easy fix.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you follow this link: &lt;a class="jive-link-external-small" href="http://www.wideopenfoodco.com/store" rel="nofollow"&gt;Online Store&lt;/a&gt;&lt;/p&gt;&lt;p&gt;You will see that my custom template is showing properly. (this is the catalog page)&lt;/p&gt;&lt;p&gt;- But once you click on the picture to view the individual item page, it is having trouble showing the template and tells me "Some files on the server may be missing or incorrect."&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have been scratching my head for an hour now and I need to move along to styling the pages and adding the rest of the products.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just a side note, I did make this template using Muse.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance for the help!!&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;UPDATE:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;I used my developer tools in my browser and found out that these files are missing:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;span&gt;GET &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.wideopenfoodco.com/store/css/site_global.css?3777184675" rel="nofollow"&gt;http://www.wideopenfoodco.com/store/css/site_global.css?3777184675&lt;/a&gt;&lt;span&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;GET &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.wideopenfoodco.com/store/scripts/museutils.js?3777594392" rel="nofollow"&gt;http://www.wideopenfoodco.com/store/scripts/museutils.js?3777594392&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;GET &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.wideopenfoodco.com/store/css/bc-master.css?57211368" rel="nofollow"&gt;http://www.wideopenfoodco.com/store/css/bc-master.css?57211368&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;GET &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.wideopenfoodco.com/store/images/logo%20white.png" rel="nofollow"&gt;http://www.wideopenfoodco.com/store/images/logo%20white.png&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;GET &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.wideopenfoodco.com/store/css/master_a-master.css?3768428788" rel="nofollow"&gt;http://www.wideopenfoodco.com/store/css/master_a-master.css?3768428788&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;GET &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.wideopenfoodco.com/store/scripts/jquery.watch.js?4144919381" rel="nofollow"&gt;http://www.wideopenfoodco.com/store/scripts/jquery.watch.js?4144919381&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;GET &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://www.wideopenfoodco.com/store/scripts/jquery.musemenu.js?415733523" rel="nofollow"&gt;http://www.wideopenfoodco.com/store/scripts/jquery.musemenu.js?415733523&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have no idea why they are trying to pull from sources "/store/css/..." and "/store/scripts/..."&lt;/p&gt;&lt;p&gt;They should be just "/css/..." and "/scripts/..."&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2ffc9e78-8178-4565-adf2-6bdc3b6bae1c] --&gt;</description>
      <pubDate>Mon, 03 Nov 2014 22:10:42 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6896055?tstart=0#6896055</guid>
      <dc:date>2014-11-03T22:10:42Z</dc:date>
      <clearspace:dateToText>1 week 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Selling tokens like BC Gurus</title>
      <link>https://forums.adobe.com/message/6895026?tstart=0#6895026</link>
      <description>&lt;!-- [DocumentBodyStart:3fcae307-212c-4f61-baf3-8203bfc27fbe] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When you buy a template from bcgurus you buy tokens. Would anyone be able to guide me to setting the product so I can seel a bulk of tokens, and whne someone wants to attend an event they will have to use a token.&lt;/p&gt;&lt;p&gt;I really appreciate any assistance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:3fcae307-212c-4f61-baf3-8203bfc27fbe] --&gt;</description>
      <pubDate>Mon, 03 Nov 2014 17:18:20 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6895026?tstart=0#6895026</guid>
      <dc:date>2014-11-03T17:18:20Z</dc:date>
      <clearspace:dateToText>1 week 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Individual Product - Small (Backup) template issues?</title>
      <link>https://forums.adobe.com/message/6892451?tstart=0#6892451</link>
      <description>&lt;!-- [DocumentBodyStart:f15c1c53-9925-4319-bef1-07924b0cde2c] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You need to look at the tag options and configure them. But anyway, with the new stuff coming out really soon you can just use Liquid Markup.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f15c1c53-9925-4319-bef1-07924b0cde2c] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 21:06:17 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6892451?tstart=0#6892451</guid>
      <dc:date>2014-11-02T21:06:17Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bulleted lists in a Custom Field for products</title>
      <link>https://forums.adobe.com/message/6891944?tstart=0#6891944</link>
      <description>&lt;!-- [DocumentBodyStart:7e37b5d5-e5ad-4013-9111-fe44845fac98] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Can you explain which CSS file?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7e37b5d5-e5ad-4013-9111-fe44845fac98] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 16:37:33 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6891944?tstart=0#6891944</guid>
      <dc:date>2014-11-02T16:37:33Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Individual Product - Small (Backup) template issues?</title>
      <link>https://forums.adobe.com/message/6891724?tstart=0#6891724</link>
      <description>&lt;!-- [DocumentBodyStart:5e925306-599d-46be-b7ba-4a0602c43235] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I like this solution from &lt;span style="color: #3778c7; font-family: Thread-00015f00-Id-0000005d;"&gt;&lt;strong&gt;webcr8ive&lt;/strong&gt;&lt;/span&gt;, as I am having the same issue to displaying a simple product without ul.&lt;/p&gt;&lt;p&gt;I think BC should consider to create model something like &lt;span style="font-family: Thread-00015f00-Id-00000058;"&gt;&lt;strong&gt;module_productfeatured&lt;/strong&gt;&lt;/span&gt; without list as out of the box to make life more simple.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:5e925306-599d-46be-b7ba-4a0602c43235] --&gt;</description>
      <pubDate>Sun, 02 Nov 2014 14:51:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6891724?tstart=0#6891724</guid>
      <dc:date>2014-11-02T14:51:35Z</dc:date>
      <clearspace:dateToText>1 week 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Affiliate commissions</title>
      <link>https://forums.adobe.com/message/6865352?tstart=0#6865352</link>
      <description>&lt;!-- [DocumentBodyStart:cfa0ded4-608d-44cf-97ea-7f3a1fb9f2cc] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Well here is the answer, after many days with support.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I could not understand -&lt;/p&gt;&lt;p&gt;1) why it would not work&lt;/p&gt;&lt;p&gt;2) I could not see any reference to the Customer in the Affiliate activity sheet - just a comment that the affiliate link was used.&lt;/p&gt;&lt;p&gt;3) I could not find any reference to the Affiliate within the Customer data.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Reason: It only works if the customer buys something in the shop after getting there using the affiliate link.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In other words if they go there by the link, but close down their browser, and then return later and go directly to the website, and buys something, the sale will not be registered within the affiliates commission.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Worse than that, by not storing the the affiliate's right to that customer's sales, it stops the use of the affiliate system for the thousands of businesses that could use the system but don't use the shop, but may enter orders manually.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:cfa0ded4-608d-44cf-97ea-7f3a1fb9f2cc] --&gt;</description>
      <pubDate>Sat, 25 Oct 2014 08:10:45 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6865352?tstart=0#6865352</guid>
      <dc:date>2014-10-25T08:10:45Z</dc:date>
      <clearspace:dateToText>2 weeks 5 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Catalog Discounts Automatically Setup</title>
      <link>https://forums.adobe.com/message/6861996?tstart=0#6861996</link>
      <description>&lt;!-- [DocumentBodyStart:6c99590a-0011-4236-8438-907e04a80d0d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I find this not logical.&lt;/p&gt;&lt;p&gt;If you have thousands (or more) of customers, how is it possible to think to set for them the discounts on catalogs manually??&lt;/p&gt;&lt;p&gt;I hope there must be a solution...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6c99590a-0011-4236-8438-907e04a80d0d] --&gt;</description>
      <pubDate>Fri, 24 Oct 2014 06:02:48 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6861996?tstart=0#6861996</guid>
      <dc:date>2014-10-24T06:02:48Z</dc:date>
      <clearspace:dateToText>2 weeks 6 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>moving from secure urls to non secure urls</title>
      <link>https://forums.adobe.com/message/6857883?tstart=0#6857883</link>
      <description>&lt;!-- [DocumentBodyStart:9ddc798b-64d5-4c95-a0cb-cf9bd66598b9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a simple shopping cart with a that takes the client to a secure url with the payment form which is fine until my client surfs away from that secure page. The problem being they are now usint the secure url wherever they go in the site, even for non secure pages. Support suggested that i just make the links in my forms absolute which seems to work. I just wanted to check that this is the best way to fix this problem. I seem to remeber other solutions mentioned in the past. thanks for any help&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9ddc798b-64d5-4c95-a0cb-cf9bd66598b9] --&gt;</description>
      <pubDate>Thu, 23 Oct 2014 00:54:57 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6857883?tstart=0#6857883</guid>
      <dc:date>2014-10-23T00:54:57Z</dc:date>
      <clearspace:dateToText>3 weeks 12 hours ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Stop recurring orders sending out invoices (invoices go from Quickbooks - not BC)</title>
      <link>https://forums.adobe.com/message/6854575?tstart=0#6854575</link>
      <description>&lt;!-- [DocumentBodyStart:f957bd01-0e24-42dd-bf04-3495616f3335] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Our client needs to create subscription orders in BC against a client, these recur once a month. BC automatically creates and emails an invoice against these orders. However the client wants to use Quickbooks for their accounts to create and send the actual invoice, and BC simply as a CRM system.&amp;nbsp; BC is automatically creating and sending invoices every month for the clients against the order raised in BC - effectively duplicate invoices of the Quickbooks invoice -&amp;nbsp; which we do not want to have sent out.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can the automated invoicing be switched off in BC or is there a way around this. &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Neal&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:f957bd01-0e24-42dd-bf04-3495616f3335] --&gt;</description>
      <pubDate>Wed, 22 Oct 2014 09:14:00 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6854575?tstart=0#6854575</guid>
      <dc:date>2014-10-22T09:14:00Z</dc:date>
      <clearspace:dateToText>3 weeks 1 day ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Is there any who lives in brighton-UK, available to give some tuition in how to use BC to create a "Add a favorites list for navigation" for my site. Please, don't reply by sending me the links with the instructions, I've tried that a millon times</title>
      <link>https://forums.adobe.com/message/6851268?tstart=0#6851268</link>
      <description>&lt;!-- [DocumentBodyStart:6c99b0fa-2e77-4d55-a10d-867dc55cb33e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Is there any who lives in Brighton(UK), available to give me some tuition in how to use BC to create a "Add a favorites list for navigation" for my site. Please, don't reply by sending me the links with the instructions, I've tried that a millon times.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:6c99b0fa-2e77-4d55-a10d-867dc55cb33e] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 14:01:56 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6851268?tstart=0#6851268</guid>
      <dc:date>2014-10-21T14:01:56Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Pay with Amazon - Any plans for Amazon Payments?</title>
      <link>https://forums.adobe.com/message/6849983?tstart=0#6849983</link>
      <description>&lt;!-- [DocumentBodyStart:05d5a667-3739-41a0-b5f7-d5adf8b2468d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hey Justin,&lt;/p&gt;&lt;p&gt;Just so you know where things are at in this regard.&lt;/p&gt;&lt;p&gt;BC has basically not introduced a new payment gateway in over 5 years.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:05d5a667-3739-41a0-b5f7-d5adf8b2468d] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 02:43:25 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6849983?tstart=0#6849983</guid>
      <dc:date>2014-10-21T02:43:25Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Pay with Amazon - Any plans for Amazon Payments?</title>
      <link>https://forums.adobe.com/message/6849969?tstart=0#6849969</link>
      <description>&lt;!-- [DocumentBodyStart:adcb5711-c34d-46eb-a207-9e076e746c80] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I wanted to see if there are any plans to add &lt;a class="jive-link-external-small" href="https://payments.amazon.com/" rel="nofollow"&gt;Amazon Payments&lt;/a&gt; as a payment gateway for BC. I think people are more likely to complete checkout if they know their payment data is only shared with Amazon.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:adcb5711-c34d-46eb-a207-9e076e746c80] --&gt;</description>
      <pubDate>Tue, 21 Oct 2014 02:27:50 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6849969?tstart=0#6849969</guid>
      <dc:date>2014-10-21T02:27:50Z</dc:date>
      <clearspace:dateToText>3 weeks 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to customize the shoppingcartsummary as a shopping cart?</title>
      <link>https://forums.adobe.com/message/6849239?tstart=0#6849239</link>
      <description>&lt;!-- [DocumentBodyStart:23298790-39cc-4d45-86b7-40ea9463950d] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You can not at the time, you have to ajax in what is in the cart, into an area. Something we do often at Pretty. When liquid is out of beta though you will be able to do this with Liquid a lot easier.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:23298790-39cc-4d45-86b7-40ea9463950d] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 21:17:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6849239?tstart=0#6849239</guid>
      <dc:date>2014-10-20T21:17:09Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to customize the shoppingcartsummary as a shopping cart?</title>
      <link>https://forums.adobe.com/message/6848698?tstart=0#6848698</link>
      <description>&lt;!-- [DocumentBodyStart:0d19731c-bac3-491c-8157-d97fe2599949] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I want to change the output of {module_shoppingcartsummary} and i have created an shoppingcartsummary.tpl that is placed within /Moduletemplates/shoppingcartsummary.tpl. &lt;br/&gt;On my shop template i have an contentholder with this {module_shoppingcartsummary template="/ModuleTemplates/shoppingcartsummary.tpl"}.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;I want the shoppingcartsummary to show something like this instead of the default layout :&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;table border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;thead&gt;&lt;tr&gt;&lt;th style="border:1px solid black;border: 1px solid rgb(0, 0, 0);padding: 2px;color: #ffffff;background-color: #6690bc;text-align: center;" valign="middle"&gt;&lt;strong&gt;Productimage&lt;/strong&gt;&lt;/th&gt;&lt;th style="border:1px solid black;border: 1px solid rgb(0, 0, 0);padding: 2px;color: #ffffff;background-color: #6690bc;text-align: center;" valign="middle"&gt;&lt;strong&gt;Productname&lt;/strong&gt;&lt;/th&gt;&lt;th style="border:1px solid black;border: 1px solid rgb(0, 0, 0);padding: 2px;color: #ffffff;background-color: #6690bc;text-align: center;" valign="middle"&gt;&lt;strong&gt;Price&lt;/strong&gt;&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border:1px solid black;border: 1px solid rgb(0, 0, 0);padding: 2px;"&gt;Productimage01 &lt;/td&gt;&lt;td style="border:1px solid black;border: 1px solid rgb(0, 0, 0);padding: 2px;"&gt;Productname01&lt;/td&gt;&lt;td style="border:1px solid black;border: 1px solid rgb(0, 0, 0);padding: 2px;"&gt;USD10&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border:1px solid black;border: 1px solid rgb(0, 0, 0);padding: 2px;"&gt;Productimage02&lt;/td&gt;&lt;td style="border:1px solid black;border: 1px solid rgb(0, 0, 0);padding: 2px;"&gt;Productname02&lt;/td&gt;&lt;td style="border:1px solid black;border: 1px solid rgb(0, 0, 0);padding: 2px;"&gt;USD10&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border:1px solid black;border: 1px solid rgb(0, 0, 0);padding: 2px;"&gt;Productimage03&lt;/td&gt;&lt;td style="border:1px solid black;border: 1px solid rgb(0, 0, 0);padding: 2px;"&gt;Productname03&lt;/td&gt;&lt;td style="border:1px solid black;border: 1px solid rgb(0, 0, 0);padding: 2px;"&gt;USD10&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;Within my shoppingcartsummary.tpl I still have the default layout:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="cartSummaryItem" style="color: #ffffff; font-family: proxima-nova, sans-serif; font-size: 18px; background-color: #023d4b;"&gt;2 items(s), Total USD0,00&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px; color: #ffffff; font-family: proxima-nova, sans-serif; font-size: 18px; background-color: #023d4b;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;em style="font-size: 8pt;"&gt;&lt;br/&gt;div class="cartSummary empty{tag_isEmpty}"&amp;gt; &lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 8pt;"&gt;&lt;em&gt;&amp;lt;div class="cartSummaryItem"&amp;gt;Shopping cart is empty&amp;lt;/div&amp;gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 8pt;"&gt;&lt;em&gt;&amp;lt;/div&amp;gt; &lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 8pt;"&gt;&lt;em&gt;&amp;lt;div class="cartSummary notEmpty{tag_isEmpty}"&amp;gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 8pt;"&gt;&lt;em&gt;&amp;lt;div class="cartSummaryItem"&amp;gt;{tag_itemCount} item(s), Total {tag_currency}{tag_totalAmount}&amp;lt;/div&amp;gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 8pt;"&gt;&lt;em&gt;&amp;lt;div&amp;gt;&amp;lt;a class="cartSummaryLink" href="{tag_cartUrl}"&amp;gt;Go to cart&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;em style="font-size: 8pt;"&gt;&amp;lt;/div&amp;gt;&lt;br/&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;and I have added this to my css:&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 8pt;"&gt;&amp;nbsp; .empty0 { display:none; }&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 8pt;"&gt;&amp;nbsp; .notEmpty1 { display:none; }&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 12pt;"&gt;and it all works fine but I need the shoppingcartsummary to behave like a "light-weight" shoppingcart that just give the customer an easy way to see whats inside the shoppingcart (and delete items) without having to leave the page he is on. I cant use the shoppingcart tags inside the shoppingcartsummary.tpl but perhaps someone knows how I can use {tag_productimage} etc in this layout? &lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0d19731c-bac3-491c-8157-d97fe2599949] --&gt;</description>
      <pubDate>Mon, 20 Oct 2014 19:36:06 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6848698?tstart=0#6848698</guid>
      <dc:date>2014-10-20T19:36:06Z</dc:date>
      <clearspace:dateToText>3 weeks 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Adjusting attribute costs based on quantity</title>
      <link>https://forums.adobe.com/message/6843643?tstart=0#6843643</link>
      <description>&lt;!-- [DocumentBodyStart:827e225c-319b-4c21-aef0-0a52bb6d9fc2] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Not possible at the moment in the system. You would have to have a $8 option and $5 and show hide based on the quantity.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:827e225c-319b-4c21-aef0-0a52bb6d9fc2] --&gt;</description>
      <pubDate>Sat, 18 Oct 2014 22:47:47 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6843643?tstart=0#6843643</guid>
      <dc:date>2014-10-18T22:47:47Z</dc:date>
      <clearspace:dateToText>3 weeks 5 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Adjusting attribute costs based on quantity</title>
      <link>https://forums.adobe.com/message/6843663?tstart=0#6843663</link>
      <description>&lt;!-- [DocumentBodyStart:e1ce9e28-47a5-4419-9c5b-e92d8c3fbc7e] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi all,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is it possible to adjust attribute costs based on the quantity of a product? &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example, if the product was a hat, and there was an embroidery option as an attribute for an additional &amp;pound;5, is there a way to make that attribute &amp;pound;8 if the customer selects 2 hats, and &amp;pound;10 if the customer selects 3 and so on?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e1ce9e28-47a5-4419-9c5b-e92d8c3fbc7e] --&gt;</description>
      <pubDate>Sat, 18 Oct 2014 22:22:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6843663?tstart=0#6843663</guid>
      <dc:date>2014-10-18T22:22:46Z</dc:date>
      <clearspace:dateToText>3 weeks 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Under secure access, specific list of products visible by client or group of client</title>
      <link>https://forums.adobe.com/message/6837354?tstart=0#6837354</link>
      <description>&lt;!-- [DocumentBodyStart:8500c7b8-d347-4450-acca-bb65996c30dd] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hello,&lt;/p&gt;&lt;p&gt;I want to create an ecommerce site where a registered client will access to his specific selected product list to pass frequent orders... &lt;/p&gt;&lt;p&gt;In fact client are regroup in types of clients and there is catalog and list of product depending on the type.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How to do that on BC ?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The ideal, will be that when a client return to purchase that after login a list of favorite articles appears from the global list type where he can select quantities to order and then validate all the order at once...&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;(you may have notice... English is not my native language...)&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8500c7b8-d347-4450-acca-bb65996c30dd] --&gt;</description>
      <pubDate>Thu, 16 Oct 2014 20:05:01 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6837354?tstart=0#6837354</guid>
      <dc:date>2014-10-16T20:05:01Z</dc:date>
      <clearspace:dateToText>3 weeks 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: How to add more options for e-commerce shopping chart?</title>
      <link>https://forums.adobe.com/message/6822859?tstart=0#6822859</link>
      <description>&lt;!-- [DocumentBodyStart:4f1aa346-57f6-4a5a-b37e-43b3cb892415] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;You create attributes on the product and an attribute can have a price associated with it that adds to the total product price.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4f1aa346-57f6-4a5a-b37e-43b3cb892415] --&gt;</description>
      <pubDate>Tue, 14 Oct 2014 06:35:41 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6822859?tstart=0#6822859</guid>
      <dc:date>2014-10-14T06:35:41Z</dc:date>
      <clearspace:dateToText>1 month 4 hours from now</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Incorporate percentage-based shipping?</title>
      <link>https://forums.adobe.com/message/6813944?tstart=0#6813944</link>
      <description>&lt;!-- [DocumentBodyStart:0bbd4505-9d80-4c73-a21b-28c20dd982f9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I have a client who would really like to offer percentage-based shipping to his wholesale customers, but as far as I can tell it's simply not an option. Does anyone else have any experience in this area, or possibly a work-around? I don't even mind looking into a custom BC app if this can be accomplished.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;BTW, is percentage-based shipping a common offering on other e-commerce platforms?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Addison&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:0bbd4505-9d80-4c73-a21b-28c20dd982f9] --&gt;</description>
      <pubDate>Fri, 10 Oct 2014 20:11:23 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6813944?tstart=0#6813944</guid>
      <dc:date>2014-10-10T20:11:23Z</dc:date>
      <clearspace:dateToText>1 month 3 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>How to add more options for e-commerce shopping chart?</title>
      <link>https://forums.adobe.com/message/6798571?tstart=0#6798571</link>
      <description>&lt;!-- [DocumentBodyStart:8a6fd543-eafb-459f-bc28-9b03bae3a5a5] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I am considering to use BC for web shop to sell printed products. I would like to add a feature that customer can choose printing size and server side script would count final price of the product.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am now choosing a platform for my e-commerce but I do not know enough if BC is a good platform for developers? Is it possible to add this kind of features with BC API?&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Susi Waegelein&lt;/p&gt;&lt;p&gt;www.kuvita.org&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8a6fd543-eafb-459f-bc28-9b03bae3a5a5] --&gt;</description>
      <pubDate>Tue, 07 Oct 2014 08:28:02 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6798571?tstart=0#6798571</guid>
      <dc:date>2014-10-07T08:28:02Z</dc:date>
      <clearspace:dateToText>1 month 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Quickbooks Integration</title>
      <link>https://forums.adobe.com/message/6784542?tstart=0#6784542</link>
      <description>&lt;!-- [DocumentBodyStart:7402c978-b38f-45ca-9089-8a54f8e2bf45] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Adobe Community,&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have a problem when trying to integrate Quickbooks with a Business Catalyst site.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Both the Web Connector and Business Catalyst gives me the following error:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Error message received from application via getLastError(): The Selling account in your site is not synchronized to your QuickBooks version and affecting the Orders sync process. Please contact Business Catalyst support to clear these records and refer your site ID # 1224961. If the message does not help much, please review the qbsdklog.txt file (Intuit\QuickBooks\).&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have tried Help and Support but obviously they have limited resources when it comes to E-Commerce.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help me sort this out if any person can.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:7402c978-b38f-45ca-9089-8a54f8e2bf45] --&gt;</description>
      <pubDate>Thu, 02 Oct 2014 14:48:09 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6784542?tstart=0#6784542</guid>
      <dc:date>2014-10-02T14:48:09Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: I need the last 2 digits of Adobe's eCommerce Contact Information. Can anyone help me? 408-536-50??</title>
      <link>https://forums.adobe.com/message/6777333?tstart=0#6777333</link>
      <description>&lt;!-- [DocumentBodyStart:df22468c-2c83-4570-9296-bb57ea156b0a] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The dumb assess at Adobe still haven't updated it.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:df22468c-2c83-4570-9296-bb57ea156b0a] --&gt;</description>
      <pubDate>Tue, 30 Sep 2014 14:12:30 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6777333?tstart=0#6777333</guid>
      <dc:date>2014-09-30T14:12:30Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Add on a paid domain from godaddy.com to adobe muse cc website design.</title>
      <link>https://forums.adobe.com/message/6773320?tstart=0#6773320</link>
      <description>&lt;!-- [DocumentBodyStart:802a255b-1364-4943-b6b8-4c67d17c0454] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;HI there,&lt;/p&gt;&lt;p&gt;Info here about going live - &lt;a class="jive-link-wiki-small" data-containerId="4871" data-containerType="14" data-objectId="1741" data-objectType="102" href="https://forums.adobe.com/docs/DOC-1741"&gt;Adding a domain name to your site and taking site live&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:802a255b-1364-4943-b6b8-4c67d17c0454] --&gt;</description>
      <pubDate>Mon, 29 Sep 2014 13:27:31 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6773320?tstart=0#6773320</guid>
      <dc:date>2014-09-29T13:27:31Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Add on a paid domain from godaddy.com to adobe muse cc website design.</title>
      <link>https://forums.adobe.com/message/6773202?tstart=0#6773202</link>
      <description>&lt;!-- [DocumentBodyStart:eda713f2-46d6-42cd-bc08-5a23f65930a3] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi everyone, I have brought a paid domain in godaddy.com and now I am kind of lost for using the domain to my web design from adobe muse cc.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please help...&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:eda713f2-46d6-42cd-bc08-5a23f65930a3] --&gt;</description>
      <pubDate>Mon, 29 Sep 2014 13:22:28 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6773202?tstart=0#6773202</guid>
      <dc:date>2014-09-29T13:22:28Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Per customer pricing</title>
      <link>https://forums.adobe.com/message/6773129?tstart=0#6773129</link>
      <description>&lt;!-- [DocumentBodyStart:b5db8da4-6c8f-4675-95cd-2637adde2ebb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Peter,&lt;/p&gt;&lt;p&gt;Not on BC no.&lt;/p&gt;&lt;p&gt;You have wholesaler pricing and you have catalog discount per person.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b5db8da4-6c8f-4675-95cd-2637adde2ebb] --&gt;</description>
      <pubDate>Mon, 29 Sep 2014 11:34:54 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6773129?tstart=0#6773129</guid>
      <dc:date>2014-09-29T11:34:54Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Per customer pricing</title>
      <link>https://forums.adobe.com/message/6772840?tstart=0#6772840</link>
      <description>&lt;!-- [DocumentBodyStart:504d20fb-f2ac-412b-af85-d24fbd95b4d6] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;My client wants to price products depending on which secure zone they are logged into.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Is this possible? &lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:504d20fb-f2ac-412b-af85-d24fbd95b4d6] --&gt;</description>
      <pubDate>Mon, 29 Sep 2014 10:09:35 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6772840?tstart=0#6772840</guid>
      <dc:date>2014-09-29T10:09:35Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Go to checkout after adding a product</title>
      <link>https://forums.adobe.com/message/6772552?tstart=0#6772552</link>
      <description>&lt;!-- [DocumentBodyStart:34d43637-a457-4a2f-a84a-62638c6217ac] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Oh wow, I should of known that one already! &lt;/p&gt;&lt;p&gt;Thanks so much!&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:34d43637-a457-4a2f-a84a-62638c6217ac] --&gt;</description>
      <pubDate>Mon, 29 Sep 2014 08:02:29 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6772552?tstart=0#6772552</guid>
      <dc:date>2014-09-29T08:02:29Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Go to checkout after adding a product</title>
      <link>https://forums.adobe.com/message/6772579?tstart=0#6772579</link>
      <description>&lt;!-- [DocumentBodyStart:c0b0aab3-487d-457a-8fd9-d980960e3c09] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Hi Mitch:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://docs.businesscatalyst.com/dev-assets/reference#!/tag-reference/e-commerce/individual-product-large-layout.html" rel="nofollow"&gt;Developer reference&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #c7254e; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; background-color: #e8e9ee;"&gt;{&lt;/span&gt;&lt;span class="tagname" style="color: #c7254e; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; background-color: #e8e9ee;"&gt;tag_buynow&lt;/span&gt;&lt;span style="color: #c7254e; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; background-color: #e8e9ee;"&gt;} - This goes directly to the cart on click.&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:c0b0aab3-487d-457a-8fd9-d980960e3c09] --&gt;</description>
      <pubDate>Mon, 29 Sep 2014 07:31:52 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6772579?tstart=0#6772579</guid>
      <dc:date>2014-09-29T07:31:52Z</dc:date>
      <clearspace:dateToText>1 month 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

