Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.
1-10 of 27Patches
< Previous 1 2 3 Next >
Being evaluated
|
1442 |
Jun 27 at 5:10 PM
|
amanita |
path ID:1441 have fake values for testing.
new option on General sitesettings "TaxIncluded" when enable, it will display the same value as we give in "OurPrice" on the "Cart/Final CheckOut" it will calculate the tax as normal but it's not included in "Total", since the prices already have TAX. to have the right TAX value we have to change the way that "SomeTaxPrivider" calculate the value
ex: SomeTaxProvider.cs on "GetTaxRate" if (SiteSettings.TaxIncluded) { (PaidPrice - (PaidPrice / 1,"TaxValue"));....
this patch dosnt effect the normal function of taxproviders.
|
|
Download
|
Being evaluated
|
1441 |
Jun 27 at 12:42 PM
|
amanita |
option to define if OurPrice include TAX. and a FlatTaxProvider.
|
|
Download
|
Being evaluated
|
1371 |
Jun 11 at 1:01 PM
|
Dekker500 |
I wanted the option to put html Anchor <a> tags on region titles, so I decided to do it myself. Here is the patch to enable this functionality.
Content/Controllers/Generated/RegionController.cs Content/Models/Generated/Region.cs Content/PageBuilder.cs Localization/help.resx Localization/labels.resx
This patch was created against the SVN repository, but it should work for any 3.0 source. The only catch might be the "Localization/labels.resx", since I had to hand-modify the patch because I have my own custom labels in there (that I didn't think you all would want), and the line index may be off. If the patch fails on this file, just add the Anchor Title label from the patch manually.
Also included is an SQL file for updating the database. It simply adds a new column to the dashCommerce_Content_Region table (SQL was tested successfully against base DB)
|
16992
|
Download
|
Being evaluated
|
1368 |
Jun 10 at 8:14 PM
|
aczarto |
Allows for programatically setting a custom PaymentProvider. Modifications to: /Store/Services/PaymentService.cs /Store/Controllers/OrderController.cs /Store/Controllers/OrderNoteController.cs Added /Store/Controller/SkuController.cs
|
|
Download
|
Being evaluated
|
1367 |
Jun 10 at 7:49 PM
|
aczarto |
ZeroPaymentProvider Will allow transactions without processing payment. Good for testing.
\dashCommerce\Store\Services\PaymentService\ZeroPaymentProvider.cs
|
|
Download
|
Being evaluated
|
1316 |
May 29 at 6:53 PM
|
sindlev86 |
Danish translation of DC3
|
|
Download
|
Being evaluated
|
1299 |
May 27 at 10:00 PM
|
Swoogan |
Regarding this issue: http://dashcommerce.org/forums/t/768.aspx
I've made some changes to improve the situation. It's not tested because I don't use paypal, but it does compile. Also, it's not the best solution possible because I only started looking at the code base about an hour ago. It is a start though.
NOTE: this patch supersedes the one attached to the work item.
|
16813
|
Download
|
Being evaluated
|
1066 |
Apr 2 at 11:18 PM
|
shaube |
dC3 - Fix issue with empty cart and redirect after registration
|
|
Download
|
Being evaluated
|
1065 |
Apr 2 at 11:14 PM
|
shaube |
dC3 - Portuguese (Portugal) translation Thanks to our Brazilian brothers for 50% of the work
|
|
Download
|
Being evaluated
|
1064 |
Apr 2 at 11:12 PM
|
shaube |
dC3 - VAT tax provider Implementation of VAT provider according steps provided by Dic k described in this thread http://dashcommerce.org/forums/p/258/892.aspx
|
|
Download
|
1-10 of 27Patches
< Previous 1 2 3 Next >