Hi,
1 - I'd like to change the width size of the fields in the "ask a question" form, how can I do that ?
Which file I have to edit ?
2 - When I click on the checkout link and if I have products in the cart, I go directly at the bottom of the checkout page, is there a way to go at the top instead ?
Thank you
Ask a question size form
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Ask a question size form
Hi,
1) see:
components\com_phocacart\models\forms\question.xml see the form input field message - it is standard Joomla! XML definition file, so you can change the form item field there
2) In which view you click the "checkout" link?
1) see:
components\com_phocacart\models\forms\question.xml see the form input field message - it is standard Joomla! XML definition file, so you can change the form item field there
2) In which view you click the "checkout" link?
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 43
- Joined: 08 Oct 2017, 14:31
Re: Ask a question size form
Hi,
1) I tried to change the cols value but it doesn't change, do you have an idea why ?
2) I created a menu link --> Phoca Cart » Checkout Layout
And when I click on it and if I have products in the cart, I go directly at the bottom of the checkout page
Thank you very much
1) I tried to change the cols value but it doesn't change, do you have an idea why ?
2) I created a menu link --> Phoca Cart » Checkout Layout
And when I click on it and if I have products in the cart, I go directly at the bottom of the checkout page
Thank you very much
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Ask a question size form
Hi,
2) in next version, the scrolling can be disabled in Options, I have made new parameter and hopefully I will release new version soon.
1) the the option could be to change it in your template CSS
Jan
2) in next version, the scrolling can be disabled in Options, I have made new parameter and hopefully I will release new version soon.
1) the the option could be to change it in your template CSS
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 43
- Joined: 08 Oct 2017, 14:31
Re: Ask a question size form
ok thank you