View Single Post
  #8  
Old 05-14-2010, 10:30 AM
  gallaghersean's Avatar 
gallaghersean gallaghersean is offline
 

Advanced Member
  
Join Date: Aug 2008
Location: Clearwater, FL
Posts: 52
 

Default Re: How do I add Buy Now button on product page

I figured it out.... created my own mod for this... I did the following:
  1. Added line in cart.php to check if POST var "redirect" is set to true and if so then set $config["General"]["redirect_to_cart"] to Y.
  2. Added hidden input field "redirect"
  3. Added a HTML button to product_details.tpl
  4. Created some JavaScript so when that button is pressed it changes the hidden variable to true and then submits the form
__________________
.

Contact me about modifying x-cart for your needs.

Xcart Gold versions:
4.5.x, 4.4.3, 4.4.1, 4.4.0, 4.3.1
4.1.10, 4.1.9, 4.1.8

Add-on modules:

Featured Product Carousel
and other various mods I've built
Reply With Quote