Customizing Checkout Form

  • kodrant
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 9 months ago #10397 by kodrant
Customizing Checkout Form was created by kodrant
Hi, can u please instruct where to look for customizing checkout registration form [custom fields]?
Client likes some other form style, color, etc, and want this form customized. Is there a CSS file I should use to perform this customization?

best
VK

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #10399 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Customizing Checkout Form
Hi

Basically, the extension only use some core Joomla css class like inputbox, button.... so you should be able to modify the css in your site template to meet your need .

For title of the field, the extension using the css class .title_cell which you can find in the file components/com_eventbooking/assets/css/style.css .

Do you know Firebug ? I would suggest you to use Firebug add on for firefox to find and modifing css . It is very easy to find and modify css with Firebug, please give it a try !

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
13 years 9 months ago #10400 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Customizing Checkout Form
Also, if you want to look at the source code of the registration form, having a looks at the files on components/com_eventbooking/views/register/tmpl folder !

Regards,

Tuan

Please Log in or Create an account to join the conversation.

  • kodrant
  • Topic Author
  • Offline
  • New Member
  • New Member
More
13 years 9 months ago #10422 by kodrant
Replied by kodrant on topic Re: Customizing Checkout Form
Hi Tuan, tnx for suggestions. Template used is RT Panacea, not willing to mess with the styles there, but will try some extension css tweaks.
Anyhow, it would be nice addition to this extension if you would stylize few templates to choose :)

VK

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc