Page 3 of 4

website

Posted: Tue Apr 09, 2013 7:41 pm
by maaz4601
xxxx

Re: How to remove Company ID and Tax ID fields

Posted: Thu Apr 11, 2013 5:27 pm
by signwizarduk
We upgraded to 1.5.5.1 and had the same registration issue, its sorted now by creating the new group (buyers) however now ALL the specials have disappeared from the home page as they are set to default and not the new group - buyers.

If I change the specials to new group (buyers) then will all the 1500 default customers lose them?

Or can I move all the default customers to the new (buyers) group?

Cheers guys

Re: How to remove Company ID and Tax ID fields

Posted: Fri May 10, 2013 7:36 am
by outoftheordinary
Check all radio button and save. Then, unchecked all radio button and save.

Re: How to remove Company ID and Tax ID fields

Posted: Fri Jun 07, 2013 4:22 pm
by evastears
vegivory wrote:I was having the exact same issue and this is what I did and it worked like a charm:

From the administration panel click on the "System" tab and select "Settings". Next, click on "Edit" next to your store name.
Then click on option. Now scroll down to "Account" and where is says: "Customer Groups:
Display customer groups that new customers can select to use such as wholesale and business when signing up.
" click to checkmark the box next to the name of the group which appears in the box on the right. (In my case the group is called "Wholesale") The checkbox next to that group name was previously "unchecked".

Now go to Sales/Customers/Customer Groups and click on edit. Then simply click on the desired radio buttons.

This should solve the problem.

-Jim


PERFECT ! THANK YOU MEN.

You deserve not pnly a cokie but also cokie with milk :)

Re: How to remove Company ID and Tax ID fields

Posted: Wed Jun 12, 2013 12:29 pm
by marinl
This doesn't work for me. When I go to system> settings> my store> edit> and then Options tab, I do not see the 'Accounts' heading where it is suppose to say....

"Customer Groups: Display customer groups that new customers can select to use such as wholesale and business when signing up."

I am using Opencart v1.5.4 with Shoppica template v2.2.1

Anyone know how I can fix this please?

Thanks,
Marin

Re: How to remove Company ID and Tax ID fields

Posted: Fri Jul 05, 2013 12:16 pm
by marinl
Please help. I still don't know how to fix this with opencart version 1.5.4

Re: How to remove Company ID and Tax ID fields

Posted: Mon Aug 12, 2013 11:15 am
by DennyH
I noticed this issue when I activated the SSL certificate and added https to the config.php file. Something with the code in the catalog-controller-account-register.php file, whether a custom theme or standard isn't meshing.

Re: How to remove Company ID and Tax ID fields

Posted: Tue Sep 10, 2013 6:39 am
by purplebeanie
Hi mcurtis,

For what it's worth (I know it's an old thread) I came across this thread searching for exactly the same question on Opencart 1.5.6 using the herbal theme from themeforest.

I followed the recommendations above of setting display company id to no and display a tax id to no and edited the account/register.tpl file to remove the company_id and tax_id inputs but got the notice missing index error messages another used described above.

So I just ended up removing the rows from the table and making the company_id and tax_id hidden inputs in the account/register.tpl. This prevented the notices and doesn't seem to have led to any other unwanted behavior.

Eric.

Re: How to remove Company ID and Tax ID fields

Posted: Fri Sep 13, 2013 10:03 pm
by siteadvice
purplebeanie wrote:So I just ended up removing the rows from the table and making the company_id and tax_id hidden inputs in the account/register.tpl. This prevented the notices and doesn't seem to have led to any other unwanted behavior.
Agreed. I just stumbled across this issue, too. The site I'm using is never going to be trading business to business, so asking for a company ID is irrelevant. I've replaced those lines in template\account\register.tpl with the following:

<input type="hidden" name="company" value="<?php echo $company; ?>" />
<input type="hidden" name="company_id" value="<?php echo $company_id; ?>" />
<input type="hidden" name="tax_id" value="<?php echo $tax_id; ?>" />

Seems to work fine.

Re: How to remove Company ID and Tax ID fields

Posted: Sun Sep 29, 2013 10:39 pm
by mfarmer
vegivory wrote:I was having the exact same issue and this is what I did and it worked like a charm:

From the administration panel click on the "System" tab and select "Settings". Next, click on "Edit" next to your store name.
Then click on option. Now scroll down to "Account" and where is says: "Customer Groups:
Display customer groups that new customers can select to use such as wholesale and business when signing up.
" click to checkmark the box next to the name of the group which appears in the box on the right. (In my case the group is called "Wholesale") The checkbox next to that group name was previously "unchecked".

Now go to Sales/Customers/Customer Groups and click on edit. Then simply click on the desired radio buttons.

This should solve the problem.

-Jim
THIS WORKS! Anyone who says it doesn't is not following the directions carefully... I am using 1.5.6 and it worked like a charm, with no hacks to the core files! Thanks

Re: How to remove Company ID and Tax ID fields

Posted: Sat Oct 05, 2013 5:42 pm
by rolarga
I was having the exact same issue and this is what I did and it worked like a charm:

From the administration panel click on the "System" tab and select "Settings". Next, click on "Edit" next to your store name.
Then click on option. Now scroll down to "Account" and where is says: "Customer Groups:
Display customer groups that new customers can select to use such as wholesale and business when signing up." click to checkmark the box next to the name of the group which appears in the box on the right. (In my case the group is called "Wholesale") The checkbox next to that group name was previously "unchecked".

Now go to Sales/Customers/Customer Groups and click on edit. Then simply click on the desired radio buttons.

This should solve the problem.

-Jim
This is it!!!!!!!!!!

Re: How to remove Company ID and Tax ID fields

Posted: Fri Dec 27, 2013 7:31 am
by danchapman
a few months old this thread but my guest checkout and account registration (in checkout) is still showing the company and tax ID fields.. anybody fixed this without having to modify the template yet?

Re: How to remove Company ID and Tax ID fields

Posted: Thu Jan 23, 2014 5:54 am
by assur3
Problem still exists in latest versions of OpenCart. Any ideas on how to solve?

Re: How to remove Company ID and Tax ID fields

Posted: Mon Jan 27, 2014 9:57 am
by byens

Re: How to remove Company ID and Tax ID fields

Posted: Tue Feb 04, 2014 6:32 am
by assur3
Thank you, Byens. You are a hero.

This is the ONLY solution in this thread that actually worked for me. I tried all the others, they failed.

And thanks so much for making it free. Very, very grateful.

Re: How to remove Company ID and Tax ID fields

Posted: Sun Mar 09, 2014 3:41 am
by patotyonline
Thanks Man! Excellent solution, that works for me!
vegivory wrote:I was having the exact same issue and this is what I did and it worked like a charm:

From the administration panel click on the "System" tab and select "Settings". Next, click on "Edit" next to your store name.
Then click on option. Now scroll down to "Account" and where is says: "Customer Groups:
Display customer groups that new customers can select to use such as wholesale and business when signing up.
" click to checkmark the box next to the name of the group which appears in the box on the right. (In my case the group is called "Wholesale") The checkbox next to that group name was previously "unchecked".

Now go to Sales/Customers/Customer Groups and click on edit. Then simply click on the desired radio buttons.

This should solve the problem.

-Jim

Re: How to remove Company ID and Tax ID fields

Posted: Wed Mar 26, 2014 12:12 am
by pangeranmandiri
Really impressed! Everything is very, very clear, open is a description of the problem. It contains the information.

Re: How to remove Company ID and Tax ID fields

Posted: Fri May 09, 2014 9:56 pm
by sketchi
I was having the exact same issue and this is what I did and it worked like a charm:

From the administration panel click on the "System" tab and select "Settings". Next, click on "Edit" next to your store name.
Then click on option. Now scroll down to "Account" and where is says: "Customer Groups:
Display customer groups that new customers can select to use such as wholesale and business when signing up." click to checkmark the box next to the name of the group which appears in the box on the right. (In my case the group is called "Wholesale") The checkbox next to that group name was previously "unchecked".

Now go to Sales/Customers/Customer Groups and click on edit. Then simply click on the desired radio buttons.

This should solve the problem.

-Jim
Works like a charm on 1.5.6.2 with custom template. Thank you Jim!

Re: How to remove Company ID and Tax ID fields

Posted: Tue Jun 24, 2014 5:24 am
by loretta
I found a vqmod extension that works for this. I had been trying to fix this for so long. http://www.opencart.com/index.php?route ... n_id=10454 :)

Re: How to remove Company ID and Tax ID fields

Posted: Thu Jul 10, 2014 7:08 pm
by mkurra
Another free vqmod: Checkout Fields Remover: http://www.opencart.com/index.php?route ... %20remover