X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Looking to add an additional ⌠check■ box and text on the checkout page. (https://forum.x-cart.com/showthread.php?t=70535)

curpier 11-15-2014 06:04 AM

Looking to add an additional ⌠check■ box and text on the checkout page.
 
Looking to add an additional ⌠check■ box and text on the checkout page.

I▓m going to be running a drop-ship business, importing product from the U.K. in a niche market. Delivery time to my customer can take 10-14 days, sometimes longer depending on stock status (which I don▓t always know).

I▓m using X-Cart 4.6.5, and am looking to add a check box and text under the terms and conditions that says ⌠I understand that delivery may take 10-14 days■. The store is still under development ┘

Can you guys help?

totaltec 11-15-2014 06:39 AM

Re: Looking to add an additional ⌠check■ box and text on the checkout page.
 
I can get you close. I've done this for several clients over the years.

Look in: /ideal_responsive/modules/One_Page_Checkout/opc_summary.tpl

Here is the code for the checkbox:
Code:

<div class="terms_n_conditions">
      <label for="accept_warning">
        <input type="checkbox" name="accept_warning" id="accept_warning" value="Y" />
        You must also agree to this.
      </label>
</div>

To do this right you should include some JavaScript to make sure they checked the box.

curpier 11-15-2014 11:22 AM

Re: Looking to add an additional ⌠check■ box and text on the checkout page.
 
I don't have the file "opc_summary.tpl" ... I'm using the Xtreme Skin by thexcartstore ...

curpier 11-17-2014 11:17 AM

Re: Looking to add an additional ⌠check■ box and text on the checkout page.
 
Any more ideas? Or is this a custom mod for the x-cart team? I just need it to at least say "Shipping may take 10-14 days" on the checkout page ...

totaltec 11-19-2014 12:37 PM

Re: Looking to add an additional ⌠check■ box and text on the checkout page.
 
Quote:

Originally Posted by curpier
Any more ideas? Or is this a custom mod for the x-cart team? I just need it to at least say "Shipping may take 10-14 days" on the checkout page ...

I'd have to look at your site. Should be pretty easy and just take an hour or two to do at most. I can take this on for you if you like, should be easy for me to find, but I can't guide you if you are using a non standard template that I don't have.

cherie 11-27-2014 03:31 PM

Re: Looking to add an additional ⌠check■ box and text on the checkout page.
 
Try setting this in customer/main/checkout_shipping_methods.tpl


All times are GMT -8. The time now is 04:12 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.