AARFIE SUPPORT
How do I use the Custom Options for my Big Cartel theme?
If you purchased or upgraded your Big Cartel theme after 29th November 2011, please refer to Aarcade Support instead of the following article.
Primary Custom Options
To view your primary Custom Options, navigate to the Design > Pages section of your shop admin and click the page title Layout.

Accessing Primary Custom Options at the Layout page
On the following page, view the first section of the text box content; your Custom Options section will begin with the text {{ START CUSTOM OPTIONS }} and end with the text {{ END CUSTOM OPTIONS }}. Between this start and end marker, your custom options will be divided into sections.

Primary Custom Options located at the top of the Layout page coding
IMPORTANT: The {{ ADMIN }} section of Custom Options should not be edited unless instructed otherwise by Aarfie or your theme readme file.
Product-Page Custom Options
Note: Not all themes have Product-Page Custom Options.
To view your Product-Page Custom Options, navigate to the Design > Pages section of your shop admin and click the page title Product.

Accessing the Product-Page Custom Options
On the following page, view the first section of the text box content; your Custom Options section will begin with the text {{ START CUSTOM OPTIONS }} and end with the text {{ END CUSTOM OPTIONS }}. Between this start and end marker, your custom options will be divided into sections.
Other Custom Options
If your theme includes other Custom Options, their location will be detailed in the readme file included with your theme download.
Working With Assign-Type Custom Options
Most Custom Options begin with the code {% assign and are generally explained by the name of the custom option itself and, where required, by additional notes within your Custom Options section. If a note is referenced, simply scroll further down the custom option area to locate it under the {{ NOTES }} sub-section.
Assign-Type Custom Option values are entered inside the apostrophes at the end of the {% assign code:
{% assign this_is_a_custom_option = 'your-value-goes-here' %} {{ *See NOTE 1 }}
To leave a Custom Option blank, you must still leave the apostrophes:
{% assign this_is_a_custom_option = '' %} {{ *See NOTE 1 }}
IMPORTANT: Always click the SAVE button at the bottom of the admin page after editing your CUSTOM OPTIONS. Never enter text anywhere other than inside the option apostrophes.
Working With Capture-Type Custom Options
Capture-type custom options work in the same way as assign-type custom options, however instead of entering your custom option value between apostrophes you enter it between a capture and endcapture tag:
{% capture additional_footer_text %} {{ *See NOTE 6 }}
COPYMARK YEAR STORENAME. All Rights Reserved.
{% endcapture %}
Capture-type custom options are generally used to allow both text and HTML in your custom option value:
{% capture additional_footer_text %} {{ *See NOTE 6 }}
COPYMARK YEAR STORENAME. All Rights Reserved.
<p style="color: red;">Don't forget to visit <a href="http://www.kiva.org/">Kiva</a> to help make a difference!</p>
{% endcapture %}
IMPORTANT: Never enter text on the same line as the capture or endcapture tag or anywhere other than between these two tags.
Example
You may have the following Custom Option in the {{ NETWORK AND SHARING }} section of your {{ CUSTOM OPTIONS }}:
{% assign your_facebook_page_url = '' %} {{ *See NOTE 1 and NOTE 3 }}
From the name of the Custom Option, i.e. “your_facebook_page_url”, it is clear the intention is to enter your Facebook URL in to this option. By scrolling to the end of the {{ CUSTOM OPTIONS }} section, to the {{ NOTES }} section, you can read additional instructions for this option in NOTE 1 and NOTE 3.
{{ *NOTE 1: Always include the "http://" part of your url }}
{{ *NOTE 3: The URL to be used to display your social network link. Leave the option blank to exclude the related social network service from your links. }}
Based upon these notes, you decide you want to include your Facebook with your social links, so you edit the option as follows:
{% assign your_facebook_page_url = 'http://facebook.com/aarfie' %} {{ *See NOTE 1 and NOTE 3 }}
Then click the SAVE button at the bottom of the admin page.
Last Modified: 13th June, 2011
Other ‘Big Cartel’ Articles...
- How do I install my Big Cartel theme?
- I think my Big Cartel theme is broken
- Getting started with your new Big Cartel shop
- How do I change my Big Cartel shop layout colours?
- How do I change my Big Cartel Sexy theme to a 4 column layout?
- How do I widen my Big Cartel Blocks theme layout?
- How do I add a slide show to my Big Cartel home page?
- How do I edit my Big Cartel theme fonts?
- Can I upload my own logo to my Big Cartel theme?
- Can I create a custom contact page for my Big Cartel shop?
- Do I need Big Cartel if I have an Etsy Shop?
- How do I increase the font size of the top-most navigation in the Uptown or Heartbreaker theme?
- How do I translate my Big Cartel theme to another language?
- Does Aarfie offer customisation services for my theme?
- How do I link my Facebook Like button to my Facebook Page?
- How do I set up a custom domain in my Big Cartel admin?
- How do I create different pricing for my Big Cartel product options?
- How do I add code to the head of my Big Cartel theme?
- Can I move my slide show to a different page?
- How do I insert an image into my Big Cartel shop page?
- How do I add a newsletter subscription form to my Big Cartel theme?
- How do I add a page to my Big Cartel shop?
- How do I add a FAQ page to my Big Cartel shop?
- How do I add a custom home page to my Big Cartel shop?
- How do I add a blog to my Big Cartel shop?
- How do I remove the View All link from my Big Cartel theme menu?
- How do I add custom links to my Big Cartel theme menus?
- How do I add a link from my Big Cartel shop back to my web site or blog?
- How do I add a favicon to my Big Cartel shop?
- How do I work with my Big Cartel theme recommended image size?
- How do I add a background image to my Big Cartel theme?
- Where do I add custom style coding in my Big Cartel theme controls?
- How do I change the number of products per page displayed in my Big Cartel shop?
- How do I use the basic options for my Big Cartel theme?
- How do I manage my categories and sub-categories in Big Cartel?
- How do I add a product category to my Big Cartel shop?
- How do I add a product subcategory to my Big Cartel shop?
- How do I get my Aarfie Big Cartel theme?
- How do I get e-mail for my Big Cartel shop?
- How do I get a domain for my Big Cartel shop?
- Does Aarfie's Big Cartel theme installation service include slide show set up?
- Does Aarfie offer design or development for shopping platforms other than Big Cartel?
- Do I need a web site if I have a Big Cartel shop?
- Where do I get a custom Big Cartel theme?
- What is Big Cartel?
- How do I edit the social links in my Big Cartel shop?
- Big Cartel CSS Upgrade and Aarfie Theme Colour Settings
- How do I align my header image or logo?
- Why is there no Success file in my theme package?
- How do I hide the product title and price on my products page?
- Will my new Big Cartel theme affect my products?
- Can I customise my Big Cartel product search results?
- How do I remove the Contact link from my Big Cartel Page menu?
- How do I control the page navigation in my Big Cartel shop?
- Can I swap my Big Cartel theme for a different one?
- How do I set up a custom domain for my Big Cartel shop?
- How do I use the light box viewer with custom content?
- How do I create a second slide show for my Big Cartel shop?