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)
-   -   2 questions on template (https://forum.x-cart.com/showthread.php?t=55482)

techker 09-10-2010 09:41 AM

2 questions on template
 
Hey guys i have 2 questions ..


1.is when you add a product to cart you need to press checkout to finalize order..it is a big complaint of our clients cause when you want to view your cart you need to go back to home the press check out..

is it possible to put the checkout in the cart..

2.in my old catalogue i use to have a send to friend link..so the email would send the product but without the price..

is it possible?


thx..

techker 09-10-2010 09:51 AM

Re: 2 questions on template
 
ok so i got my second question done in admin settings..but it is the first one i cant find..

techker 09-10-2010 10:16 AM

Re: 2 questions on template
 
ok done i edited cart.tpl and added a checkout button.thx

cflsystems 09-10-2010 07:56 PM

Re: 2 questions on template
 
The checkout button is there by default. Why did you have to add it?

techker 09-11-2010 02:19 AM

Re: 2 questions on template
 
not in the template i have... vivid dreams..

cflsystems 09-11-2010 07:27 AM

Re: 2 questions on template
 
Unless you or someone else deleted it from the template.

From out of the box cart.tpl
Code:

            {if !$std_checkout_disabled}
            <div class="checkout-button">
              {include file="customer/buttons/button.tpl" button_title=$lng.lbl_checkout  href="cart.php?mode=checkout" additional_button_class="main-button"}
            </div>
            {/if}

Note sure where $std_checkout_disabled is coming from but the button code is in the template. This could be a setting in admin or std_checkout_disabled means any standard payment method in exception of paypal and/or google or something like this

aitek 10-01-2010 07:35 AM

Re: 2 questions on template
 
The checkout button doesnt show until you turn the cart on or add the correct payment methods, I saw this at first as "where the heck is the checkout button?" till I had my cart configured right.

JWait 10-01-2010 07:51 AM

Re: 2 questions on template
 
Quote:

Originally Posted by cflsystems
Note sure where $std_checkout_disabled is coming from but the button code is in the template. This could be a setting in admin or std_checkout_disabled means any standard payment method in exception of paypal and/or google or something like this


I'm not sure, but it could be any of the methods you mentioned and/or that you have FastLane Checkout enabled.


All times are GMT -8. The time now is 11:26 PM.

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