![]() |
Re: A simple fix to pretty the checkout up a little
I thought this broke my SSL as well, but I found it was actually the Skype button I added to the top menu calling a java script from the Skype website. I fixed that, and everything is as it should be. This mod didn't effect the security at all for my site, as far as I can tell.
|
Re: A simple fix to pretty the checkout up a little
OK, so I've got this almost the way I want it, but how do I get rid of the dialog.tpl for ONLY the checkout process? It's redundant!
http://www.autographedathlete.com/images/dialog.jpg I thought I could just make another dialog.tpl and name it something like dialog_checkout.tpl remove the row in the table that has the images and change this: Code:
{include file="dialog.tpl" title="`$lng.lbl_checkout`: `$lng.lbl_step` `$checkout_step` `$lng.lbl_of` `$total_checkout_steps`" content=$smarty.capture.checkout_dialog extra="width=100%"} Code:
{include file="dialog_checkout.tpl" title="`$lng.lbl_checkout`: `$lng.lbl_step` `$checkout_step` `$lng.lbl_of` `$total_checkout_steps`" content=$smarty.capture.checkout_dialog extra="width=100%"} Code:
content=$smarty.capture.checkout_dialog |
Re: A simple fix to pretty the checkout up a little
can anyone get the sexy checkout to work on 4.1.3? its buggy on here.
|
Re: A simple fix to pretty the checkout up a little
Have read through this whole thread and was quite impressed with the work Grant originated here. I tried to implement this customization to my cart but it did not work. I am running Version 4.1.3 of X-Cart and am new to the product, actually had someone else develop our cart, so excuse my limited knowledge. I am trying to get up to speed as quickly as possible.
What I did discover is that the mod probably didn't work for me since it appears the code dealing with displaying the customer information no longer resides in customer_details.tpl but instead in customer_details_html.tpl under a new subvolume area. This is confusing because the customer_details.tpl does exist just where Grant specified, but appears to not be part of the 4.1.3 implementation. I may be way off on this and I am seeing some customization changes made by the guy who developed my site. I've experimented with changing the customer_details_html.tpl with no success so far. If anyone has run into this issue implementing this mod in 4.1.3 I would be grateful on knowing how you retrofitted these mods. |
Re: A simple fix to pretty the checkout up a little
Here's what I have working successfully on 4.1.3:
1. Create a new file skin1/customer/main/sexy_customer_details.tpl with this code: Code:
{* $Id: sexy_customer_details.tpl,v 1 2006/06/01 15:15:52 max Exp $ *} 2. Open skin1.css and add this at the bottom: Code:
.sidebox { 3. Download the 4 images from the first post and save them in skin1/images. 4. Open skin1/customer/main/checkout.tpl and replace: Code:
{include file="customer/main/customer_details.tpl"} Code:
{include file="customer/main/sexy_customer_details.tpl"} Hope it works as well for you as it did for me! :-) |
Re: A simple fix to pretty the checkout up a little
Nate,
Thanks for you help with this, I seem to be getting a little closer to fixing the issue now. My text appers to be getting formatted correctly now that I put the changes into fastlane_checkout.tpl instead of checkout.tpl, unfortunatly the boxes are not getting displayed even though I have the images in my images folder. Thinking it was because of lack of qualification on the URL specifiers in the skin1.css, I put in the proper path and still no luck :?. Lew www.iDirectGrp.com |
Re: A simple fix to pretty the checkout up a little
Is it okay to place a test order on your site so I can see what's going on?
I'm not the most qualified on this forum (by a long shot), but I'll certainly give it a try. |
Re: A simple fix to pretty the checkout up a little
It doesn't seem as though you added the css code to your skin1.css file?
If you did, it's not showing, try emptying your templates_c directory! |
Re: A simple fix to pretty the checkout up a little
Wait a minute....
It appears that you are using skin1_c.css not skin1.css, make sure you put the code in the skin1_c file. |
Re: A simple fix to pretty the checkout up a little
This looks great, but so far the code is only for the cusomter address fields. Anyone have code for further areas of checkout???? IE: Cart Details and Payment Method?
|
All times are GMT -8. The time now is 12:41 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.