Page 14 of 16

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Thu Aug 05, 2010 10:06 am
by Xsecrets
check your payment module I bet the order status is set to canceled in there.

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Thu Aug 05, 2010 2:42 pm
by didikajah
Xsecrets wrote:check your payment module I bet the order status is set to canceled in there.
many thanks for your assistant :-*

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Fri Aug 06, 2010 12:41 am
by fido-x
In "admin/language/english/localisation/stock_status.php", line 16:

Code: Select all

$_['error_permission'] = 'Warning: You do not have permission to modify stock statues!'; 
Should be:

Code: Select all

$_['error_permission'] = 'Warning: You do not have permission to modify stock statuses!'; 

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Fri Aug 06, 2010 2:26 am
by Qphoria
but we like to modify our statues! :)

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Fri Aug 06, 2010 10:15 am
by JAY6390
While doing an install today I noticed that the magic_quotes_gpc is required in the list, but that's not actually true. Just wondering why it says it's needed when it isn't, it's just desirable. magic quotes get handled in the startup.php file if they're turned on

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Fri Aug 06, 2010 9:36 pm
by Qphoria
I think the startup magic quotes was added after the fact.

1.4.9 update:

I've gone through the full 14 pages of bugs now
- I've fixed all the spelling typos mentioned
- I've fixed all the bugs in the first post
- I've fixed a few other odds and ends listed.
- Some of the smaller things like the total text in the wrong language is a bigger job than I want to tackle for 1.4.9 so I'm leaving it

I've fined tuned the new paypal a bit and am working on the add/edit stuff now. Be sure to get any last minute bugs in here asap so they can be fixed. I'm already later than I wanted but hopefully I can finish up the edit/add stuff this weekend and have an RC ready for early next week

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Fri Aug 06, 2010 11:02 pm
by JAY6390
Excellent, sounds good. Just wondering are you releasing the PP as a new module or is it overwriting the old one? Just thinking about compatibility for upgrades if it would make more sense to separate the two, and have something like pp_standard_improved as the name or something like that

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Fri Aug 06, 2010 11:21 pm
by Qphoria
JAY6390 wrote:Excellent, sounds good. Just wondering are you releasing the PP as a new module or is it overwriting the old one? Just thinking about compatibility for upgrades if it would make more sense to separate the two, and have something like pp_standard_improved as the name or something like that
I had pondered what would be easier.

New Name Pros:
- People know they have the latest version
New Name Cons:
- People will have 2 versions and it could get confusing
- When people upgrade, the old pp_standard.php will still be there and again could be confused when making edits.

Old Name Pros:
- It's a hot swap. It's like the old bad version was never there
- No double files on upgrades
Old Name Cons:
- People need to be sure that they edit the configuration section to update the new parameters (i could probably force the status to disabled in the upgrade script to ensure they have to go back and edit it)

So I'm leaning towards the old name only because there was confusion initially back when paypal.php was renamed to pp_standard.php in 1.3.x

Any other thoughts are appreciated.

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Fri Aug 06, 2010 11:26 pm
by JAY6390
Ah I see. I was thinking more when it comes to troubleshooting if there is any that it might get confusing knowing which pp version they have, if they've upgraded to the newest pp standard etc, but I guess that can be worked out fairly easily. I guess either way there will be confusion, but at least those coming to OC after this version will have only the latest

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Fri Aug 06, 2010 11:45 pm
by Qphoria
Plus a simple way to tell is all the new fields. If they exist, then you have the new version.

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Fri Aug 06, 2010 11:54 pm
by JAY6390
Well we know that, but have to rely on the non technical peeps to know that too :laugh:

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Sat Aug 07, 2010 12:30 am
by i2Paq
Would it not be easier to have the version in the Admin backend, so from BO -> Extensions -> Payment -> PayPal Improved 1.4.9?

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Sat Aug 07, 2010 12:36 am
by JAY6390
Well that was my thinking but as Q pointed out above, it could make more confusion for new users having two of them, plus giving newer versions a less secure version can't be a good idea really :)

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Sat Aug 07, 2010 12:46 am
by i2Paq
I still think that no visual recognition is a BAD idea. How do people who just operate a store see from the BO what version they are using?
The need to go into phpMyAdmin to find out?

I absolutely disagree on and vote against this!

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Sat Aug 07, 2010 2:13 am
by Qphoria
The admin will still say v1.4.9 in the footer. This way there is no mistake that they are using the OLD paypal with NEW opencart. If we renamed it they could overlook that and use the old one. But if we just keep the same name, then 1.4.9 only comes with this new paypal

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Sat Aug 07, 2010 2:17 am
by JAY6390
Is it possible to have the minor details of the code in the admin area too just so that say we have another 1.4.8 and 1.4.8b that they show which of the two it is, not just the 1.4.8

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Sat Aug 07, 2010 2:30 am
by i2Paq
You are not getting it.

I mean:

Code: Select all

// Heading
$_['heading_title']      = 'PayPal';
 
Should change into:

Code: Select all

// Heading
$_['heading_title']      = 'PayPal Improved';
 
So when a user reads this and tells us then we know which version he/she uses.

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Sat Aug 07, 2010 2:38 am
by Xsecrets
as long as they tell us what version of opencart they are using the only way we wouldn't know which version of paypal they are using is if they are one of the few who actually downloaded the test version from the forum and they should let us know this.

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Sat Aug 07, 2010 2:42 am
by Qphoria
Ok then for the final version that actually comes with 1.4.9 I'll change the text to "Paypal Standard" as opposed to just "Paypal". But I won't change it on the RC versions that I release in the RC thread. Or maybe I'll add RC4 to the title for the RC version

Re: Post any OpenCart 1.4.8/1.4.8b Bugs here!

Posted: Sat Aug 07, 2010 3:10 am
by i2Paq
Qphoria wrote:Ok then for the final version that actually comes with 1.4.9 I'll change the text to "Paypal Standard" as opposed to just "Paypal". But I won't change it on the RC versions that I release in the RC thread. Or maybe I'll add RC4 to the title for the RC version
Are you planning to release it as replacement for 1.4.8 and earlier versions of OC as well?