this is an opencart source project why don't you pay some one to create the payment module then give the code back to the community?
In the next version worldpay and sage pay will be complete. I also finished UPS aswell but it can only be sued by people in the US.
In the next version worldpay and sage pay will be complete. I also finished UPS aswell but it can only be sued by people in the US.
I understand what you are saying. I would gladly give the code back to the community after purchasing it, but when you purchase modules, plugins, extensions, or otherwise you are bound by a license agreement to not redistribute it without the permission of the seller/ programmer/ designer/ developer.
Eventhough the core programming belongs to Opencart, moldes, plugins, or extensions can be considered their own seperate entity and may have seperate licensing guidlines. As far as I know both people selling the Authorize.Net payemnt gateway exntension do not allow it to be redistrubuted, so to minimize the risk of being sued I would rather not break that agreement.
The only legal way for it to be redistributed is for atleast one of the guys to release it to Opencart with the ability to redistribute it back to the community.
I will more than likely have to purchase it from on of them myself, but as I stated before there are my concerns about purchasing from individuals. I just figured that it be worth seeing if this was something that Opencart was going to be able to produce themselves fairly soon. I mean Authorize.Net is one of the best and most recognized online credit card processing companys. They have some of the best tranaction rates and monthly charges in the game. They also back their client's company policies more so than any other merchant. I wouldn't trust my money with any other processor on the internet. Have been through a few of them before such as, 2CheckOut, Paypal, SEC Pay, etc... They are all pretty much the same services, with a different name. Some slight differences, but one major commonality between them is that none of them really truely protect the seller. Those people who use their services or any cc merchant company's services should definately take a look into their policies a little deeper and its almost always there in black and white, the things that will make you change your mind.
Anyways, enough with the ramblings of a scorned business man, my whole point is that I don't understand why Authorize.Net wouldn't be closer to the top of Opencart's list to complete.
Further more, I know after reading through alot of the post on here, that I am not the only one that would like to see this offered.
Again, I am going to attempt to purchase this from one of the guys selling it on here, but I would like to try and speak for everyone else who has the same concern in the future.
Eventhough the core programming belongs to Opencart, moldes, plugins, or extensions can be considered their own seperate entity and may have seperate licensing guidlines. As far as I know both people selling the Authorize.Net payemnt gateway exntension do not allow it to be redistrubuted, so to minimize the risk of being sued I would rather not break that agreement.
The only legal way for it to be redistributed is for atleast one of the guys to release it to Opencart with the ability to redistribute it back to the community.
I will more than likely have to purchase it from on of them myself, but as I stated before there are my concerns about purchasing from individuals. I just figured that it be worth seeing if this was something that Opencart was going to be able to produce themselves fairly soon. I mean Authorize.Net is one of the best and most recognized online credit card processing companys. They have some of the best tranaction rates and monthly charges in the game. They also back their client's company policies more so than any other merchant. I wouldn't trust my money with any other processor on the internet. Have been through a few of them before such as, 2CheckOut, Paypal, SEC Pay, etc... They are all pretty much the same services, with a different name. Some slight differences, but one major commonality between them is that none of them really truely protect the seller. Those people who use their services or any cc merchant company's services should definately take a look into their policies a little deeper and its almost always there in black and white, the things that will make you change your mind.
Anyways, enough with the ramblings of a scorned business man, my whole point is that I don't understand why Authorize.Net wouldn't be closer to the top of Opencart's list to complete.
Further more, I know after reading through alot of the post on here, that I am not the only one that would like to see this offered.
Again, I am going to attempt to purchase this from one of the guys selling it on here, but I would like to try and speak for everyone else who has the same concern in the future.
Actually I recommended you pay some one to create a new one for your and donate the code back to the community. I did not say buy the ones that are being sold. Its a very small amount of work since 99% of the codes already been done for you.rpotterjr wrote:I understand what you are saying. I would gladly give the code back to the community after purchasing it, but when you purchase modules, plugins, extensions, or otherwise you are bound by a license agreement to not redistribute it without the permission of the seller/ programmer/ designer/ developer.
You don't understand about the GPL3.0 license. The people on the forums who are selling the code are breaking the license. The license says that all code that is a derivative must be made publicly available for free. They can still sell their works but they also need to make the code available to the public.rpotterjr wrote:bound by a license agreement to not redistribute it without the permission of the seller/ programmer/ designer/ developer.
If they want to create work and not be bound by the GPL license they can buy another license from me.
What happened to the PDF invoice now? It is now possible to download the PDF Invoice from the customer's account and the admin area?
Alles für die Anwendung im deutschen Sprachraum
Hier gehts zum deutschen Forumbereich
I found the new version at opensourcecms.com - the new ajax features look really good!gavk wrote:Will the demo on the homepage be updated to 1.2.8?
Would be nice to see the sexy new ajax features ! :-)
Keep up the good work guys luving openCart so far!

How can decode Html entities in system/library/email.php?
public function setText($text) {
$this->text = html_entity_decode($text);
}
does not work - I just get rid of the entities.
It looks a bit dump, if you get emails like this:
Vielen Dank für ihr Interesse an unseren Produkten.
public function setText($text) {
$this->text = html_entity_decode($text);
}
does not work - I just get rid of the entities.
It looks a bit dump, if you get emails like this:
Vielen Dank für ihr Interesse an unseren Produkten.
solution for small problem in admin> configuration> setting
while uploading Store Logo:
was not updating the image of the logo at the time
below the correction
admin \ controller \ catalog \ image.php
line 22 to 24
changes to
while uploading Store Logo:
was not updating the image of the logo at the time
below the correction
admin \ controller \ catalog \ image.php
line 22 to 24
Code: Select all
$this->data['src'] = HTTP_IMAGE . $filename;
} else {
$this->data['src'] = HTTPS_IMAGE . $filename;
Code: Select all
$data['src'] = HTTP_IMAGE . $filename;
} else {
$data['src'] = HTTPS_IMAGE . $filename;
Just letting people know whats coming in the next version:
new install system
seo urls
pdf invoices
set default admin language
new auto currencies url (now supports just about all currencies)
worldpay payment gateway
sagepay payment gateway
new install system
seo urls
pdf invoices
set default admin language
new auto currencies url (now supports just about all currencies)
worldpay payment gateway
sagepay payment gateway
Is to include the additional fields (DDD, NUMERO, NEIGHBORHOOD) for Brazilian
Validator Form in jquery and also very useful
Validate form
http://www.opencart.com/index.php?route ... ion_id=143
Campos adicionais
http://www.opencart.com/index.php?route ... ion_id=144
Validator Form in jquery and also very useful

Validate form
http://www.opencart.com/index.php?route ... ion_id=143
Campos adicionais
http://www.opencart.com/index.php?route ... ion_id=144
great! please also make sure that seo urls works with unicode characters. because some langauges like farsi uses unicode charactersDaniel wrote:most of its done. I'm just playing around with the seo urls trying to come up with the bvest method.
after this release it should be the normal weekly releases.

.
Same problem here ... any hints?BlubberLine wrote:How can decode Html entities in system/library/email.php?
public function setText($text) {
$this->text = html_entity_decode($text);
}
does not work - I just get rid of the entities.
It looks a bit dump, if you get emails like this:
Vielen Dank für ihr Interesse an unseren Produkten.
Who is online
Users browsing this forum: No registered users and 8 guests