Page 7 of 10

Re: OpenCart 1.5.2 Released

Posted: Wed Apr 04, 2012 2:44 am
by Qphoria
DSGI wrote:Hell All -

I'm very new to software development, can you please answer these two questions:

1) If I downloaded V1.5.2.1 from the OC download page, does that software have any of the bug fixes included in it that have been found/fixed before I downloaded V1.5.2.1?

2) Moving forward, how/where do I find the fixes for bugs with the OC software? How do I install them (I'm assuming I just FTP over some files to my server)?

Thanks!

DSGI
Tip for life... always read the first post of a forum thread before posting. ;)

Re: OpenCart 1.5.2 Released

Posted: Wed Apr 04, 2012 2:51 am
by Qphoria
New Patch r990 added to first post
- Improved Compatibility for authorize.net for users that don't have their php constants setup correctly
- Fixed colspan number in admin customer form
- Fixed error when copying product while filtering
- Fixed "Dalama" to "Dalarna" for swedish zone (new installs only. Not included in upgrade)
- Added svn.ver check to admin footer:

[attachment=0]svnverfooter.png[/attachment]

Follow instructions on first post.

Re: OpenCart 1.5.2 Released

Posted: Wed Apr 04, 2012 4:55 am
by cwswebdesign
Qphoria wrote:New Patch r990 added to first post
- Improved Compatibility for authorize.net for users that don't have their php constants setup correctly
- Fixed colspan number in admin customer form
- Fixed error when copying product while filtering
- Fixed "Dalama" to "Dalarna" for swedish zone (new installs only. Not included in upgrade)
- Added svn.ver check to admin footer:

[attachment=0]svnverfooter.png[/attachment]

Follow instructions on first post.
This is awesome! Is there a readme file or similar to find out what you mean by improved compatibility for Authorize.net?

Thanks!

Re: OpenCart 1.5.2 Released

Posted: Wed Apr 04, 2012 11:50 am
by DSGI
Qphoria wrote:
DSGI wrote:Hell All -

I'm very new to software development, can you please answer these two questions:

1) If I downloaded V1.5.2.1 from the OC download page, does that software have any of the bug fixes included in it that have been found/fixed before I downloaded V1.5.2.1?

2) Moving forward, how/where do I find the fixes for bugs with the OC software? How do I install them (I'm assuming I just FTP over some files to my server)?

Thanks!

DSGI
Tip for life... always read the first post of a forum thread before posting. ;)
Q -

That answers question 1. Just to clarify the answer to question 2, do I always return to this forum and check to see if a new patch is posted? I believe that it was mentioned the patches are released every Tuesday. Is that correct?

Thanks!

DSGI

Re: OpenCart 1.5.2 Released

Posted: Wed Apr 04, 2012 1:17 pm
by Qphoria
DSGI wrote: That answers question 1. Just to clarify the answer to question 2, do I always return to this forum and check to see if a new patch is posted? I believe that it was mentioned the patches are released every Tuesday. Is that correct?
No.. Windows releases hotfixes every tuesday... that was just an example. At some point they will be admin based and you can simply click "Check for update" from the admin area

Re: OpenCart 1.5.2 Released

Posted: Wed Apr 04, 2012 1:19 pm
by Qphoria
cwswebdesign wrote:
Qphoria wrote:New Patch r990 added to first post
- Improved Compatibility for authorize.net for users that don't have their php constants setup correctly
- Fixed colspan number in admin customer form
- Fixed error when copying product while filtering
- Fixed "Dalama" to "Dalarna" for swedish zone (new installs only. Not included in upgrade)
- Added svn.ver check to admin footer:

[attachment=0]svnverfooter.png[/attachment]

Follow instructions on first post.
This is awesome! Is there a readme file or similar to find out what you mean by improved compatibility for Authorize.net?

Thanks!
No. It is nothing that anyone will ever notice. In all this time only one person had this issue because their php wasn't installed properly so it was missing default constants for the "&" symbol. This just forces the & symbol in the parameter string.

Re: OpenCart 1.5.2 Released

Posted: Thu Apr 05, 2012 12:51 am
by cwswebdesign
Thanks for the response Q. Am I on my own in wondering about a further integration to allow an admin to void or capture a payment from the admin section instead of having to go to Authorize.net or Paypal to void and capture transactions? Just seems like a lot of people act surprised when I ask about this, but I've seen it in other carts.
Qphoria wrote:
cwswebdesign wrote:
Qphoria wrote:New Patch r990 added to first post
- Improved Compatibility for authorize.net for users that don't have their php constants setup correctly
- Fixed colspan number in admin customer form
- Fixed error when copying product while filtering
- Fixed "Dalama" to "Dalarna" for swedish zone (new installs only. Not included in upgrade)
- Added svn.ver check to admin footer:

[attachment=0]svnverfooter.png[/attachment]

Follow instructions on first post.
This is awesome! Is there a readme file or similar to find out what you mean by improved compatibility for Authorize.net?

Thanks!
No. It is nothing that anyone will ever notice. In all this time only one person had this issue because their php wasn't installed properly so it was missing default constants for the "&" symbol. This just forces the & symbol in the parameter string.

Re: OpenCart 1.5.2 Released

Posted: Thu Apr 05, 2012 1:04 am
by Qphoria
cwswebdesign wrote:Thanks for the response Q. Am I on my own in wondering about a further integration to allow an admin to void or capture a payment from the admin section instead of having to go to Authorize.net or Paypal to void and capture transactions? Just seems like a lot of people act surprised when I ask about this, but I've seen it in other carts.
I can tell you it isn't in the plans. Features like that are niceties but have the ability to be done from the main gateway site as well so there is no "need" persay. The only place to add it would be within the payment gateway admin configuration area as that is part of the dynamic extension system.. not fully intuitive when you want to do it from the individual order which has no plug-n-play extension framework in place. And, not all gateways offer that ability so it doesn't make a lot of sense to add the placeholders for it into the order system. Additionally... just as an educated guess from my own online stores.. less than 1 out of 50 payments on average need to be refunded.. not really enough that it would apply to most people to bother taking the time to integrate the feature.

Your best bet would be to hire someone to code that in for you as needed.

patches in a row

Posted: Thu Apr 05, 2012 3:42 am
by yammy
Okey. I installed 1.5.2.2

Then i put patch 959. Later you made patch 982. Now it's patch 990.

Are they incremental patches, or patch 990 contain all previous fixes from old patches ?

[]s

Re: OpenCart 1.5.2 Released

Posted: Thu Apr 05, 2012 4:16 am
by cwswebdesign
Q - Thanks again for taking the time to provide a good explanation about this.

The main reason we're looking to do this is due to the fact that the in store POS that we have running does not communicate with the online store, so unfortunately, there are a lot of times when we don't actually have the product that was ordered because it's been sold in the retail store before we can update the online store.

We like the "authorize" feature so that we could double check to make sure we have the items and then as long as we do, we can then capture the payment and get the product shipped.

Do you have a recommendation about a developer? I've contacted a few listed around this site and haven't had much response if any at all.

Thanks!!!

Qphoria wrote:
cwswebdesign wrote:Thanks for the response Q. Am I on my own in wondering about a further integration to allow an admin to void or capture a payment from the admin section instead of having to go to Authorize.net or Paypal to void and capture transactions? Just seems like a lot of people act surprised when I ask about this, but I've seen it in other carts.
I can tell you it isn't in the plans. Features like that are niceties but have the ability to be done from the main gateway site as well so there is no "need" persay. The only place to add it would be within the payment gateway admin configuration area as that is part of the dynamic extension system.. not fully intuitive when you want to do it from the individual order which has no plug-n-play extension framework in place. And, not all gateways offer that ability so it doesn't make a lot of sense to add the placeholders for it into the order system. Additionally... just as an educated guess from my own online stores.. less than 1 out of 50 payments on average need to be refunded.. not really enough that it would apply to most people to bother taking the time to integrate the feature.

Your best bet would be to hire someone to code that in for you as needed.

Re: OpenCart 1.5.2 Released

Posted: Fri Apr 06, 2012 8:33 pm
by Qphoria
I'm usually available ... my plate is always full with other jobs so it may take a few days before I can get to it but I can look into it

Re: patches in a row

Posted: Fri Apr 06, 2012 9:26 pm
by Qphoria
yammy wrote:Okey. I installed 1.5.2.2

Then i put patch 959. Later you made patch 982. Now it's patch 990.

Are they incremental patches, or patch 990 contain all previous fixes from old patches ?

[]s
They are marked
r885-959
r885-982
r885-990

So you can see, they all start at revision 885 which was the 1.5.2.0 revision.
Each patch contains all previous fixes since the 1.5.2.0 release

Re: OpenCart 1.5.2 Released

Posted: Fri Apr 06, 2012 10:49 pm
by cwswebdesign
Qphoria wrote:I'm usually available ... my plate is always full with other jobs so it may take a few days before I can get to it but I can look into it
That'd be awesome if you could do this for me and I've got some time before I need to have it completed. Let me know the best way to get in touch with you and get costs and details figured out.

Thanks!!

Re: OpenCart 1.5.2 Released

Posted: Wed Apr 11, 2012 9:22 pm
by alex1
Will there be a new patch with all of the latest fixes?

thanks

Re: OpenCart 1.5.2 Released

Posted: Wed Apr 11, 2012 9:57 pm
by Qphoria
alex1 wrote:Will there be a new patch with all of the latest fixes?

thanks
When its ready.

Re: OpenCart 1.5.2 Released

Posted: Thu Apr 12, 2012 12:54 am
by i2Paq
Qphoria wrote:
alex1 wrote:Will there be a new patch with all of the latest fixes?

thanks
When its ready.
Will the Company Number and Company VAT-numer be completed in that release (please)?

Re: OpenCart 1.5.2 Released

Posted: Thu Apr 12, 2012 1:33 am
by Qphoria
i2Paq wrote:
Qphoria wrote:
alex1 wrote:Will there be a new patch with all of the latest fixes?

thanks
When its ready.
Will the Company Number and Company VAT-numer be completed in that release (please)?
Patches aren't about new features, they are about bug fixes. Daniel is working on the company stuff but it is more like a sneak preview bonus. There is some work to be done with the addresses as the company stuff is only valid for billing address so the validation needs to be changed

Re: OpenCart 1.5.2 Released

Posted: Thu Apr 12, 2012 1:49 am
by i2Paq
i2Paq wrote:
Qphoria wrote:
Will the Company Number and Company VAT-numer be completed in that release (please)?
Patches aren't about new features, they are about bug fixes. Daniel is working on the company stuff but it is more like a sneak preview bonus. There is some work to be done with the addresses as the company stuff is only valid for billing address so the validation needs to be changed
OK, I see.

Thanks!

Re: OpenCart 1.5.2 Released

Posted: Tue Apr 17, 2012 8:47 am
by cwswebdesign
cwswebdesign wrote:
Qphoria wrote:I'm usually available ... my plate is always full with other jobs so it may take a few days before I can get to it but I can look into it
That'd be awesome if you could do this for me and I've got some time before I need to have it completed. Let me know the best way to get in touch with you and get costs and details figured out.

Thanks!!
Q -

How do I get in touch with you without breaking forum rules?

Doug

Re: OpenCart 1.5.2 Released

Posted: Tue Apr 17, 2012 12:41 pm
by i2Paq
cwswebdesign wrote:
cwswebdesign wrote:
Qphoria wrote:I'm usually available ... my plate is always full with other jobs so it may take a few days before I can get to it but I can look into it
That'd be awesome if you could do this for me and I've got some time before I need to have it completed. Let me know the best way to get in touch with you and get costs and details figured out.

Thanks!!
Q -

How do I get in touch with you without breaking forum rules?

Doug
You can use the contact-page on his opencartguru.com or pm him if it is a commercial question or related to one of his releases.