harley_woop
harley_woop

Reputation: 1849

Integrate Twitter bootstrap with osCommerce

I'm developing an online store using osCommerce (requirement) and need to integrate it with Twitter Bootstrap, specifically the bootstap.css/bootstap.responsive.css and the jQuery plugins.

I have already tried a bit, and everything just goes very wrong, styles all over the place, etc. osCommerce uses jQuery UI, so how could I possibly use Twitter bootstrap CSS + jQuery?

Or is there another way, so all the elements, buttons are themed like bootstrap?

Upvotes: 0

Views: 1421

Answers (2)

Numbat
Numbat

Reputation: 379

There is a current effort at the moment that provides a Bootstrap implementation here:

https://github.com/gburton/osCommerce-2334-bootstrap

A demo site is live at:

http://template.me.uk/2334bs3/

The forum topic discussing the development here:

http://forums.oscommerce.com/topic/396152-bootstrap-3-in-2334-responsive-from-the-get-go/

There are plans to integrate this effort into the official release in the 2.3.3.x roadmap.

Upvotes: 1

user753676
user753676

Reputation:

You can still use jQuery UI if you want or need.

This is a full jQuery UI theme looking like Twitter Bootstrap by Addy Osmani
https://github.com/addyosmani/jquery-ui-bootstrap/

Demo: http://addyosmani.github.com/jquery-ui-bootstrap/

Upvotes: 0

Related Questions