I would like to change the name of the "products" page into "artworks".
I changed it manually in the theme layout (Luna), but that doesn't work of course for the main page title displayed on the browser tab. I looked around in theme options but can't find a way. Thanks for your help, Giorgio
Go to Design > Code > Products Custom Code
Search for:
{% assign page_name = 'Products' %}
Change to:
{% assign page_name = 'Artworks' %}
Your page's header will change to Artworks along with the browser tab.
See my example here where I have renamed the products page " C A T A L O G "
If I understand your question correctly you might not need to code this bit. Just change the name of the "Products" category to whatever you like.
Go to Design>Code>Products
Don't go into the code - right at the top of the page where the category is titled Products change it to Artworks.
Related
I’m about to integrate a Santander widget on my Shopify site, but I need to replace data-amount with price variable: https://www.dropbox.com/s/cf025mnb5lr8j9m/satander_widget.jpg?dl=0
I have tried to use data-amount="{{current_variant.price}}"> but nofthing happens.
https://www.dropbox.com/s/oibwr7qrb20xk33/27.06.2022_19.32.43_REC.png?dl=0
Any idea why it do not works? I'm using current_variant.price others places on the product page
current_variant is not a default variable of Shopify. It is something that typicall the theme is setting, somewhere.
You just need to be sure that you're inside the scope of that variable.
Search for current_variant = and you will find where is set, normally this is the value
{%- assign current_variant = product.selected_or_first_available_variant -%}
I search the documentation but I didn't know exactly how to call that.
I have a template Index2Name that return a name based on an index.
I'm trying to use that name in a link:
[[Articles/{{Index2Name|0001}}|{{Index2Name|0001}}]]
or
Image:Big-0001.png|link=Articles/{{Index2Name|0001}}|''{{Index2Name|0001}}''
In the last example, the name is printed but the link doesn't work. (In gallery element)
It doesn't work. The value from the template is printed but it is not converted to a link.
How can I make this works? And does this have a name? (For future reference)
EDIT: Index2Name is a simple switch returning a few words depending of the id. Since I'm using subpages I only want the name to appear (Example: MyArticle) but the link is Articles/MyArticle
Could you clarify exactly what you want to happen please. (Where you want to link and how you want it to look).
But for example if you use:
[[Image:Big-0001.png|''{{Index2Name|0001}}'']]
It will link to the page Image:Big-0001.png with the link text being the output of:
''{{Index2Name|0001}}''
Or if you use:
[[Image:Big-001.jpg|link=Articles/{{Index2Name|0001}}]]
The image, when clicked, will redirect you to the output of:
{{Index2Name|0001}}
I have an online store on big cartel and some of the products may require an optional field where the user can type in his/her measures so that the product can be specifically designed for him/her. Although I am familiar on how to implement the front-end part of this, I am not quite sure how to make it comfortable for the vendor to have these extra info attached to each product so that when they visualize the order all these extra info are immediately attached to it.
My best case scenario is this:
The user picks a product and selects on the Size drop down choice the "Custom" option. At this point a little form will appear that they can fill with all the custom size they need. Now instead of attaching the string "Custom" to the product summary in the cart, I would like to have whatever they typed attached to it so that in the cart it will look something like:
[ PICTURE OF THE PRODUCT ] : product name - sizes typed by the user
This would make it easier for the vendor to understand what the user wants and will allow the user to purchase an item with custom size instead of the standard ones that might not be suitable for him/her (XS, S, M, L, XL).
Right now the code part that handles the size choice and submits to the cart looks like this:
<form id="product-form" method="post" action="/cart">
{% if product.has_default_option %}
{{ product.option | hidden_option_input }}
{% else %}
<div id="product-options" class="options">
<span>{{ Product_Options_Title }}</span>
{{ product.options_in_stock | options_select }}
</div>
{% endif %}
<button id="product-addtocart" name="submit" type="submit"><span>{{ Add_to_Cart_Text }}</span></button>
</form>
I thinks this is Angular which I am not very familiar with. But I think here is where I should make any change, I am also not very familiar with the big cartel framework, this is why I could use some pointers.
So my question would be, how do I edit the code so that the user can type in custom sizes and then attach what they typed to the product in the cart as the size they ordered ?
I understand my question might not be very clear so feel free to comment for clarifications. Keep also in mind that I would know how to implement the front-end part but I don't know how to interact with the back-end to make what I described happen. Thanks in advance.
Sorry, but something like this isn't possible with Big Cartel - the platform doesn't support passing any additional information through the order process beyond what's already attached to the Product and the Product's Options.
Your best option is likely to instruct customers to add their custom information to the "Notes to seller" field at Checkout: https://blog.bigcartel.com/2014/04/22/introducing-notes-at-checkout/
You can find more information on editing Big Cartel themes here: https://help.bigcartel.com/developers/themes/
Bigcartel now coming with grouped option. It's only active on paid plan. So you can add now size, color, design. Yes, you can add maximum three option variant.
How to shows three different categories in a page in joomla3.0. and I want to get each category details when press that category
please see this Eg: http://www.templatemonster.com/demo/42980.html
In this web-page take "Services" page this page i want exactly please help me .
Check this Extensions
http://extensions.joomla.org/extensions/authoring-a-content/content-construction/19217
demo : http://demo.tzportfolio.com/
yep it's http://isotope.metafizzy.co/ what you are looking for and TZ Portfolio linked by chermanarun is using it ;)
There is no need of extensions and all follow this steps you will get it.
this steps are in joomla3.0 .
STEP 1 : take Menu Manager and take main menu.
STEP 2 : in main menu take choose your own page (here am selecting services page.inthe place you can take any pages eg : about,products.....etc).and change the Menu Item Type into Gallery view(click the select button that time open a window in that window click the Articles here you can see the list of some Menu Items select Gallery view )
STEP 3 :Now take Advanced option in there you can see Blog Layout Options here we some arrangements in there you can see Intro Articles(enter the numbers you Articles how much you want to show in a page),Columns(Numbers of columns), Multi Column Order(change this to Across), Show Filter(change this to SHOW )
STEP 4 : press save button and refresh it and see how is your page now.
Blockquote : need want one or more subcategory in that category which you selected in the* Choose a category field .
I use Gxt-2.2.5-Rtl (http://code.google.com/p/gxt-rtl/) and try to show html content through HtmlContainer's setUrl() method. But unfortunately the result is flipped version of my expected output. For example suppose our input html contains a table which starts columns from right to left as id, name, description. So what we get is a table that their column starts from expected order BUT FROM LEFT TO RIGHT!
I used Gxt's Html and Gwt's HTML and HtmlPanel classes, but this problem doesn't solve.
In addition I should say when I use TabItem or ContentPanel's setUrl() method this problem disappears. But I prefer to don't use that method and because:
1- Just last loaded iFrame is visible at a time. This means that navigating through other preloaded tab items displays a blank page.
2- Poor control over loaded page through GWT, like catching click events and etc.
Expected output:
http://www.freeimagehosting.net/yow6l
Wrong output:
http://www.freeimagehosting.net/8opdt
I changed the titles to English for better communicating! :)
Thanks!