Zen Cart Logo
Forums / All Other Contributions/Addons / Fast and Easy Checkout

Fast and Easy Checkout

Views: 550,923

Results 761 to 780 of 2,177
14 Apr 2010, 11:58 AM
#761
alex_clarke avatar

alex_clarke

Totally Zenned

Join Date:
Mar 2006
Posts:
909
Plugin Contributions:
1

Fast and Easy Checkout

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

14 Apr 2010, 4:36 PM
#762
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Fast and Easy Checkout

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..

15 Apr 2010, 4:30 PM
#763
gothstone avatar

gothstone

Zen Follower

Join Date:
Jun 2005
Posts:
330
Plugin Contributions:
0

Re: Fast and Easy Checkout

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?

15 Apr 2010, 4:50 PM
#764
gothstone avatar

gothstone

Zen Follower

Join Date:
Jun 2005
Posts:
330
Plugin Contributions:
0

Re: Fast and Easy Checkout

Never mind. In includes/classes/order.php I replaced the new code from 1.7.3:

            $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:

            $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.

17 Apr 2010, 2:35 AM
#765
gee38l avatar

gee38l

Zen Follower

Join Date:
Jul 2008
Posts:
362
Plugin Contributions:
0

Re: Fast and Easy Checkout

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?

17 Apr 2010, 10:04 AM
#766
kobra8 avatar

kobra8

Zen Follower

Join Date:
Mar 2009
Location:
Serbia
Posts:
350
Plugin Contributions:
0

Re: Fast and Easy Checkout

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:

22 Apr 2010, 10:45 AM
#767
m avatar

m

New Zenner

Join Date:
Oct 2006
Posts:
25
Plugin Contributions:
0

Re: Fast and Easy Checkout

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.

22 Apr 2010, 1:39 PM
#768
gothstone avatar

gothstone

Zen Follower

Join Date:
Jun 2005
Posts:
330
Plugin Contributions:
0

Re: Fast and Easy Checkout

Did you run the uninstall.sql file? Thats should be all the SQL statements you need.

22 Apr 2010, 3:09 PM
#769
m avatar

m

New Zenner

Join Date:
Oct 2006
Posts:
25
Plugin Contributions:
0

Re: Fast and Easy Checkout

gothstone:

Did you run the uninstall.sql file? Thats should be all the SQL statements you need.

Yep. It tells it removes 4 statements.

23 Apr 2010, 8:35 PM
#770
petleyj avatar

petleyj

Zen Follower

Join Date:
Jul 2009
Location:
Norwich, UK
Posts:
122
Plugin Contributions:
0

Re: Fast and Easy Checkout

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

24 Apr 2010, 3:50 AM
#771
etilyeti avatar

etilyeti

New Zenner

Join Date:
May 2009
Posts:
20
Plugin Contributions:
0

Re: Fast and Easy Checkout

Hello,

I just upgraded to 1.7.3 and I have a few questions:

#1 How do I split the Fast and Easy Checkout page in 2 columns like on your demo http://www.numinix.com/forum/viewtopic.php?f=6&t=4&hilit=change+address+button&start=795 ?

#2 In French, on the Fast and Easy Checkout page, it is displayed "TABLE_HEADING_BILLING_ADDRESS" instead of the billing address. What file do I need to modify to translate it in French?

#3 In French, on the Checkout page, the button "Change Address" does not appear. How can I correct this issue?

#4 Also, I think your French files are not up to date. I volonteer to translate them all correctly. Could you please indicate me all the files that need to be translated?

In advance, thank you so much.

24 Apr 2010, 1:27 PM
#772
etilyeti avatar

etilyeti

New Zenner

Join Date:
May 2009
Posts:
20
Plugin Contributions:
0

Re: Fast and Easy Checkout

etilyeti:

Hello,

I just upgraded to 1.7.3 and I have a few questions:

#1 How do I split the Fast and Easy Checkout page in 2 columns like on your demo http://www.numinix.com/forum/viewtopic.php?f=6&t=4&hilit=change+address+button&start=795 ?

#2 In French, on the Fast and Easy Checkout page, it is displayed "TABLE_HEADING_BILLING_ADDRESS" instead of the billing address. What file do I need to modify to translate it in French?

#3 In French, on the Checkout page, the button "Change Address" does not appear. How can I correct this issue?

#4 Also, I think your French files are not up to date. I volonteer to translate them all correctly. Could you please indicate me all the files that need to be translated?

In advance, thank you so much.

Nevermind, I found the answer to the first question. In the Fast and Easy Checkout Configuration, when activating the Fact and Easy Checkout option, I misunderstood the "(note: Easy Sign-up and Login must be disabled separately)". In my mind, it meant that Easy Sign-Up and Login option should be disabled in order to properly activate the Fast and Easy Checkout option. Then when trying to activate both at the same time, my browser cache would prevent me to see the correct updates. So I used another browser, which allowed me to see the actual page.

Anyway, I stil have not figured out 2,3 and 4:
#2 In French, on the Fast and Easy Checkout page, it is displayed "TABLE_HEADING_BILLING_ADDRESS" instead of the billing address. What file do I need to modify to translate it in French?

#3 In French, on the Checkout page, the button "Change Address" does not appear. How can I correct this issue?

#4 Also, I think your French files are not up to date. I volonteer to translate them all correctly. Could you please indicate me all the files that need to be translated? I might, but I can't promise, have friends to also translate the mod in Spanish, Slovak, Czech and German.

24 Apr 2010, 5:37 PM
#773
chal2les avatar

chal2les

New Zenner

Join Date:
Mar 2010
Posts:
63
Plugin Contributions:
0

Re: Fast and Easy Checkout

Is this ready for 1.3.9?

Thinking about using it. :smile:

24 Apr 2010, 5:40 PM
#774
shane78 avatar

shane78

Banned

Join Date:
Oct 2008
Location:
newcastle upon tyne (UK)
Posts:
876
Plugin Contributions:
0

Re: Fast and Easy Checkout

chal2les:

Is this ready for 1.3.9?

Thinking about using it. :smile:

next on my list to test.. unless you want to have a bash and report back :P

24 Apr 2010, 6:07 PM
#775
shane78 avatar

shane78

Banned

Join Date:
Oct 2008
Location:
newcastle upon tyne (UK)
Posts:
876
Plugin Contributions:
0

Re: Fast and Easy Checkout

chal2les:

Is this ready for 1.3.9?

Thinking about using it. :smile:

Just tested quickly, and no it doesnt work properly in 139.
far too many core file edits... and edits of core files that have been amended in 139 from 138a.

would need a serious amount of time spent winmerging it

24 Apr 2010, 6:24 PM
#776
jtheed avatar

jtheed

Zen Follower

Join Date:
Apr 2008
Posts:
356
Plugin Contributions:
2

Re: Fast and Easy Checkout

Shane78:

Just tested quickly, and no it doesnt work properly in 139.
far too many core file edits... and edits of core files that have been amended in 139 from 138a.

would need a serious amount of time spent winmerging it

Yes, it requires some merging but it's not that difficult to do. I have several other admin mods installed and I was able to get it into 1.39a (it is 1.39a not 1.39). If you already have it installed, just compre the core files that it touches with the 1.39 mods and it should work. If you are running on PHP 5.3+ then you may need to look at all of the files in FEC.

24 Apr 2010, 6:30 PM
#777
shane78 avatar

shane78

Banned

Join Date:
Oct 2008
Location:
newcastle upon tyne (UK)
Posts:
876
Plugin Contributions:
0

Re: Fast and Easy Checkout

JTheed:

Yes, it requires some merging but it's not that difficult to do...

define difficult?... lol ;-)

could a new comer achieve this without error or frustration or several hours?... no...

yes i got it to work (badly), but far too much room for error, so IMHO it is not 139 compatible.

25 Apr 2010, 4:07 PM
#778
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Fast and Easy Checkout

Shane78:

define difficult?... lol ;-)

could a new comer achieve this without error or frustration or several hours?... no...

yes i got it to work (badly), but far too much room for error, so IMHO it is not 139 compatible.Sorry to disagree.. 1.3.9a compatibility should NOT be determined based simply on the degree of difficulty or ability of any one community member to successfully merge this module and use it with 1.3.9a. Incompatibility IMO means the module FLAT OUT out doesn't work and will need to be RE-WRITTEN/RE-WORKED to work with the latest version of Zen Cart.. (JMHO)

25 Apr 2010, 4:37 PM
#779
shane78 avatar

shane78

Banned

Join Date:
Oct 2008
Location:
newcastle upon tyne (UK)
Posts:
876
Plugin Contributions:
0

Re: Fast and Easy Checkout

DivaVocals:

Sorry to disagree.. 1.3.9a compatibility should NOT be determined based simply on the degree of difficulty or ability of any one community member to successfully merge this module and use it with 1.3.9a. Incompatibility IMO means the module FLAT OUT out doesn't work and will need to be RE-WRITTEN/RE-WORKED to work with the latest version of Zen Cart.. (JMHO)

lol, you're more than welcome to disagree, the world would be dull if people didn't.

However, i feel that for a 138 mod to be considered 139 compatible it shouldn't require the user TOO MUCH effort in plugging the module into the core code. After all, Zen Cart is about “putting the dream of online business ownership within reach of anyone!” Not the select few who make a living of developing sites with Zen Cart.

You're a very skilled developer, of course it's going to be more straight forward for you... Im not a developer, im Zen Cart shop owner. I scrape a living selling stuff, my time is focused on that. I dont have the time or the skill to become a developer so for that reason, if it is difficult for me and people like me, it's NOT 139 compatible (for the masses).

:wink:

26 Apr 2010, 4:22 AM
#780
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Fast and Easy Checkout

Respectfully it doesn't take any developing skill to use Winmerge.. And I will maintain what I have always maintained with regards to tools like Zen Cart and the average store owner.. This tool (nor any other open source tool) will NEVER be as easy as ready made plug-n-play software.. Using these tools will ALWAYS require you to be WILLING to pick up some additional skills in order to customize or maintain it.. So I maintain that if a simple Winmerge is what is needed, then while it may not be an EASY task, easy should not be the qualification to determine incompatibility..

I say all of this and add that I am in no ways a "skilled developer" as in the likes of the author of this mod, Kuroi, and others who frequent this forum. I am merely an HTML developer who needed to step her game up because websites are no longer about static pages.. They are about dynamic content, and e-commerce. So the skills I speak of are skills I myself had to develop IF I wanted to make this tool something I offered to my clients.. (and for the record, while my day job is in Information Technology-Software development, developing websites is not how I earn my living, it is my second job in effect)

Shane78:

lol, you're more than welcome to disagree, the world would be dull if people didn't.

However, i feel that for a 138 mod to be considered 139 compatible it shouldn't require the user TOO MUCH effort in plugging the module into the core code. After all, Zen Cart is about “putting the dream of online business ownership within reach of anyone!” Not the select few who make a living of developing sites with Zen Cart.

You're a very skilled developer, of course it's going to be more straight forward for you... Im not a developer, im Zen Cart shop owner. I scrape a living selling stuff, my time is focused on that. I dont have the time or the skill to become a developer so for that reason, if it is difficult for me and people like me, it's NOT 139 compatible (for the masses).

:wink: