Re: Fast and Easy Checkout for Zen Cart
Just noticed a bug with the current version of Fast and Easy Checkout.
If you view the Checkout page, then go to My Account page and change your address (to another country/zone that has a different shipping charge), then go back to the Checkout page, you will find that the shipping charge is not updated at the top of the page within the Shopping Cart Content section.
I hope all that made sense!
Not a major bug, as the correct shipping rate is displayed further on down the page.
Please let me know if you require any further information.
All the best,
Alex
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
Lopi
Hello,
I have a problem. If a customer orders without creating an account on the payment page for the selection of shipping is selected postage, but it shall not be registered in order to select a new postage when it is possible that the checkbox was unchecked by default? Or have a fix thank you
Zen - 1.3.8a
???? :unsure: ????
I do not understand this post at all.. Can you try re-stating your issue again.. It is unclear what behavior/issue you are reporting..
Re: Fast and Easy Checkout for Zen Cart
Since upgrading to FEC 1.7.3 I get a low stock warning on every order. The warning is set to zero, and stock messages what now have 0 stock send a normal message incliding "Stock: 0:" but items that I still have just say "Stock: " . Any ideas? Anyone else have this issue?
Re: Fast and Easy Checkout for Zen Cart
Never mind. In includes/classes/order.php I replaced the new code from 1.7.3:
PHP Code:
$this->email_low_stock .= 'ID# ' . zen_get_prid($this->products[$i]['id']) . ', ' . $this->products[$i]['model'] . ', ' . $this->products[$i]['name'] . ', ' . 'Stock: ' . $stock_left . "\n\n";
// kuroi: trigger and details for attribute low stock email
} elseif ($attribute_stock_left <= STOCK_REORDER_LEVEL) {
$this->email_low_stock .= 'ID# ' . zen_get_prid($this->products[$i]['id']) . ', ' . $this->products[$i]['model'] . ', ' . $this->products[$i]['name'] . ', ';
foreach($this->products[$i]['attributes'] as $attributes){
$this->email_low_stock .= $attributes['option'] . ': ' . $attributes['value'] . ', ';
}
$this->email_low_stock .= 'Stock: ' . $attribute_stock_left . "\n\n";
with the old code from 1.6.2:
PHP Code:
$this->email_low_stock .= 'ID# ' . zen_get_prid($this->products[$i]['id']) . "\t\t" . $this->products[$i]['model'] . "\t\t" . $this->products[$i]['name'] . "\t\t" . ' Qty Left: ' . $stock_left . "\n";
That seems to have solved the problem for now.
Re: Fast and Easy Checkout for Zen Cart
I have a problem with FEC.
I have two options of shipping when a customer makes an order.
1. Flat Rate Shipping Module
2. Store Pick Up
It seems when i select store pick up it refreshes and go to the advanced search page displaying no search results.
When i go back to shopping cart its just an endless loop...
Any ideas?
Re: Fast and Easy Checkout for Zen Cart
Hi ZC user, are somebody know thet, I use version 1.5.1. is thet version safe, becouse it work fine end steadily on my shop. :blush:
Re: Fast and Easy Checkout for Zen Cart
I tried to uninstall FEC and then reinstall it but all I got was a bunch of SQL error messages telling that lines allready exists. Now it's not installing at all, barely can get a FEC button in the Admin -> Configure but it only opens a blank page. In the store nothing happens.
I had version 1.7.2 and tried install 1.7.3 but to no avail. Is there a step by step uninstall advice anywhere considering also SQL statements? Or any ideas what should I do? Loved the product very much though as long as it worked.
Re: Fast and Easy Checkout for Zen Cart
Did you run the uninstall.sql file? Thats should be all the SQL statements you need.
Re: Fast and Easy Checkout for Zen Cart
Quote:
Originally Posted by
gothstone
Did you run the uninstall.sql file? Thats should be all the SQL statements you need.
Yep. It tells it removes 4 statements.
Re: Fast and Easy Checkout for Zen Cart
Hi guys , just thought I would let you know , im having a bit of a problem with FEC. The customer can order the product , but there is no where for an address / name / any information in regards to the customer. Am I missing something out?
James