Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Easy Checkout Mod for X-Cart 3.5.x and 4.0.x

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #471  
Old 06-20-2006, 08:14 PM
 
taltos1 taltos1 is offline
 

Senior Member
  
Join Date: Mar 2005
Location: USA
Posts: 160
 

Default

Thank you so much. I am again impressed with your knowledge..
__________________
X-Cart Gold Version 4.0.18
EWDHosting.com is my Host
Unix Servers
Reply With Quote
  #472  
Old 06-28-2006, 09:43 AM
 
taltos1 taltos1 is offline
 

Senior Member
  
Join Date: Mar 2005
Location: USA
Posts: 160
 

Default

Hello,
I just found out that when you get a credit card error (wrong #, etc) you also get pushed to the standard xcart screen.

Just like the code you suggested for the address change, can you tell me how to do this so the error codes stay in ezcheckout?

Thanks again.
__________________
X-Cart Gold Version 4.0.18
EWDHosting.com is my Host
Unix Servers
Reply With Quote
  #473  
Old 06-28-2006, 09:44 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

Can you give me the exact url accessed for the error?
Reply With Quote
  #474  
Old 06-28-2006, 10:07 AM
 
taltos1 taltos1 is offline
 

Senior Member
  
Join Date: Mar 2005
Location: USA
Posts: 160
 

Default

It is here:
Thank you[/code]
__________________
X-Cart Gold Version 4.0.18
EWDHosting.com is my Host
Unix Servers
Reply With Quote
  #475  
Old 06-28-2006, 10:18 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

Try this:

Open error_message.php

FIND:

Code:
func_display("customer/home.tpl",$smarty);

Replace with:

Code:
if ($error == "error_ccprocessor_error") { func_display("customer/home_checkout.tpl",$smarty); } else { func_display("customer/home.tpl",$smarty); }
Reply With Quote
  #476  
Old 06-28-2006, 10:43 AM
 
taltos1 taltos1 is offline
 

Senior Member
  
Join Date: Mar 2005
Location: USA
Posts: 160
 

Default

Amazing. Thanks again, in my humble opinion, these last 2 edits you helped me with should be included with the mod, small fixes, but makes the whole process much smoother. Thanks so much.
__________________
X-Cart Gold Version 4.0.18
EWDHosting.com is my Host
Unix Servers
Reply With Quote
  #477  
Old 06-28-2006, 10:47 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

^ Probably so, we've tried to keep the amount of edits down however as some people aren't as proficient at edits which result in support cost.
Reply With Quote
  #478  
Old 09-08-2006, 12:58 AM
 
ecommerce ecommerce is offline
 

eXpert
  
Join Date: Jul 2006
Posts: 267
 

Default Re: Easy Checkout Mod for X-Cart 3.5.x and 4.0.x

On 4.0.18,

I have a LOGOUT link somewhere on the site.

When I click it, it does log me out but it leaves me at

cart.php?mode=checkout

and defaults to highlight the LOGIN tab.

and in addition, it doesnt showing the login tab info,

it shows the empty cart message.
Your shopping cart
The items below are currently in your shopping cart. To remove any item click "Delete item". To checkout, please click "Checkout". Please note that Delivery method is ignored if you are ordering Gift Certificates or Electronically distributed products.


What I want is when the customer clicks on the Logout link,
they get logged out and are taken to the home page.

thanks.
__________________
X-Cart 4.0.18 DBest
Reply With Quote
  #479  
Old 09-08-2006, 01:02 AM
 
ecommerce ecommerce is offline
 

eXpert
  
Join Date: Jul 2006
Posts: 267
 

Default Re: Easy Checkout Mod for X-Cart 3.5.x and 4.0.x

Jon,

I want to put a left 25px border and a right 25 border around your whole checkout.


<left td with image 25px> your checkout <right td with image 25px>

hope u get the idea.

i've been unsuccessful. Please point me in the right direction.
__________________
X-Cart 4.0.18 DBest
Reply With Quote
  #480  
Old 09-08-2006, 10:11 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: Easy Checkout Mod for X-Cart 3.5.x and 4.0.x

Not quite sure what you mean, but something like this should suffice:

<table width="750" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="25">&nbsp;</td>
<td>

[ Original code will go here]

</td>
<td width="25">&nbsp;</td>
</tr>
</table>
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020