Adding My Garage
We recommend placing Garage at the site header to the left of the cart to be aligned with the Account, Wishlist, and Cart site buttons.
How to add the Garage.
-
Go to your theme code editor (see how to find it)
-
Select the desired template file (usually it has “header” in its name or markup)
-
Choose the desired location of the My Garage and paste the following code:
a) Multi-Vehicle Garage:
<div id="cm-garage"></div>b) Single Vehicle Garage:
<div id="cm-single-garage"></div>
Optional: If you want to change the garage position on the mobile version
-
Go to your theme code editor (see how to find it)
-
Select the desired template file (usually it has “header” and “mobile” in its name or markup)
-
Choose the desired location of My Garage on the mobile and paste the following code:
a) Multi-Vehicle Garage:
<div id="cm-mobile-garage"></div>b) Single-Vehicle Garage:
<div id="cm-mobile-single-garage"></div>