Jump to content

bondimedical

Member
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    1

Posts 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. <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?

  4. 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?

  5. Fix is

    In file foundation/css/jquery.bxslider.css find

    .bx-wrapper .bx-viewport {

    -moz-box-shadow: 0 0 5px #ccc;

    -webkit-box-shadow: 0 0 5px #ccc;

    box-shadow: 0 0 5px #ccc;

    border: 5px solid #fff;

    left: -5px;

    background: #fff;

    change setting to

    left: 0px;

    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?

×
×
  • Create New...