Any tips for making the Shipping Estimate popup match the Bootstrap layout?
Announcement
Collapse
No announcement yet.
Making Shipping Estimate Popup Bootstrap pretty
Collapse
X
-
Making Shipping Estimate Popup Bootstrap pretty
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Tags: None
-
Re: Making Shipping Estimate Popup Bootstrap pretty
Hey Leslie,
I managed to get the shipping estimate to work in a modal. This could probably use some cleaning up, but it's working. I'm no javascript expert, but I was able to disable some of the backing and resizing functions so there wasn't any conflict with the modal.
Add this to your cart for an example: http://dev.gpencil.com/product/3697.php
You'll need to add this css style:
Code:#shipestimate_dialog.modal {overflow:visible; overflow-y: visible;}
Remove these styles:
Code:.shipestimate_dialog .shipestimate_backing
Code:<div id="shipestimate_backing" class="shipestimate_backing"></div>
shipping-estimate.txtLast edited by Ron Frigon; 04-03-14, 12:57 PM.Ron Frigon
Jedi Webmaster Obi-Ron Kenobi
-
Re: Making Shipping Estimate Popup Bootstrap pretty
Found one other change I made...
In the custom.js I commented out function shipestimate() located under JS_BASK. The javascript from my shipping-estimate.txt could be removed and copied to the custom.js file.Ron Frigon
Jedi Webmaster Obi-Ron Kenobi
Comment
-
Re: Making Shipping Estimate Popup Bootstrap pretty
Nice! Now lets see if I can do this without blowing it up
Many thanks!Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Re: Making Shipping Estimate Popup Bootstrap pretty
Thank you! I was able to make it beautiful! But now I need to figure out why it's not pulling in any shipping rates. FWIW, it wasn't pulling in any rates before it was pretty.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
Comment