Today is
 

Preview, Checkout, Cart, and Offers Pages Customized via an External CSS File in a Sample Store.

November 4th, 2009

Remember just recently – a while back we shared with you some interesting tricks of how to customize your gallery preview, checkout, cart, and offers pages in one of MyTemplateStorage blog posts? Then we thought it would be useful for you not just to know but see on an example how it can really be implemented in practice – for a real online store probably similar to yours where you are selling templates. So we’ve chosen of the templates from TemplateMonster’s collection (25506) for a sample store on brilliantwebdesigns.com and fully customized the visual presentation of its preview, checkout, cart, and offers pages like described in the recent tutorial.

Just to get back to the idea about the way it’s done via creation an external css file for this kind of customization – after you’ve created, customized the css file for your store, and placed it in your store route folder you then enter the route to this file on your account in Presets=>Preset settings=>Other Settings=>“Specify an URI of your CSS file for the preset (optional)” so that the new styles replace the major styles on MyTemplateStorage.com.
Now, what you’ve done is what you get – the new styles will be working for your store instead of the similar-looking ones you had before – just view how amazingly # 25506 template we’ve taken as groundwork for brilliantwebdesigns.com has changed. Here’s what the previews, checkout, cart, and offered pages looked before:

default_preview.jpg:

default_shopping_cart.jpg:

default_special_offers.jpg:

default_checkout.jpg:

And this is not #25506 template style indeed, is it? This is because of the major css styles for these pages (they can be seen in the default pages source code as “link rel=”stylesheet” href=”/css/preset/neutral/basic.css” etc.).

Once we’ve added the custom css file to “Specify an URI of your CSS file for the preset (optional)” there will appear an additional link in the custom pages style sheet – “link rel=”stylesheet” type=”text/css” href=”http://www.brilliantwebdesigns.com/css/custom_css.css” that will cover the basic template styles.

Have a look at the custom css code for the external file in the screens below – it begins with global styles for all the pages; the code area is divided by comments for each page specifying the major functional blocks. What is also important is that in the code the images are routed not via http, but simply as #preview_page, #cart_page, #offer_page, #payment_page {background:url(http://www.brilliantwebdesigns.com/images/tail.gif) repeat-x 0 0;color:#7c7c7c}:



So this code is what makes the preview, checkout, shopping cart, and special offers pages have an entirely different look and feel fitting the store style:

Now it may be worth specifying the particular classes implemented in the custom css for each page separately.

For convenience in the following screens we’ve circled out and numbered the pages blocks for which the new classes have been implemented and below the screens are the classes implemented for each block separately.

Coming first is the preview page (as having links to all other pages we’ve customized):

*numbers in the screen stand for classes:

1). #preview_page, #cart_page, #offer_page, #payment_page
2) .buy_customize_area {}
3) a.buy_buttons {}
4) .templ_type_container {}
.sub_title {}
5) .preview_area b {}
6) .screenshot {}
7) .shots_container {}
.shots_container b {}
8 ) iframe.body {}
9) img.screenshot {}
10) .info_container {}
11) .templateinfo_area {}
12) .templ_info_container {}
13) .templ_info_container b {}
.templ_info_container strong {}
14) div.price_area {}
.price_area .price_text {}
.price_area .price_sum {}
15) .buy_cart_area
16) div.info_container div.buy_cart_area td
div.info_container div.buy_cart_area a
17) .optional_area {}
18) .optional_area a {}

On clicking on the “Add to Shopping Cart” and “Shopping Cart” links on top and below the pricing we are taken to the shopping cart page that now looks like this:

*numbers in the screen stand for classes:

1). #preview_page, #cart_page, #offer_page, #payment_page
2) .cart_list th
.action_column
3) .item_column {}
4) .required_column {}
5) .price_column {}
6) .sources_column {}
7) .cart_list td a {}
8 ) .cart_list td table td {}
9) #order_total_container {}
10) #order_total_container span {}
11) #cart_buttons_container
12) #btn_empty {}
#btn_refresh {}
#btn_continue {}
#btn_checkout {}
a.buy_buttons {}

Here’s the new look for the special offers page due to the classes below its image:

*numbers in the screen stand for classes:

1). #preview_page, #cart_page, #offer_page, #payment_page
2) .sub_title {}
3) #cart_buttons_container {}
4) .cart_list {}
5) .cart_list td {}
6) .cart_list td img {}
7) .cart_list td h3 {}
8 ) .cart_list strong {}
9) .cart_list td del {}
10) .cart_list td ins {}

The “Buy the template” links on the preview will open the customized checkout page:

*numbers in the screen stand for classes:

1). #preview_page, #cart_page, #offer_page, #payment_page
2) #left_bar {}
3) input.search {}
4) select {}
5) select {}
6) #right_bar {}
7) input.search {}
8 ) .cards
#rbsworldpay
#googlecheckout1
#paypal
#wire
#robox
9) cart_list {}
10) .next {}

So – this is it (but quite enough for these three pages), and we do hope the sample on brilliantwebdesigns.com we’ve shown will really be helpful in customizing the pages if you were willing to do that but just did not know how to. Why keep pages in the store different from the store and your website – just spend some time on playing about with the code (for your gallery css code you will of course need to use your own website styles) and get the result – all the pages looking exactly the same way as your whole store.

MyTemplateStorage.com Team

Tips for Cart, Offers and Checkout pages CSS modification

October 19th, 2009

Willing to get your preset gallery looking special and having your own website style, attract more visitors and get higher conversion? – of course this is what you are constantly scratching your heads over trying to get use of as many custom options on your account as possible. And you might surely have noticed that your preset gallery Shopping Cart, Offers and Checkout pages are designed in a bit different way than the store other pages (this is because these pages are located in MyTemplateStorage.com source files so designed similarly to MyTemplateStorage.com). And though you are able to modify them via the account Custom settings you are quite limited with the facilities the options offer. So we thought you might find it useful getting some more tips and tricks from us on how to customize the visual presentation of the Shopping Cart, Offers, and Checkout pages of the preset gallery on your website via CSS.

CSS customization is what is defined as the page layout styles and classes modification allowing to flexibly alter the way they look. First you need to create a new styles file and place it into your store root css/ folder – you may store it under “custom-styles.css”. This is where you add new styles for the elements your are changing on your Shopping Cart, Offers and Email pages; the new ones will be replacing the styles of the major CSS-file on MyemplateStorage.com thus making the pages look different.

The table below will help you get better what elements presentation some classes and IDs refer to:




So, you’ve already edited your custom-styles.css file and for your new css document to start working you need to specify the route to it on your preset on http://www.mytemplatestorage.com/. For this you enter your affiliate admin area (using your login and password), navigate to Presets=>Preset settings and press “Edit” button next to your preset name. Then proceed to “Other settings”, enter the complete route to your customized CSS file into “Specify an URI of your CSS file for the preset (optional)” , like: https://yoursite.com/themes/default/css/custom-styles.css; and press “Submit”. One important detail should also be noted – the route to your customized CSS file as well as the other backgrounds this file has needs to be specified as having the https protocol (all these files need to be absolute i.e. having protocol and domain specified) – this will expedite your store pages loading.

Once you’ve done all this you’ve implemented new styles to your store).

Posted in Uncategorized  Comments Off

Flash CMS templates launched

October 6th, 2009

We are glad to announce the news we all have been anticipating so much – today we have finally launched the new template type – Flash CMS Templates (type ID 36), and starting from now they are available for you and your customers.

null

Feel free to look for and browse the new designs on TemplateMonster.com, and learn about this revolutionary Flash CMS on the Flash CMS templates presentation page.
These premium templates are available with and are powered by Flash CMS the cost for which is included into the template price – on ordering the template in addition to the template download mail your customer gets the e-mail from FlashMoto to enter the account and activate the Flash CMS for the template purchased. Starting from November, the 3rd those developers who would like to create easily maintained flash webstes based on the Flash CMS will be able to order it apart from the designs they are coming with now.

MyTemplateStorage.com team

Posted in Uncategorized  Comments Off

FlashCMS banners now available!

October 2nd, 2009

Just before the launch of FlashCMS templates next week we have added a few FlashCMS bright banners for you to enrich your collection of affiliate TemplateMonster banners – you are now able to find them in Affiliate tools on your account here and use to refer customers to TemplateMonster to order these stunning designs based on the revolutionary FlashCMS that is about to be launched just in a few days.

Posted in Uncategorized  Comments Off

MyTemplateStorage TOS update

September 24th, 2009

We would like to write here in this post about MyTemplateStorage TOS recent update – you can see the update on our Terms page here in “Use Links Carefully“.

As we are strictly against your using TM’s branded keywords like monster template, monstertemplate, monstertemplates, monter templates, template monster download, template monsters, template monter, templatemonster, templates monster, etc. when advertising your affiliate website in Google AdWords – from now and on we will be checking out the affiliates who might be using the TM’s keywords in contextual advertising if so will have the right to terminate the affiliate account without any prior notice and commission refund.

We do hope you won’t be doing this and we will not have to spend time and efforts on sorting such issues out, as well as we hope you do understand the way of getting traffic this way is not worth getting the risk of losing affiliate partnership.

Sincerely,
Marina Black
affiliate program manager

Posted in Uncategorized  Comments Off

ACH and Paypal payout news

September 14th, 2009

ACH and Paypal payout news

In this post we would like to deliver you the news about the affiliate payouts terms update – we have already announced it in our affiliate forum (please, check it out in the forum topics Paypal News and ACH News
), but we would also like to make this addition here on our affiliate blog to make sure you all already know that the payouts for ACH are now processed once a week, and for Paypal – twice a week. So the ACH and Paypal deliveries should keep you waiting no more than 7-8 business days for ACH and 3-4 days for Paypal accordingly. Please, feel free to contact our affiliate support at support@mytempaltestorage.com or submit a ticket to Affiliate Program team here should you have any delays with your commission delivery.

Posted in Holidays  Comments Off

Friday – August, 14 – Downtime

August 19th, 2009

Since last Friday we have been having issues with getting into TM and MTS, affiliate accounts and templates display (our servers were down) – we are awfully sorry for all the technical problems you all had to experience because of this.
Our admins have fixed all the recent issues as well (getting the 404 error, no big previews display, etc.) and we expect all will normalize in a few hours ( about 6-8 hours will be needed for the DNS update) , but if you
still see some issue of the kind – please, contact us  to immediately fix it (via the ticket system, and the affiliate support mail support@mytemplatestorage.com), our technicians will look into it ASAP.

Marina Black,

affiliate program manager

Posted in downtimes  Comments Off

Downtime

June 9th, 2009

All of our sites (including templatemonster.com, mytemplatestorage.com, templatetuning.com, etc.) are down now. We expect them to go back online at 4 a.m. EST.

We are sorry for the inconvinience.

Update: We’re back online now.

Posted in downtimes  Comments Off

Stock Music Package

May 13th, 2009

We have a new product (type ID 30) that we have just launched, that’s the  Stock Music Packages. We’ve designed new banners and you can find them in Affiliate Tools section of your affiliate account among the other Template Monster project banners.

By the way, the new flash banners have become more flexible now and you can use them not only to send customers Template Monster via your affiliate link  but to your website as well simmply replacing the ulr in the banner code.

Posted in Uncategorized  Comments Off

ProClipart Project

May 12th, 2009

Hey guys, I just would like once again to give some info about the Proclipart project and the benefits of ProClipart affiliate program, especially taking into account that we’ve just launched a very special offer.

ProClipart is resource meant for website designers and developers, where they can find thousands of illustrations, icons and 3D clipart. The development of more or less simple illustration costs around $700 in average while at ProClipart you receive access to the great collection for $99 in a year only. The number of downloads is not limited.

Regarding the special offer, we have increased your affiliate commission for the ProCllipart project up to 45%, meaning that for any new member who gets registered on ProClipart following your affiliate link you will receive $45! Earning money have never been easier! All you have to do is place one of the banners we’ve created for you (and that you will find in Affiliate Tools section of the ProClipart project interface) on your website or make a small promotion and you can expect pretty good sales. There’s been a testing period for the ProClipart project on Template Monster that turned out a success so we are sure that this project is a winner.

Good luck and great sales!

Posted in Uncategorized  Comments Off