Hi canaryblogger,
Could you provide some link to the site?
Hi. Sorry, I wasn’t notified of your response. The store address is http://www.canaryadminservices.com/v-store
Thank you
Hi canaryblogger,
In your wp-content/themes/aquitaine/style.css find the following line:
input
{
height: 14px;
}
and change it to
input
{
/*height: 14px;*/
}
And you should see everything š
Hi. I have input the above but nothing has changed. I even tried 16px, 18px and 22px but no change at all to the form.
Hi,
So you’ve edited the 108th line in this: wp-content/themes/aquitaine/style.css
file and haven’t seen any effect?
You might want to try to clear your browsers cache.
Hi,
Thank you, I have managed to fix that problem now. I was inputing the code on the theme style css page within Theme Options.
The only other problem I see is with the EU VAT number. It doesn’t accept my Spanish ID and I need this feature for my accounts.
Thanks
Hi,
Do you get some kind of an error message? If you do, could you tell me what kind of an error/ the contents of the error message?
Regards,
Marcin
Hi. Yes, it says:
EU VAT Number (billing) is not a valid VAT Number. Leave it blank to disable VAT validation. (VAT may be charged depending on your location)
Hi,
We are using this API :
http://ec.europa.eu/taxation_customs/vies/
check if your VAT number is valid here.
Regards,
Marcin
HI.
This number is for import/export where companies are required to register. I need customers who purchase my e-Books and services to be able to input their ID or passport number for invoicing purposes so this API will not work for the majority of companies that use this plugin. Is there another way around it?
Thanks
Sabrina
Hi,
So you want to not validate the EU VAT Number field?
Hi
I would like clients to input their ID to purchase my services whatever that number may be so I suppose yes, the field would have to be unvalidated if there is a way to do that
Hi,
Unfortunately you’d rather have to remove the field and add a new one, or change it’s name/id to do so.
Thank you. Can you please advise me how to do this?
Hi,
In your wp-content/plugins/jigoshop/templates/checkout/form.php file you’ll the “get_billing_fields” function. This is your target š
Regards,
Marcin