Post by straightlight » Sun Apr 15, 2012 9:25 pm

Hi Tcalp,

is this a local developed module or handled from API manufacturer ?

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Tcalp » Sun Apr 15, 2012 9:35 pm

I'm not sure what API / manufacturer your referring to ?

I developed the module myself ...

Increase Page Speed (#1 rated commercial extension on OpenCart Marketplace)
15in1 Essential Extensions Value Pack Premium Customer Testimonials Reward Points Extended Admin Security Lockdown Suite

Image
irc.freenode.net #opencart


User avatar
Active Member

Posts

Joined
Wed Jul 06, 2011 1:49 pm

Post by straightlight » Sun Apr 15, 2012 9:37 pm

The manufacturer name isn't really important in this case but rather knowing if it were dependant on an API service or you did coded it yourself. Looks like an interesting module but I was more looking for a manufactured response regarding the GST and QST.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Tcalp » Sun Apr 15, 2012 9:45 pm

Straightlight,

I'm going to assume your first language is french as the concept of a 'manufacturer' isn't quite coming across correctly in my brain as I think the manufacturer of a product you have created in a store .. ex. if your selling shoes .. Nike , New Balance .. etc ... ??

As far as the module goes, it was coded by me, it is not dependent on any type of API service, I am not aware of the requirement for any type of API for compounded taxes ?

Increase Page Speed (#1 rated commercial extension on OpenCart Marketplace)
15in1 Essential Extensions Value Pack Premium Customer Testimonials Reward Points Extended Admin Security Lockdown Suite

Image
irc.freenode.net #opencart


User avatar
Active Member

Posts

Joined
Wed Jul 06, 2011 1:49 pm

Post by straightlight » Sun Apr 15, 2012 9:50 pm

I think the manufacturer of a product you have created in a store .. ex. if your selling shoes .. Nike , New Balance .. etc ... ??
Incorrect. Manufacturers can also be about API services. Fabrics represents more than merchant stores.
I am not aware of the requirement for any type of API for compounded taxes ?
Neither do I. Which is why, as stated above, I do am looking for one as it would more suit my needs than relying on a local tax module while, again, it may look interesting what you've coded out but simply not what I'm looking for regarding this type of subject.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Tcalp » Sun Apr 15, 2012 11:38 pm

Honestly .. I've got to be missing something

Increase Page Speed (#1 rated commercial extension on OpenCart Marketplace)
15in1 Essential Extensions Value Pack Premium Customer Testimonials Reward Points Extended Admin Security Lockdown Suite

Image
irc.freenode.net #opencart


User avatar
Active Member

Posts

Joined
Wed Jul 06, 2011 1:49 pm

Post by Gorilla » Fri May 04, 2012 8:32 am

so what is the issue with cumulative taxes i'm in Manitoba where we have 5% GST and 7% PST and the core system seems to calculate the taxes just fine. they only time i had an issue was when i picked up the order editor and tred to edit an order then one of both my taxes went out of wack. butthe end total was fine.

what em i missing here.

mike = http://www.gorillagear.ca


New member

Posts

Joined
Fri Jun 25, 2010 7:14 am

Post by Tcalp » Fri May 04, 2012 12:06 pm

Gorilla,

It is a Quebec and PEI issue where first there is GST, and then the PST is taxing the GST.

Increase Page Speed (#1 rated commercial extension on OpenCart Marketplace)
15in1 Essential Extensions Value Pack Premium Customer Testimonials Reward Points Extended Admin Security Lockdown Suite

Image
irc.freenode.net #opencart


User avatar
Active Member

Posts

Joined
Wed Jul 06, 2011 1:49 pm

Post by Gorilla » Fri May 04, 2012 11:24 pm

wow that sucks i'm glad manitoba doesn't do that

mike = http://www.gorillagear.ca


New member

Posts

Joined
Fri Jun 25, 2010 7:14 am

Post by stefane321 » Thu May 17, 2012 10:56 am

Ibought the module http://www.opencart.com/index.php?route ... on_id=5976 for compound taxes

and its not working for me

im running opencart 1.5.1
vqmod 2.1.3

in the instruction it saud to go in phpmyadmin to run:

ALTER TABLE `tax_rate` ADD `compound` INT( 1 ) NOT NULL DEFAULT '0' AFTER `type`;

But I got :

#1054 - Unknown column 'type' in 'tax_rate'

can you help me please?

Newbie

Posts

Joined
Tue Apr 24, 2012 10:45 pm

Post by straightlight » Thu May 17, 2012 7:07 pm

There are no type field in the tax_rate table with OC v1.5.2.1.

Simply replace:

Code: Select all

ALTER TABLE `tax_rate` ADD `compound` INT( 1 ) NOT NULL DEFAULT '0' AFTER `type`;
with:

Code: Select all

ALTER TABLE `tax_rate` ADD `compound` INT( 1 ) NOT NULL DEFAULT '0';
It doesn't really matter if the compound field is added as the last row in the table.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by stefane321 » Thu May 17, 2012 10:36 pm

ok now my new problem is then i have not the option to set compound taxe in my admin panel

look my screen shot

canyou help me?

Thanks!

Image

Newbie

Posts

Joined
Tue Apr 24, 2012 10:45 pm

Post by straightlight » Thu May 17, 2012 10:41 pm

The 'Type de Taxe' should rather be: 'Type de Classes de Taxes' since this is about tax classes. As for the compound, since this is a paid contribution, I would suggest to contact the author of this contribution by knowing why exactly the compound field wouldn't display on the template.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Tcalp » Thu May 17, 2012 10:43 pm

Hi Stefane, It looks like I mistakenly assumed it would be compatible with your version of OpenCart but it isn't. I will work on getting a custom version out to you today.

Increase Page Speed (#1 rated commercial extension on OpenCart Marketplace)
15in1 Essential Extensions Value Pack Premium Customer Testimonials Reward Points Extended Admin Security Lockdown Suite

Image
irc.freenode.net #opencart


User avatar
Active Member

Posts

Joined
Wed Jul 06, 2011 1:49 pm

Post by stefane321 » Thu May 17, 2012 10:48 pm

thanks i will wait your solution!

Newbie

Posts

Joined
Tue Apr 24, 2012 10:45 pm

Post by Tcalp » Tue May 22, 2012 2:38 am

stefane321 wrote:thanks i will wait your solution!
I have posted an updated release properly supporting your version of OpenCart.

Increase Page Speed (#1 rated commercial extension on OpenCart Marketplace)
15in1 Essential Extensions Value Pack Premium Customer Testimonials Reward Points Extended Admin Security Lockdown Suite

Image
irc.freenode.net #opencart


User avatar
Active Member

Posts

Joined
Wed Jul 06, 2011 1:49 pm

Post by stefane321 » Tue May 22, 2012 6:29 am

Thanks its now working!

Newbie

Posts

Joined
Tue Apr 24, 2012 10:45 pm

Post by RedRave » Wed Aug 15, 2012 8:17 am

No offense, but what's the difference between running the xml mentionned in this topic VS purchasing the extension? Just wondering... ???

Newbie

Posts

Joined
Sat Aug 11, 2012 10:53 am

Post by Tcalp » Wed Aug 15, 2012 12:19 pm

I'm not 100% sure, but it looks like the code provided in this thread adds QST to all checkouts where my extension makes tax compounding a feature in the tax configuration settings in the administration panel.

Increase Page Speed (#1 rated commercial extension on OpenCart Marketplace)
15in1 Essential Extensions Value Pack Premium Customer Testimonials Reward Points Extended Admin Security Lockdown Suite

Image
irc.freenode.net #opencart


User avatar
Active Member

Posts

Joined
Wed Jul 06, 2011 1:49 pm

Post by RedRave » Thu Aug 16, 2012 2:07 am

Ok thanks for clarifying...

Newbie

Posts

Joined
Sat Aug 11, 2012 10:53 am
Who is online

Users browsing this forum: Ahrefs [Bot], Amazon [Bot] and 72 guests