Jump to content

huggettm

Member
  • Posts

    294
  • Joined

  • Last visited

Posts posted by huggettm

  1. thanks that seems to control the size of the file when it is created by cubecart, I dont understand why the thumbnails are not associated with the product though, they are in the correct folder and called thumb_

     

    the main product images work.

    im wondering if it might be a mysql / mysqli error?

  2. Not sure if CC4 is discussed on here?

     

    But ill try :)

    I think I modified our thumbnails to point to actual images rather than be created based off the main image.

     

    Having recently added some new products, for the first time in years the thumbnails do not work (they are named correctly and in the correct file)

     

    Can anyone tell me what file controls where the thumbnail path is stored?

  3. https://support.google.com/merchants/answer/7106244?hl=en

    Trying to add this to CC6, can anyone help.

    I need to output this with the values in red from the store, I am unsure how to call them from CC6, also how to output the date as we do not give delivery dates, so it would need to be generated in say 4 days from the date of purchase:

     

    *******************************************

    <!-- BEGIN GCR Opt-in Module Code -->
    <script src="https://apis.google.com/js/platform.js?onload=renderOptIn"
      async defer>
    </script>
    
    <script>
      window.renderOptIn = function() { 
        window.gapi.load('surveyoptin', function() {
          window.gapi.surveyoptin.render(
            {
              // REQUIRED
              "merchant_id":"MERCHANT_ID",
              "order_id": "ORDER_ID",
              "email": "CUSTOMER_EMAIL",
              "delivery_country": "COUNTRY_CODE",
              "estimated_delivery_date": "YYYY-MM-DD",
    
              // OPTIONAL
              "opt_in_style": "OPT_IN_STYLE"
            }); 
         });
      }
    </script>
    <!-- END GCR Opt-in Module Code -->

    *******************************************

  4. We have a store with over 9000 products on it - but CC6 will not export the google feed for download in either 10,000 or 5,000

     

    exporting 10 times seems an inefficient method - is there a way to increase the memory on the export? CC used to export this in one go with no problems.

     

     

×
×
  • Create New...