Jump to content

huggettm

Member
  • Posts

    294
  • Joined

  • Last visited

Everything posted by huggettm

  1. thanks Brian, its very odd, in this case it is not recognising the thumbs.
  2. I have tried a few CC6 skins but they are all buggy, has anyone done this or know of a module?
  3. 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?
  4. 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?
  5. yes, it should load like this https://support.google.com/merchants/answer/7124322 nothing in the error logs
  6. thank you, i can see it in the source code on the order confirmation now, but it does not load anything on the page - any ideas?
  7. thank you, I have tried adding this to confirmed.inc.php but it doesnt show on a test order, is there another file for the order confirmation page: storeurl/index.php?_a=complete
  8. 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 --> *******************************************
  9. not sure which one of the many checkout files controls this?
  10. hi, anyone know how to change the width of the header (category navigation)
  11. its an alternate gateway. the order goes into cubecart fine, but cubecart sends no email to the customer.
  12. in cubecart 4 using the alternate checkout for paypal, when a customer places an order they only get the email from paypal not cubecart?
  13. thanks guys that has done the job
  14. thank you, TBH I dont know how to construct that query or to remove the duplicates?
  15. I cant see where in the DB to export the images associated with a product? We have a number of products which have the main image showing 4 or 5 times
  16. 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.
  17. Hi,can anyone tell me how often this auto generates/updates?
  18. Ah, I have just seen that our Paypal is set to Do not receive IPN messages (Disabled) If I enable this and enter a value is that going to stop my cc4 stores working? They currently update fine.
  19. Hi, our paypal checkout orders are still showing as pending when they have been paid - any ideas? also for amazon checkout, the orders dont show in the cubecart admin at all? Thanks
  20. v5.2.13 if a price is say 5.99 the basket rounds it to £6?
  21. is there a way to change the order in which the all in one shipping options are displayed? currently mine goes straight to the cheapest method - can I have it at the most expensive as the default?
  22. How do you set the postage part not to calculate VAT on VAT exempt items?
×
×
  • Create New...