X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Easy Checkout Mod for X-Cart 3.5.x and 4.0.x (https://forum.x-cart.com/showthread.php?t=9085)

pengrus 03-21-2005 11:29 PM

I am also on 4.012. I am going to wait for a solution before I buy it.. Thanks!

Jon 03-22-2005 01:47 PM

All mods will be reviewed with 4.0.12 in the next 2 days and an update will be posted here. If you've purchased the mod and want an updated copy, PM me with your order # and email address, and please mention if you purchased through WebsiteCM.com or a reseller.

Jon 03-22-2005 10:24 PM

All mods have been verified to work with 4.0.12. Details below.

ezCheckout
ezCheckout has been confirmed to work on X-Cart 4.0.12 without any changes to the install instructions. If you have a zip file that is not titled ezcheckout-mar2005.zip you may want to contact us with your order # and place of purchase to receive a new installation file.

http://www.websitecm.com/store/customer/product.php?productid=69

ezUpsell
ezUpsell has been confirmed to work on X-Cart 4.0.12 without any changes to the install instructions.

NOTE: This module compliments ezCheckout very well, as ezCheckout takes the customer away from the store front, ezUpsell allows them to choose when they want to leave the store, and doesn't interupt the shopping experience.

http://www.websitecm.com/store/customer/product.php?productid=84

Remember Me
The "Remember Me" mod has been confirmed to work on 4.0.12 without any changes to the install instructions.

http://www.websitecm.com/store/customer/product.php?productid=89

ezRecommends
ezRecommends has been confirmed to work on X-Cart 4.0.12 without any changes to the install instructions.

Additional instructions have been provided however, to prevent people from being shown recommended products after returning from a failed order.

Open skin1/main/error_ccprocessor_error.tpl
Find:
Code:

cart.php?mode=checkout
REPLACE with:
Code:

cart.php?mode=checkout&ezrecommends=Y

Open skin1/main/error_ccprocessor_unavail.tpl
Find:
Code:

cart.php?mode=checkout
REPLACE with:
Code:

cart.php?mode=checkout&ezrecommends=Y

http://www.websitecm.com/store/customer/product.php?productid=86&cat=0&page=

ETInteractive.com 03-23-2005 05:35 AM

Jon,

Maybe i missed this, but.

On your site, every page has # of items and Total at the top. This should be standard on your mod.

I have the 3.5.x version and it does not do this.

So when i go to Payment Confirmation, I cant remember what Im being billed....

pokeey 03-24-2005 05:08 PM

No Go To Login
 
First off kudos on the EZ Cart Mod. This thing rocks and I wish all stores made it this eay :)

I have run into a problem though. :(

On checkout when I click the link On the "cart.php?mode=checkout" in tnese paragraph:

Quote:

If you already have an account, please login from here. If you are a new customer we need to know your personal details. Please fill in the form below and click 'Submit'.


On the "cart.php?mode=checkout"

All I come up with is a blank page. No way to login.

Here's my source of the login page:
Quote:

<HTML>
<HEAD>
<TITLE>
Your shopping cart
:: Sheer Miracle Mineral Makeup
</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META name="description" content="The Best Mineral Makeup Discount Web Store">
<META name="keywords" content="best mineral makeup, discount mineral makeup, natural foundation, blush, cosmetics, essential skin care, essentials discount cosmetic brushes">
<link rel="stylesheet" href="/mineral-makeup/skin1/skin1.css">

<script language=JavaScript1.3 src="/mineral-makeup/skin1/copybilling1.js"></script>

<style type="text/css">
td.menuback{
background-color: #C0C0C0;
border-bottom: 1px #000000 solid;
border-left: 1px #808080 solid;
border-top: 1px #808080 solid;
}
td.menubackright{
background-color: #C0C0C0;
border-bottom: 1px #000000 solid;
border-right: 1px #808080 solid;
border-left: 1px #808080 solid;
border-top: 1px #808080 solid;
}
td.menu {
background-color: #FFFFFF;
border-left: 1px #000000 solid;
border-top: 1px #000000 solid;
border-right: 1px #000000 solid;
}
td.border {
border-left: 1px #000000 solid;
border-bottom: 1px #000000 solid;
border-right: 1px #000000 solid;
}
td.borderbottom {
border-bottom: 1px #000000 solid;
}
</style>

</head>
<body bgcolor="#FFFFFF">



<div align="center">
<center>

<table border="0" width="700" cellspacing="0" cellpadding="0">
<tr>
<td class="borderbottom">


[img]skin1/images/secure_checkout.gif[/img]</p>
</td>
<td width="480" valign="bottom">
<table border="0" width="100%" height="30" cellspacing="0" cellpadding="0">
<tr>
<td width="80" align="center" class="menuback">Store</td>
<td width="80" align="center" class="menuback">Your cart</td>
<td width="80" align="center" class="menuback">Login</td>
<td width="80" align="center" class="menuback">Method</td>
<td width="80" align="center" class="menuback">Payment</td>
<td width="80" align="center" class="menubackright">Confirmation</td>
</tr>
</table>
</td>
</tr>
</table>

<table border="0" width="700" bgcolor="#FFFFFF" cellspacing="0" cellpadding="8" align="center">
<tr>
<td width="100%" class="border">







</td>
</tr>
</table>
</center>
</div>



</body>
</html>

Anyone have any ideas?

Also I will be the first to admit that I suck at PHP and .tpls but is there a way to put a login box right in the On the "cart.php?mode=checkout" page?

Any help will be deeply deeply appreciated! :)

Chris

Jon 03-24-2005 06:31 PM

^ That portion of the code should be irrelevant. ezCheckout provides a login page that puts the login and the registration on the same page to avoid confusion and/or customers who miss that link text.

Probably you did not upload two files which were provided with the installation:

skin1/customer/main/anonymous_login.tpl and skin1/customer/main/customer_login.tpl

pokeey 03-25-2005 07:31 AM

Jon,

I am an idiot. I should have questioned operator error first.

I had to reinstall the skins and forgot to upload those.

This thing rocks now!

Chris

Jon 03-25-2005 08:17 AM

Great :)

Don't know if you've seen it already, but you may also want to consider ezUpsell, it removes x-carts forcing of them into the shopping cart before they are ready (or the option of staying on the same page which confuses them as to if the product's been added) by giving them the option of Continuing Shopping or Checking Out.

http://www.websitecm.com/store/customer/product.php?productid=84&cat=0&page=

pengrus 03-27-2005 11:22 AM

Quote:

Originally Posted by Jon
The continue shopping button and items come as an addon to ezCheckout with the ezRecommends module. Since they are adding products during checkout, I felt it was important to keep them updated with a total through the process.


Jon,

I also like to have the ezRecommends with ezCheckout. They are really perfect match. However, I feel it is a little redundant with the random upsell that comes with x-cart.

What I wish to see is:
ezRecommend has a config setting that can specify x number of "Also Bought" items to show and y number of "Random upsell" to show.

If this is possible, I might just enable 3 "Also Bought" and 1 random as I feel Also Bought should carry more weight.

My understanding is that right now it is RANDOM display a mixture of "Also Bought" and "Random Upsell" without further control. Am I right on this?

Thanks a lot for looking into this.

Jon 03-27-2005 03:37 PM

^ It takes customer also boughts, and the upsell links that you specify in your admin section. It doesn't take anything random.

I could code it to specify how much it takes of each but that would beyond the mod and would require custom work.


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

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