How to add buttons

Solved

How to add buttons

NOT1
Shopify Partner
272 2 117

How to add buttons under every column in multi column (DAWN) like this 

NOT1_0-1726379911858.png

 

Accepted Solutions (2)

BSSCommerce-HDL
Shopify Partner
2297 846 1061

This is an accepted solution.

@NOT1Can you kindly share the details of your problem with us? We will check it and suggest you a solution if possible.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSSCommerce-B2B
Shopify Partner
1715 511 571

This is an accepted solution.

@NOT1 , Oh i got you please following these steps to achieve your goal

Step 1: Online store > Themes > Edit code

Step 2: Find the file multicolumn.liquid. Search the code snippets below

BSSCommerceB2B_0-1726391248122.png

Replace the code i've mark below by this one

{%- if block.settings.link_label != "Hide" %}
<a {% if block.settings.url_button != blank %} href="{{ block.settings.url_button }}"{% endif %} class="button button--primary" role="link">
{{block.settings.title_button}}
</a>
{%endif%}

Step 3: Search for the code snippet below

 

BSSCommerceB2B_2-1726391388537.png

And replace it by

{
  "type": "text",
  "id": "title_button",
  "label": "Button Text"
},
{
  "type": "url",
  "id": "url_button",
  "label": "Button Link"
}

Step 5: Save it and you have the button at the bottom of multicolumn section like this

BSSCommerceB2B_3-1726391509204.png

And you can edit them

Hope it helps you 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

View solution in original post

Replies 5 (5)

BSSCommerce-B2B
Shopify Partner
1715 511 571

@NOT1 , Try using image with text in Customize

BSSCommerceB2B_0-1726380814204.png

Hope it helps 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

NOT1
Shopify Partner
272 2 117

But I want it in multicolumns

BSSCommerce-B2B
Shopify Partner
1715 511 571

This is an accepted solution.

@NOT1 , Oh i got you please following these steps to achieve your goal

Step 1: Online store > Themes > Edit code

Step 2: Find the file multicolumn.liquid. Search the code snippets below

BSSCommerceB2B_0-1726391248122.png

Replace the code i've mark below by this one

{%- if block.settings.link_label != "Hide" %}
<a {% if block.settings.url_button != blank %} href="{{ block.settings.url_button }}"{% endif %} class="button button--primary" role="link">
{{block.settings.title_button}}
</a>
{%endif%}

Step 3: Search for the code snippet below

 

BSSCommerceB2B_2-1726391388537.png

And replace it by

{
  "type": "text",
  "id": "title_button",
  "label": "Button Text"
},
{
  "type": "url",
  "id": "url_button",
  "label": "Button Link"
}

Step 5: Save it and you have the button at the bottom of multicolumn section like this

BSSCommerceB2B_3-1726391509204.png

And you can edit them

Hope it helps you 😊

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

Nordalux
Shopify Partner
173 20 28

You have to adapt the code for this.

If you would like a quote, please contact me.

BSSCommerce-HDL
Shopify Partner
2297 846 1061

This is an accepted solution.

@NOT1Can you kindly share the details of your problem with us? We will check it and suggest you a solution if possible.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now