Lets talk about Order forms. Do all of your order forms have you current branding? Meaning do they have your company logo, header, footer and theme that matches your website or company colors.

You dont want to just send a customer to a simple order form that thats nearly blank other than the basic billing information. You want to send them to a nice orderform with a header and a theme with your logo that matches your company.

To get started go to Ecommerce < Ecommerce setup < Order form Theme

Here we can create a theme to use on our order forms, just click on Create a New Theme. Now select the layout one or two column and than choose the theme you want to use, click use this theme and give it a name.

2017-12-21_1444

Now we can edit the theme.

2017-12-21_1446

  • Here you can upload a photo of your company logo.
  • Edit the HTML areas to make it look more like your website.
  • Change the labels
  • And edit the CSS

Once you have the these styled the way you like we can apply it to your orderform.

Head to Ecommerce < Ecommerce setup < Orderforms

2017-12-21_1449

At the top if you click on Theme you will now see the theme you created below, now just click on make active and the theme will be applied.

Now you have a theme that matches your website! You can now add this theme to all of your order from.

Now you may have some old order forms you may not use anymore, and you may want to get rid of some of them. Just go back to orderforms and check off the ones you dont need, and click Actions < Delete.

Now when someone goes to that form they wont be able to make a purchase on it as its not a live orderform anymore and the URL will look like this:

2017-12-21_1507

Now what if you wanted to clean up some of your order forms but didnt want to delete the form itself?

What you will want to do now is add some script to the HTML area so that they customer gets redirected. You can have them sent to a different orderform or sent to a webpage that says this product is no longer available anymore.

Its simple, all you need is just add this script to the HTML area.

<br /> <script> window.location.replace("http://stackoverflow.com"); </script><br />
You will just replace http://stackoverflow.com with the website URL or Orderform URL and it will get redirected.

If you go back to the orderform and click on HTML Areas you can past the script here.

2017-12-21_1509

Once saved that form will now redirect to whatever the URL was set too.

If you want to see a more detailed explanation on how to create orderforms and orderform themes check out the links below.

https://help.infusionsoft.com/userguides/sell-online/set-up-order-forms/create-an-order-form-theme

https://help.infusionsoft.com/userguides/sell-online/set-up-order-forms/set-up-an-order-form


Leave a Reply

Your email address will not be published.