Thursday, December 19, 2013

How to redirect "Thank You" page to a desired page in Shopify?

According to Shopify docs, the "Thank You page" is the last page your customer visits when he or she orders from your store. In most instances, the Thank You page is page 3 of 3 in the checkout process.  The Thank You page can be customized in three ways:


In this tutorial, I'll be teaching you how to redirect "Thank You" page to your desired Thank You page url using simple JavaScript window location.

In your Shopify Dashboard, go to the Settings > Checkout page.  Scroll down and find the Additional Content & Scripts box.  That box is where you add additional instructions or scripts you would  like to show on the Thank You page of the checkout.  In our case, we want that the existing Shopify "Thank You" page will redirect to our desired thank you page.

Here's what to do. 

Paste this script inside the box, and replace the highlighted url with your own url. 
  

<script>
window.location ="http://texasadjusteracademy.com/pages/training-order-received";
</script>

Don't forget to save your changes. 

Read More

Monday, December 2, 2013

Responsive Widgetized Footer for the Thesis Classic Responsive Theme

Does the newest version Thesis 2.1 drive you crazy? If yes, our feelings are mutual.  I've been working for a few hours already creating extra widgets in the footer area via skin editor, and unfortunately, it does not end up to be responsive. 

Good thing I found this box, that adds responsive widgets to Responsive Classic Skin. It's effortless since all you have to do is download and install the box. Once installed, just set the number of widget you want to display (up to 4), then you're DONE!

Read More
Powered By Blogger · Designed By Seo Blogger Templates