Jump to content

bondimedical

Member
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by bondimedical

  1. I am finding the store logo is not appearing for the end of the Print Order Form gateway in Foundation. I have had a look at the HTML and it says <img src="{$STORE_LOGO}" alt="" /> but have noticed that it produces the homepage url. The store logo appears in all other parts of my website?
  2. You are right in that it is using content.checkout.php because the HTML matches up but I have yet to find a case with Foundation where an extra step is added to the checkout. I wonder if Foundation even uses content.gateway.php?
  3. I could do that but a lot of work. Do you know why the code in my first comment in this thread doesn't work?
  4. Hi Al. You are right. I have put an image URL in the description and it shows in the checkout. But how can I have an image and text?
  5. <div class="row"> <div class="small-12 columns"> <ul class="no-bullet center" id="gateway_error"> <li> <input name="gateway" type="radio" value="Card_Capture" id="Card_Capture" required rel="gateway_error"><label for="Card_Capture">Credit or Debit Card</label> </li> <li> <input name="gateway" type="radio" value="Cash_On_Delivery" id="Cash_On_Delivery" required rel="gateway_error"><label for="Cash_On_Delivery">Cash On Delivery</label> </li> <li> <input name="gateway" type="radio" value="PayPal" id="PayPal" required rel="gateway_error"><label for="PayPal">PayPal</label> </li> </ul> <div class="hide" id="validate_gateway_required">Please select a payment method.</div> </div> </div> The HTML I put there seems to have disappeared?
  6. Yes the image appears. I have even set a specific gateway https://www.example.com/modules/gateway/PayPal/admin/logo.gif and the PayPal image appears in Dreamweaver but nothing shows on the checkout?
  7. I am trying to add a gateway logos in Foundation after the text on the checkout page. I have modified line 22 of content.gateway.php to <label for="{$gateway.folder}">{$gateway.description} <img src="https://www.example.com/modules/gateway/{$gateway.folder}/admin/logo.gif"/></label> but no images appear?
  8. https://github.com/cubecart/v6/issues/432#issuecomment-87636554
  9. Can someone tell me what the limits are for the CSS width for Foundation to classify it small, medium or a large device?
  10. If you move the screen exactly on the transition from the last slide to the first one then the whole slider breaks. Nothing works, the navigation buttons, manual swiping etc all stop functioning.
  11. I have managed to replicate the issue with -5px but it is however a lot more difficult to do.
  12. I have noticed this fixes the issue but also causes the slider to become stuck. If you are on the third slide and you scroll the page slowly it stops on the first slide after the transition? I have noticed this on small and medium devices?
  13. With the new bxslider in Foundation I have noticed there is a very large space between the bullets and the first line of text on all devices. Is there any way of reducing this?
  14. I have reported this issue in Github but does anyone know why the slider is not working?
  15. Thanks but I have found the answer. http://foundation.zurb.com/docs/components/interchange.html
  16. I am considering using the Foundation theme and have managed to create responsive videos using http://foundation.zurb.com/docs/components/flex_video.html. Can someone point in the the direction where I can have responsive images?
  17. I am thinking about upgrading my v5 store to v6 and using Foundation but am curious what will happen with the homepage document. The slideshow is in this document so will it be overwritten with the contents of my v5 Homepage document?
  18. I have reported this issue to CubeCart and it is supposed to be fixed in 6.0.2
  19. Thanks. And how would I remove the CubeCart logo on the top of the Admin login?
×
×
  • Create New...