hey -
having an issue with trusted stores, where upon returning from paypal ,the trusted stores order data information is not showing in the orderconfirmation.aspx page. this is just on paypal orders, not on credit card or mail order. it also means paypal orders are not getting reported to trusted stores.
these are the fields that are missing. it is NOT the trusted store java that just identifies the store number, country, and language. specifically, these fields are not showing only on paypal orders when you return to the aspdnsf orderconfirmation.aspx page:
Code:
<!-- START Trusted Stores Order -->
<div id="gts-order" style="display:none;">
<!-- start order and merchant information -->
<span id="gts-o-id">ORDER NUMBER</span>
<span id="gts-o-domain">DOMAIN NAME</span>
<span id="gts-o-email">CUSTOMER EMAIL</span>
<span id="gts-o-country">US</span>
<span id="gts-o-currency">USD</span>
<span id="gts-o-total">3.05</span>
<span id="gts-o-discounts">0.00</span>
<span id="gts-o-shipping-total">0.00</span>
<span id="gts-o-tax-total">0.17</span>
<span id="gts-o-est-ship-date">2013-01-25</span>
<span id="gts-o-has-preorder">N</span>
<span id="gts-o-has-digital">N</span>
<!-- end order and merchant information -->
<!-- start repeated item specific information -->
<span class="gts-item">
<span class="gts-i-name"> PRODUCT NAME
</span>
<span class="gts-i-price">2.88</span>
<span class="gts-i-quantity">1</span>
<span class="gts-i-prodsearch-id">PRODSEARCHID</span>
<span class="gts-i-prodsearch-store-id">STOREID</span>
<span class="gts-i-prodsearch-country">US</span>
<span class="gts-i-prodsearch-language">en</span>
</span>
<!-- end repeated item specific information -->
</div>
<!-- END Trusted Stores -->
can anyone that has trusted stores implemented run a test "live" paypal order and tell me if they are seeing the same thing? this may be impacting your ability to earn the google trusted stores seal.
aspdnsf insists it's a mod on my end but i've run test orders with default templates and orderconfirmation.aspx.cs code and still have the issue so i'm trying duplicate it in the wild.
thanks!