Redirect button link?

Solved

Redirect button link?

stinem123
Trailblazer
157 0 27

Hi, can someone help me redirect/ change the link for this "continue shopping" button? I want my customers to go to this URL.: https://www.melchiorjewelry.com/collections/alle-smykker 

 

Thank you so much, hope someone can help me out here!

 

Skærmbillede 2024-09-21 kl. 19.48.32.jpg

 

 

 

.

.

.

.

.

.

.

.

Accepted Solutions (2)

BSSCommerce-B2B
Shopify Partner
1723 513 576

This is an accepted solution.

@stinem123,

1. Go to Online Store -> Theme -> Edit code.
2. Open your main-cart.liquid file

3. Replace  this one 

BSSCommerceB2B_0-1726943449013.png

to 

BSSCommerceB2B_1-1726943468967.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

View solution in original post

BSSCommerce-B2B
Shopify Partner
1723 513 576

This is an accepted solution.

@stinem123 , add this code to the end of custom.css file to change the position of payment section

.product__policies {
  margin: 0!important;
}
#ultimateTrustBadgeswidgetDiv {
  display: flex!important;
  margin-bottom: -22px;
  margin-top: -24px;
  margin-left: -40px;
  justify-content: flex-start
}
@media only screen and (min-width: 768px) {
  #trust-bar {
    transform: scale(0.8);
    width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  #trust-bar {
    width: 310px;
  }
}

Result:

BSSCommerceB2B_0-1726945195988.png

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 4 (4)

BSSCommerce-B2B
Shopify Partner
1723 513 576

This is an accepted solution.

@stinem123,

1. Go to Online Store -> Theme -> Edit code.
2. Open your main-cart.liquid file

3. Replace  this one 

BSSCommerceB2B_0-1726943449013.png

to 

BSSCommerceB2B_1-1726943468967.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

stinem123
Trailblazer
157 0 27

@BSSCommerce-B2B thank you so so much!! 😊

BSSCommerce-B2B
Shopify Partner
1723 513 576

@stinem123 , glad to help 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

BSSCommerce-B2B
Shopify Partner
1723 513 576

This is an accepted solution.

@stinem123 , add this code to the end of custom.css file to change the position of payment section

.product__policies {
  margin: 0!important;
}
#ultimateTrustBadgeswidgetDiv {
  display: flex!important;
  margin-bottom: -22px;
  margin-top: -24px;
  margin-left: -40px;
  justify-content: flex-start
}
@media only screen and (min-width: 768px) {
  #trust-bar {
    transform: scale(0.8);
    width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  #trust-bar {
    width: 310px;
  }
}

Result:

BSSCommerceB2B_0-1726945195988.png

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