Hi,
The main menu for my ‘showtime’ theme is not showing up live on the site.
I just checked the code and it is as follows:
var app = app || {
data:{
template:{{ template | json }},
money_format: {{ shop.money_format | default:false | json }}
}
}
window.theme = window.theme || {};
window.theme.i18n = {
addressError: {{ “general.map.address_error” | t | json }},
addressNoResults: {{ “general.map.address_no_results” | t | json }},
addressQueryLimit: {{ “general.map.address_query_limit_html” | t | json }},
authError: {{ “general.map.auth_error_html” | t | json }},
productIsAvalable: {{ “products.product.product_is_avalable” | t | json }},
productIsSoldOut: {{ “products.product.product_is_sold_out” | t | json }},
productAddToCart: {{ “products.product.add_to_cart” | t | json }},
productSoldOut: {{ “products.product.sold_out” | t | json }},
productUnavailable: {{ “products.product.unavailable” | t | json }},
passwordPageClose: {{ “general.password_page.close” | t | json }}
Do I just delete the error line and then save? Will this rectify the problem?
Many thanks
Gordon





