Zen Cart Logo
Forums / General Questions / 2 questions

2 questions

Views: 700

Results 1 to 5 of 5
8 Jun 2013, 2:08 AM
#1
evilsorcerer1 avatar

evilsorcerer1

New Zenner

Join Date:
May 2013
Location:
U.S.A.
Posts:
33
Plugin Contributions:
0

2 questions

First, is there a way to automatically change all my products from none to taxable goods? And second, I've been filling out a google data feed spreadsheet, and I'm wondering if there's a way to automatically extract the information so I don't have to do it manually.

8 Jun 2013, 6:36 AM
#2
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: 2 questions

do a search for easypopulate

8 Jun 2013, 3:24 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: 2 questions

If you want to set ALL products to be taxable, you could run in the Tools ... Install SQL Patches ...

UPDATE products SET products_tax_class_id = 1;

which will change ALL Products to be taxable goods ... assuming that in your Locations / Taxes ... Tax Classes ... ID is 1 for Taxable Goods ...

8 Jun 2013, 6:37 PM
#4
evilsorcerer1 avatar

evilsorcerer1

New Zenner

Join Date:
May 2013
Location:
U.S.A.
Posts:
33
Plugin Contributions:
0

Re: 2 questions

How do I change my tax to charge by the zip code of the customer?

8 Jun 2013, 7:13 PM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: 2 questions

How do I change my tax to charge by the zip code of the customer
There is no support for taxes by zipcode