Announcement

Collapse
No announcement yet.

Google Trusted Stores

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Re: Google Trusted Stores

    ok we are approved, and most things working fine, just trying now to figure out how to run the order and cancellation feeds. anyone?
    trying template data feed but suspect that wont do it.
    Suzanne

    __________________________________________________ _______

    aGenius Marketing
    800-768-2693
    Web Design & e-Commerce
    __________________________________________________ _______

    Comment


      #17
      Re: Google Trusted Stores

      I created a folder in the root directory for the 2 txt files, then each day when the shipments are processed, I open and update them in a text editor. Hopefully there is a way to automate this step. If Bill has an idea for a template to work with his data feed program, that would be wonderful.
      Diana Hall
      http://aGardenPlace.com

      Comment


        #18
        Re: Google Trusted Stores

        Do you send an email when the shipment is processed and the tracking info is sent to the customer? If you do you could easily add the toolkit export function and it would export the data to a flat file.
        Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
        Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
        Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
        Facebook http://www.facebook.com/EmporiumPlus
        Twitter http://twitter.com/emporiumplus

        Comment


          #19
          Re: Google Trusted Stores

          I use Shipworks to process orders and send tracking emails, but I will take a look at the Toolkit export function. Tks.
          Diana Hall
          http://aGardenPlace.com

          Comment


            #20
            Re: Google Trusted Stores

            I'm a bit confused after reading this post. I am trying to fill in the data Google's "Order Confirmation Module Code". But when I see the code above, there's nothing from the Google code:


            <!-- START Trusted Stores Order -->
            <div id="gts-order" style="display:none;">

            <!-- start order and merchant information -->
            <span id="gts-o-id">MERCHANT_ORDER_ID</span>
            <span id="gts-o-domain">MERCHANT_ORDER_DOMAIN</span>
            <span id="gts-o-email">CUSTOMER_EMAIL</span>
            <span id="gts-o-country">CUSTOMER_COUNTRY</span>
            <span id="gts-o-currency">CURRENCY</span>
            <span id="gts-o-total">ORDER_TOTAL</span>
            <span id="gts-o-discounts">ORDER_DISCOUNTS</span>
            <span id="gts-o-shipping-total">ORDER_SHIPPING</span>
            <span id="gts-o-tax-total">ORDER_TAX</span>
            <span id="gts-o-est-ship-date">ORDER_EST_SHIP_DATE</span>
            <span id="gts-o-has-preorder">HAS_BACKORDER_PREORDER</span>
            <span id="gts-o-has-digital">HAS_DIGITAL_GOODS</span>
            <!-- end order and merchant information -->

            <!-- start repeated item specific information -->
            <!-- item example: this area repeated for each item in the order -->
            <span class="gts-item">
            <span class="gts-i-name">ITEM_NAME</span>
            <span class="gts-i-price">ITEM_PRICE</span>
            <span class="gts-i-quantity">ITEM_QUANTITY</span>
            <span class="gts-i-prodsearch-id">ITEM_GOOGLE_SHOPPING_ID</span>
            <span class="gts-i-prodsearch-store-id">ITEM_GOOGLE_SHOPPING_ACCOUNT_ID</span>
            <span class="gts-i-prodsearch-country">ITEM_GOOGLE_SHOPPING_COUNTRY</span>
            <span class="gts-i-prodsearch-language">ITEM_GOOGLE_SHOPPING_LANGUAGE</span>
            </span>
            <!-- end item 1 example -->
            <!-- end repeated item specific information -->

            </div>
            <!-- END Trusted Stores -->

            Can someone enlighten me? I have been searchign the web for alist of MIVA tokens - somehtng that I thought should be easy to find. I thought that if I simply inserted the tokens (where the all-caps variables are in the Google code) everything would be fine. But apparenetly it's not that simple. Anyone have any advice on how I can accomplish this? Thank you!

            Comment


              #21
              Re: Google Trusted Stores

              agenius Could you post your final code to get things working?

              Thanks
              -Mike
              http://www.bandana.com
              http://www.wholesaleforeveryone.com

              Comment


                #22
                Re: Google Trusted Stores

                Also how are you dealing with the "google_base_offer_id" on non product pages? I was thinking about checking to see if it is was a product page and if not put in a pre-selected product code.
                http://www.bandana.com
                http://www.wholesaleforeveryone.com

                Comment


                  #23
                  Re: Google Trusted Stores

                  Originally posted by mikey View Post
                  agenius Could you post your final code to get things working?

                  Thanks
                  -Mike
                  oooh, black Friday rush time. I will as soon as I get a chance to find it.
                  Suzanne

                  __________________________________________________ _______

                  aGenius Marketing
                  800-768-2693
                  Web Design & e-Commerce
                  __________________________________________________ _______

                  Comment


                    #24
                    Re: Google Trusted Stores

                    Just curious if anyone can post the final code. I will also need to get the feeds, but this will need to be from our StoneEdge Order Manager system. Having the complete javascript would be helpful though...

                    Comment


                      #25
                      Re: Google Trusted Stores

                      Originally posted by mikey View Post
                      Also how are you dealing with the "google_base_offer_id" on non product pages? I was thinking about checking to see if it is was a product page and if not put in a pre-selected product code.
                      We just leave it out. On non-product pages, we just push our id and nothing else.

                      Comment


                        #26
                        Re: Google Trusted Stores

                        Any chance I can see the final code. I still get quite a few errors due to formatting issues with date and currency
                        Alan Mecca
                        President
                        8:30-5:00 M-Th, 8:30-4:30 F
                        T: 800-899-0620
                        E: [email protected]
                        www.personalizeddoormats.com

                        Comment


                          #27
                          Re: Google Trusted Stores

                          Giving this a bump. Can anyone paste their final code?
                          www.kerstencards.com
                          www.stonehousecollection.com
                          www.addresslabelstore.com

                          Comment


                            #28
                            Re: Google Trusted Stores

                            Cant seem to get this working. When I try to add the code into the invoice page it indicates that toolkit is not defined. Does the program require emporium plus module to work?

                            Comment


                              #29
                              Re: Google Trusted Stores

                              We're finalizing the review process for Google Trusted Store approval but we're getting flack from them due to an error with the HTML DocType. The page validation is failing because the DocType declaration is not the first line of the code. Something in Miva is inserting 3 blank lines above the page code.

                              Anyone run across this problem and is this a Miva issue that can be corrected someplace? If this is a 3rd party module adding the blank lines then that would not be fun.

                              It would appear that Google won't approve any store that has this DocType issue.

                              1.
                              2.
                              3.
                              4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
                              5. <html>
                              6. <head>
                              Any thoughts would be appreciated. Once we get the green light, I'll post our final Trusted Stores badge and order confirmation module code if anyone wants it.
                              Joe McDonald
                              patrickwebby.com

                              Comment


                                #30
                                Re: Google Trusted Stores

                                Most of the time that is caused by third party modules. A lot of them have been updated to prevent that, however there are a few stragglers.

                                Comment

                                Working...
                                X