167 comments found.
catalog/view/theme/xtremeshop/template/account/voucher.tpl catalog/view/theme/xtremeshop/stylesheet/stylesheet.css
Thanks.
And on this one ‘New Affiliate’ is a little bit small compared to the login: http://www.diaboliquedesign.com/demo/8/index.php?route=affiliate/login//edit: I see you fixed it. As well as the newsletter titles. 
Yes and update is available for download.
Just downloaded it and pretty awesome ! I like it, but can u please do me a favor, I dont like the ‘shopping cart item’ on the top right. So I want to put the only Cart symbol on the left side with currencies and languages.
How can I do that ? hmmm…
Open: catalog/view/theme/xtremeshop/template/common/header.tpl
Cut<?php echo $cart; ?>and paste it after:
<?php echo $currency; ?>open stylesheet.css and add following styling:
#cart-panel { border-left:3px solid #a80000; padding: 6px 5px 6px 8px; width:20px; font-weight: 700; background-image:url("../image/bg-transparent1.png");
display: block;z-index:101; outline: 0!important; }
#cart-panel:hover { border-left:6px solid #a80000; }
Open: catalog/view/theme/xtremeshop/template/module/cart.tpl
remove everything and paste something like that:<div id="cart-panel"> <a href="<?php echo $cart; ?>">IMAGE HERE</a> </div>
thanks man !!! its worked ! I love it and its so fk cool !! You are awesome man !
Just upgraded to 1.5.3.1 but I do get some errors now:
Undefined variable: text_contact in header.tpl
Undefined variable: text_special in header.tpl
Undefined variable: text_newsletter in header.tpl
Undefined variable: text_sitemap in header.tpl
Undefined variable: name in footer.tpl
But maybe it is due to my translation files…
You have to reupload controller files from purchased file or just reupload whole catalog file.
Ah ofcourse, i re-uploaded the controller directory and everything seems to be working again now. Sorry for my comment, i guess i was sleeping, had a rough weekend in Berlin. 
Hi, i saw a new version of OpenCart is out, 1.5.3, will this work on it?
Hi,
It should work but I’ll be testing and update theme if needed.
Okay! 
Oh okay gotcha. Sorry to get back to you on this.
So I’m not sure if this does it automatically but if i center the logo which im not sure either how do it… every time i put position as center for the logo in stylesheet it doesn’t quite work.
But i would like to have a split the menu being split in two while the logo being in the middle, rather on the side?
Not sure if that is possible.
It’s impossible with opencart, you can only create static HTML code (2 menus – 2 UL lists).
Can you replace the top menu text with a button (ie. picture?) so instead of text buttons, maybe something fancier like a design around text?
Because the menu like not the top top, but just below it and i want to have like design-able buttons for the categories of the products.
#categories ul li { ... margin:0 0 0 20px; ... }
2. Increase with of header, solution is here http://themeforest.net/item/xtreme-shop/faq/980429
Can you replace the top menu text with a button (ie. picture?) so instead of text buttons, maybe something fancier like a design around text?
Actually I can’t do this.
I reuploaed the files under /catalog and the OC files and it fixed it. Great template. Sorry about that.
Im having a problem where I am in the checkout and I select Register Account then continue. After I click continue it just continues to load and never goes to the next step. Seems like an AJAX issue. Here is the website: http://www.xesshapewear.com. Any help is appreciated.
Diabolique thanks man 
Thanks for the reply Diabolique
I have another question 
Can version 1.5.1.3 To display this: “Success: You have added Nunc a libero at fringilla mauris to your shopping cart!” Similarly, as shown in 1.5.2.1? That goes to the middle of the screen not only above?
Try to find similar section in stylesheet.css and replace it for:
/*--------------------------- NOTIFICATION ---------------------------*/
#notification, .warning { position:absolute; top:54%; left:50%; width:300px; margin-left:-150px; padding:10px; z-index:1000; }
#notification .attention, #notification .success, .success, .warning { padding:16px; color:#d8d8d8; background:url("../image/bg-transparent2.png"); border:none; font-style:italic; font-size:20px; font-family:Georgia, Tahoma; -moz-border-radius:5px; -webkit-border-radius:5px; /* Safari, Chrome */border-radius:5px; /* CSS3 */ }
#notification .attention a, #notification .success a { color:#bbbbbb; }
Hello Diabolique
1. how to remove the sign ”?...” of the product description? (LInk: http://imageshack.us/photo/my-images/268/capturegeb.jpg/)
2. how to add money symbol after the price of the product?
My website is in Cyrillic and then the price of the product, no currency symbol
1. You should declare chars coding:
for example following code line
substr( $product['name'],0,25 )
replace for:
mb_substr($product['name'], 0, 25, 'UTF-8')inside following files:
catalog/view/theme/aightshop/template/module/featured.tpl catalog/view/theme/aightshop/template/product/category.tpl catalog/view/theme/aightshop/template/product/manufacturer_info.tpl catalog/view/theme/aightshop/template/product/search.tpl catalog/view/theme/aightshop/template/product/special.tpl
2. I think you can change it under currency settings (opencart dashboard)
Hi Diabolique, How to integrate blog in my site with this theme? Like this themes: http://www.diaboliquedesign.com/demo/11/blog/?p=10
Hi
You need a Wordpress theme looking like Xtreme Shop, but unfortunately such theme doesn’t exist.
Can i use Xtreme Shop theme with other Shopping Cart instead of OpenCart?
No, only Opencart is possible.
Thanks for your reply.
What about customize the footer?:)
Customization of the footer is very easy. Only copy&paste skills are required.
Hi, Would like to know if I can install livechat at the bottom right of the page? How to do that
Thanks
Yes, it’s possible. If you buy my theme then I will tell you how to do it.
Greetings From Russia!
I need to change this template (see the picture below): http://www.imagepost.ru/?v=cf-shop_1.jpg1) I need to put the left panel to another place (and decrease the width of categories module and page title) 2) I need to change this white background to something like categories module background (3 – my bg_transparent1.png file) 4) I need to add latest products to this line, like in your demo. 5) I need to replace footer with one from your PhantomShop theme (I’ve purchased it too)
Thanks
1. there will be tons of work
2. Replace this image: bg-container.png
3. ???
4. Read theme’s documentation.
5. there will be tons of work
lol “Wecome to our shop” haha ” w e c o me ” but beatifull nice themes 
nice theme,, but i did’nt see breadcrumbs,, ??
This theme doesn’t have breadcrumbs.
Mess in code, inside home.tpl no closing div for div id=”home-boxes”
so where can i fix it
Remove this both code lines:
[/div]<!-- home-boxes ends--> [div id="home-boxes"]
Thanks, I shall Try this!