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)
-   -   To those who have used X-Carts one page checkout. (https://forum.x-cart.com/showthread.php?t=51718)

Dongan 04-16-2012 08:10 PM

Re: To those who have used X-Carts one page checkout.
 
Quote:

Originally Posted by elmirage001
Dear Dongan,
Your team worked on the site today and we're almost there. I found a new issue and have replied to my ticket with screenshots. Thank you for your help!

Paul


Ok fine. our support team will address this.

elmirage001 04-20-2012 06:07 AM

Re: To those who have used X-Carts one page checkout.
 
Quote:

Originally Posted by Dongan
Ok fine. our support team will address this.

Dear Dongan, There has been no support from your team. Of the 3 bugs in your OPC I fixed 1 in the templates but still have the following 2 issues.

1. When a customer is shipping to another address the real time shipping charges work fine until the customer enters a coupon. Once the coupon is entered the shipping charges go back to being based upon the billing address.

2. When an order is placed, your OPC is writing duplicate entries into the Address Book. I start with 1 billing address and 1 shipping address at the beginning of the order and when the order is complete I have 2 extra duplicates of both the billing address and the shipping address.

The 3rd issue involved the minicart subtotal not taking into consideration coupon discounts. My fix is below.

In File: MM-minicart-items.tpl

Original
Quote:

<tr>
<td align="right" colspan="2" class="MM_mini_td_black" style="padding:5px 20px;">{$lng.lbl_subtotal}&nbsp;:&nbsp;{include file="currency.tpl" value=$MM_mini_display_subtotal}</td>
</tr>
Modified
Quote:

{if $cart.display_discounted_subtotal ne $cart.subtotal}
<tr>
<td align="right" colspan="2" class="MM_mini_td_black" style="padding:5px 20px;">{$lng.lbl_subtotal}&nbsp;:&nbsp;{include file="currency.tpl" value=$cart.display_discounted_subtotal}</td>
</tr>
{else}
<tr>
<td align="right" colspan="2" class="MM_mini_td_black" style="padding:5px 20px;">{$lng.lbl_subtotal}&nbsp;:&nbsp;{include file="currency.tpl" value=$MM_mini_display_subtotal}</td>
</tr>
{/if}

I would appreciate an update on when this will be fixed. My request in my ticket has gone unanswered.

elmirage001 04-23-2012 07:17 PM

Re: To those who have used X-Carts one page checkout.
 
Quote:

Originally Posted by Dongan
Ok fine. our support team will address this.

Dear Dongan, Could you please personally take a look at my ticket. Especially your staffs post 23/04/2012 20:03 and my reply. My ticket number is 317849

Thank you,

Paul

elmirage001 04-28-2012 07:19 AM

Re: To those who have used X-Carts one page checkout.
 
Quote:

Originally Posted by elmirage001
Dear Dongan, Could you please personally take a look at my ticket. Especially your staffs post 23/04/2012 20:03 and my reply. My ticket number is 317849

Thank you,

Paul

Dear Dongan, I requested a full refund on your One Page Checkout a couple of days ago and have had no response. Please see my ticket #317849. I would prefer a full refund and not have to publicly vent my frustrations.

Dongan 05-01-2012 10:51 PM

Re: To those who have used X-Carts one page checkout.
 
This has been taken care of. Thank you.

Quote:

Originally Posted by elmirage001
Dear Dongan, Could you please personally take a look at my ticket. Especially your staffs post 23/04/2012 20:03 and my reply. My ticket number is 317849

Thank you,

Paul


elmirage001 05-02-2012 05:44 AM

Re: To those who have used X-Carts one page checkout.
 
Dear Dongan, Thank you for the refund.


All times are GMT -8. The time now is 05:55 PM.

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