Documentation You are here: start » v » 0.7.2 » cart

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
v:0.7.2:cart [2012/02/27 16:00] – [Viewing the Cart] foxylukev:0.7.2:cart [2012/07/09 08:27] – Added box-sizing tip for colorbox 86.172.240.75
Line 53: Line 53:
 </code> </code>
 Just put that before your ''foxycart.complete.js'' call. Just put that before your ''foxycart.complete.js'' call.
 +
 +=== Avoiding box-sizing bugbears ===
 +If you are using  <code css>* {box-sizing: border-box}</code> in your CSS file, you will need to override it for the colorbox to avoid having "cropped" right and bottom edges. Add the following to your CSS file underneath your original box-sizing statement:
 +<code css>
 +div#colorbox{
 +-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
 +}
 +</code>
  
 === Changing the "Continue Shopping" link === === Changing the "Continue Shopping" link ===
Line 87: Line 95:
  
 {{section>.:cheat_sheet#transaction_non-product_specific_options&noheader&noeditbutton&permalink&footer&nodate}} {{section>.:cheat_sheet#transaction_non-product_specific_options&noheader&noeditbutton&permalink&footer&nodate}}
- 
  
  

Site Tools