Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

wilma2

Pioneers
  • Posts

    82
  • Joined

  • Last visited

Profile Information

  • Real Name
    Trish

wilma2's Achievements

  1. sorry this is what i have done but when i try to test it by purchasing a product the tax is not there: STEP (1): Set the location for your store: Configuration --> My Store - Country: Canada - Zone: Ontario ======================================================== STEP (2): Create the "Tax Zones". The are geographical regions where a particular set of tax laws applies Locations/Taxes --> Tax Zones Create the Zone for all of Canada - Zone Name: Canada GST Zone - Description: GST (most of Canada except NS, NB, NL) Now click on the newly created "Canada GST Zone" row to drill down one level to "Sub Zones" Click INSERT to create 10 new sub-zones, one at a time: - Country: Canada; Zone: Alberta - Country: Canada; Zone: British Columbia - Country: Canada; Zone: Manitoba - Country: Canada; Zone: Northwest Territories - Country: Canada; Zone: Nunavut - Country: Canada; Zone: Ontario - Country: Canada; Zone: Prince Edward Island - Country: Canada; Zone: Quebec - Country: Canada; Zone: Saskatchewan - Country: Canada; Zone: Yukon Territory ============== Click on "BACK" to go up one level. Now create the Ontario Provincial Tax Zone: Click Insert - Zone Name: Ontario PST Zone - Description: PST (only when shipping to Ontario) Now click on the newly created "Ontario PST Zone" row to drill down one level to "Sub Zones" Click INSERT to create new sub-zone: - Country: Canada - Zone: Ontario ============== Click on "BACK" to go up one level. Now create the HST Tax Zone: Click Insert - Zone Name: HST Zone - Description: NS, NB, NL Now click on the newly created "HST Zone" row to drill down one level to "Sub Zones" Click INSERT to create new sub-zone: - Country: Canada; Zone: Nova Scotia - Country: Canada; Zone: New Brunswick - Country: Canada; Zone: Newfoundland STEP (3): Create the "Tax Classes" Locations/Taxes --> Tax Classes create TWO (2) tax classes: - Tax Class Title: GST/HST/PST Class - Description: All taxable goods - Tax Class Title: GST Shipping class - Description: GST on shipping within Canada ======================================================== STEP (4): TAX RATES Locations/Taxes --> Tax Rates create SIX (6) Tax Rates: - Tax Class Title: GST/PST/HST Class - Zone: Canada GST Zone - Tax Rate (%): 7.0000 - Description: 7.0% GST#99999 99999 RT0001 - Priority: 1 - Tax Class Title: GST/PST/HST Class /* HINT: Yes, this is the same one you just used - Zone: Ontario PST Zone - Tax Rate (%): 8.0000 - Description: 8.0% PST (Ontario) - Priority: 1 / - Tax Class Title: GST/PST/HST Class /* HINT: Yes, this is the same one you just used - Zone: HST Zone - Tax Rate (%): 15.0000 - Description: 15% HST#R99999 9999 RT0001 - Priority: 1 That takes care of taxes on products. And now, the Shipping taxes: - Tax Class Title: GST Shipping Class - Zone: Canada GST Zone - Tax Rate (%): 7.0000 - Description: 7.0% GST on shipping - Priority: 1 - Tax Class Title: GST Shipping Class - Zone: Ontario PST Zone - Tax Rate (%): 8.0000 - Description: 8.0% PST (shipping) - Priority: 1 - Tax Class Title: GST Shipping Class - Zone: HST Zone - Tax Rate (%): 15.0000 - Description: 15% shipping HST#99999 9999 RT0001 - Priority: 1 / ======================================================== STEP (5): Specify the appropriate Tax Class for SHIPPING MODULES MODULES --> SHIPPING Edit whichever shipping module(s) you are using. Tax Class: GST Shipping Class ======================================================== STEP (6): Specify the appropriate Tax for PRODUCTS This may take some time.... CATALOG --> Categories/Products Drill down to each product. Click EDIT TAX CLASS: "GST/PST/HST CLASS" ======================================================== I have used this in another store and not only does it work fine but it is identical in this one, so i am thinking the issue maybe a setting or something behind the scenes kinda thing. Thank you so much Trish
  2. Hi there I am in Canada and trying to set up taxes for my site. I followed Peter Mosier guide perfectly and everything is as he says it shoudl be but still taxes are not being added. It is even identical to another site i have that I used that guide with and that works perfectly. So I am wondering if there is something behind the scenes or somehting i am not thinking of that has to be changed for taxes to be added to my sales? All zones and rates and classes are as he said there should be. thanks wilma2
  3. Hi there I am in Canada and trying to set up taxes for my site. I followed Peter Mosier guide perfectly and everything is as he says it shoudl be but still taxes are not being added. It is even identical to another site i have that I used that guide with and that works perfectly. So I am wondering if there is something behind the scenes or somehting i am not thinking of that has to be changed for taxes to be added to my sales? All zones and rates and classes are as he said there should be. thanks wilma2
  4. Hello the problem i am having is with the database changes. These 2 lines of instructions NSERT INTO `configuration` VALUES ('ID', 'Minimum Spend', 'FREE_GIFT_MINIMUM_SPEND', '30.00', 'Minimum Spend to Qualify For The Free Gift', '17', '1', '2007-08-08 15:24:50', '2007-08-07 19:16:00', null, null); INSERT INTO `configuration` VALUES ('ID', 'Free Gift Category', 'FREE_GIFT_CATEGORY', '96', 'The category that contains all of the potentially free both give me this error #1136 - Column count doesn't match value count at row 1 Now in configuration i have 14 columns so am i to assume i change the 17 to 14 and insert the id number? thanks trish
  5. I did some research and it had to do with the permissions of the file and making them 755 that worked. But i have found I am having another problem in the admin section under reports i only have a capital A nothing else. I also can not set question options. thanks again Mat
  6. wow Mat thank you for the incredibly fast answer I appreciate it. On another note I have the prize draw on my main page but when someone clicks on it it comes up internal server error is this a host thing?
  7. Hi Victor can you tell me how you did it? thanks
  8. thanks Jack I correctd the first error it was a . at the end of the ?> thanks but now i have this error Parse error: syntax error, unexpected $end in /home/canadace/public_html/index.php on line 405 but can find no spaces or missing } as i understand that is a common reason for this. <!-- footer //--><?php require(DIR_WS_INCLUDES . 'footer.php'); ?><!-- footer_eof //--><br></body></html><?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>
  9. thanks Jack I correctd the first error it was a . at the end of the ?> thanks but now i have this error Parse error: syntax error, unexpected $end in /home/canadace/public_html/index.php on line 405 but can find no spaces or missing } as i understand that is a common reason for this.
  10. Hello I have tried installing this contribution into rc2.2 and in the admin section i get this error preventing me from logging into admin Warning: Cannot modify header information - headers already sent by (output started at /home/canadace/public_html/admin/includes/languages/english.php:347) in /home/canadace/public_html/admin/includes/functions/general.php on line 61 and in the home page i have this error Fatal error: Call to a member function size() on a non-object in /home/canadace/public_html/includes/header.php on line 51 can anyone help me with this?thanks so much Trish
  11. Hello I have tried installing this contribution into rc2.2 and in the admin section i get this error preventing me from logging into admin Warning: Cannot modify header information - headers already sent by (output started at /home/canadace/public_html/admin/includes/languages/english.php:347) in /home/canadace/public_html/admin/includes/functions/general.php on line 61 and in the home page i have this error Fatal error: Call to a member function size() on a non-object in /home/canadace/public_html/includes/header.php on line 51 can anyone help me with this?thanks so much Trish
  12. Is there someone out there willing to do the work for me if i pay them say for an hours oscomerce work?
  13. I am getting frustrated as a newbie with all this I wonder what it would cost me to get someone to fix various errors i have and get ccgv working on my site? v2.2 rc2a I put in ccgv trad but still get errors
  14. MySQL 5.0.51a so the question then is how do i fix the errors? Even clicking gift vouchers faq brings this Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
  15. how do i determine the sql version? If it helps I am with siteground.
×
×
  • Create New...