This item is by an Elite Author
Diabolique
- Author had a File in an Envato Bundle
- Bought between 1 and 9 items
- Elite Author
- Exclusive Author
- Has been a member for 2-3 years
- Referred between 10 and 49 users
- Sold between 100 000 and 250 000 dollars
148
Purchases
Buyer Rating:
4.00 stars
4.00 average based on 11 ratings.
-
5 Star
654%
-
4 Star
218%
-
3 Star
19%
-
2 Star
19%
-
1 Star
19%
| Created | 9 December 11 |
| Last Update | 30 January 13 |
| Columns | 2 |
| Compatible Browsers | IE7, IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | OpenCart 1.5 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, CSS Files, JS Files |
© All Rights Reserved Diabolique -
Contact Envato Support


Hi,
I’d like to have on product page an option like “Choose color” and then below some colored radio buttons like in the link below, so that the user can select the color of the product. http://www.sticker-decorativ.ro/catalog/animale/animale-domestice/adeziv-temporar-cal-alergand. The options in opencart didn’t actually show the color that users select, but only its name. If that’s a lot of work to do and i’ll need to pay you some extra for that please let me know. Many thanks in advance.It’s very complicated and I’m very busy right now. Maybe you’ll find some solution on forum.opencart.com.
Diabloque,
Install failed!! The package could not be installed. The theme is missing the style.css stylesheet.
??
Hi,
I’m trying to use option image and it doesn’t work, doesn’t show anything on product page. And another question, is it possible when i click one category, instead of the page with the products have a simple page like “about us” for example?
Thank you,
1. Actually this theme doesn’t contain this option but you can grab such code from Default theme (.../template/product/product.tpl) – just make copy&paste:
<?php if ($option['type'] == 'image') { ?> <div id="option-<?php echo $option['product_option_id']; ?>" class="option"> <?php if ($option['required']) { ?> <span class="required">*</span> <?php } ?> <b><?php echo $option['name']; ?>:</b><br /> <table class="option-image"> <?php foreach ($option['option_value'] as $option_value) { ?> <tr> <td style="width: 1px;"><input type="radio" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option_value['product_option_value_id']; ?>" id="option-value-<?php echo $option_value['product_option_value_id']; ?>" /></td> <td><label for="option-value-<?php echo $option_value['product_option_value_id']; ?>"><img src="<?php echo $option_value['image']; ?>" alt="<?php echo $option_value['name'] . ($option_value['price'] ? ' ' . $option_value['price_prefix'] . $option_value['price'] : ''); ?>" /></label></td> <td><label for="option-value-<?php echo $option_value['product_option_value_id']; ?>"><?php echo $option_value['name']; ?> <?php if ($option_value['price']) { ?> (<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>) <?php } ?> </label></td> </tr> <?php } ?> </table> </div> <br />2. As I know it’s impossible with Opencart or requires a lot of work.
Hi,
If i paste that code i get this error: Parse error: syntax error, unexpected $end in /home3/westick/public_html/catalog/view/theme/xtremeshop/template/product/product.tpl on line 529
Try this:
<?php if ($option['type'] == 'image') { ?> <div id="option-<?php echo $option['product_option_id']; ?>" class="option"> <?php if ($option['required']) { ?> <span class="required">*</span> <?php } ?> <b><?php echo $option['name']; ?>:</b><br /> <table class="option-image"> <?php foreach ($option['option_value'] as $option_value) { ?> <tr> <td style="width: 1px;"><input type="radio" name="option[<?php echo $option['product_option_id']; ?>]" value="<?php echo $option_value['product_option_value_id']; ?>" id="option-value-<?php echo $option_value['product_option_value_id']; ?>" /></td> <td><label for="option-value-<?php echo $option_value['product_option_value_id']; ?>"><img src="<?php echo $option_value['image']; ?>" alt="<?php echo $option_value['name'] . ($option_value['price'] ? ' ' . $option_value['price_prefix'] . $option_value['price'] : ''); ?>" /></label></td> <td><label for="option-value-<?php echo $option_value['product_option_value_id']; ?>"><?php echo $option_value['name']; ?> <?php if ($option_value['price']) { ?> (<?php echo $option_value['price_prefix']; ?><?php echo $option_value['price']; ?>) <?php } ?> </label></td> </tr> <?php } ?> </table> </div> <br /> <?php } ?>paste it just before:<?php if ($option['type'] == 'text') { ?>or:
<?php if ($option['type'] == 'checkbox') { ?>it works now, thanks a lot.
Where i cant edit by “My Account” the right column?
And on a categorie, above the footer its break out if i have more under-categories
look: http://www.abload.de/img/xspuglfxgx.png
2. This place is for the Latest products only.
thank you, but how i fix (2.)
and where i edit the update-order-status and register mail?
next questions
1. categories/ product thumbs fail :/ how i fix that? its should big enough for the this class (look screen)
2. question above this message
http://www.abload.de/img/xtreme89xlr.png (but how i fix (2.))1. Did you even open theme’s documantation? Just increase size for product thumbnails.
2. If you want to display categories under thumbnails then select position Content Bottom for Categories module.
This is not a part of theme, but you will find everything here: http://www.opencart.com/index.php?route=documentation/documentation&path=78_38 http://forum.opencart.com/Hi,
Sorry I keep bothering you but i think i’ve found an error. I’ve made an option: size of products and i’ve selected to increase the initial reward points for example by 5 for a bigger size. But in shopping cart it doesn’t show the correct sum of reward points, it doesn’t update the number of the points I’ve set in the first place. Thanks in advance,
Hi,
Probably you can’t select different reward points number for each option with Opencart. It doesn’t work with default theme too so you can raport it here: http://forum.opencart.com/viewforum.php?f=161&sid=fa7e34025f9302ee017fe979e7b324caHi Diabolique;
My question is: Can I put swf file as background? becaus I want some motion and audio in my page
Hi,
You can put code with flash animation into such div: Paste it just after:<body id="<?php echo empty($this->request->get['route']) ? 'common-home' : str_replace('/', '-', $this->request->get['route']); ?>">into common/header.tpl
Hi,
Another issue: If a customer uses his rewards points, in his account the amount of his reward points remain the same, no matter what i select for oder: complete, shipped etc.
Hi,
It looks like they have to be added manually under Sales -> Customers -> Edit ->Reward Points
Hi mate. Nice theme. Is there any way to make the page procures are displayed in (ie when a category is clicked) and also when a product itself if clicked, to full screen mode?
Many Thanks
Hi,
It will be quite complicated, but this tool should help you to understand a HTML structure of this theme: http://getfirebug.com/Can you point me in the direction of which files to edit please mate…
Many Thanks
Single product page requires more work, I’ll post solution later.
There are a few problems with this guy for me. First, there are references to /stylesheet/*.css and that folder doesn’t exist (fixed that with a sym link). Second, there were some missing css files referenced. And finally there are a number of broken references such as “success.png, warning.png, attention.png, information.png”. These appear in stylesheet.css.
Trivial details
Dear sir thank you for the great template and trying to make it look just like the demo but am facing to many problem as follow
1- home page no Featured items dont know why 2- home page images dose not look like the demo (what are the sizes exactly ) need your help pls
thank you agin
Dear sir thank you for the great template and trying to make it look just like the demo but am facing to many problem as follow
1- home page no Featured items dont know why 2- home page images dose not look like the demo (what are the sizes exactly ) need your help pls take a look at the site http://laden.us.cloudlogin.co and let see how can we worked it out
thank you agin
1. Does it work with default theme. Also did you read chapter called “IV. Featured items on frontpage” inside theme’s documentation.
2. It’s 250×250. I see that you have portrait images so I suggest to increase height of thumbnails. Please take a look at chapter called “III. Theme customisation (stylesheet.css)”
Also I suggest to deactivate “Calousel” module.
Hi,
How can I make the product thumbnails in the category bigger and display 4 per line opposed to 3 per line?
Also how do I make the main image in the product page larger?
Open stylesheet.css and change sizes for both code lines:
.box-preloader, .box-image, .boxcaption, .boxgrid { height:118px; width:170px; } #common-home .box-preloader, #common-home .box-image, #common-home .boxcaption, #common-home .boxgrid, #product-manufacturer-product .box-preloader, #product-manufacturer-product .box-image, #product-manufacturer-product .boxcaption, #product-manufacturer-product .boxgrid, #product-special .box-preloader, #product-special .box-image, #product-special .boxcaption, #product-special .boxgrid, #product-search .box-preloader, #product-search .box-image, #product-search .boxcaption, #product-search .boxgrid { height:120px; width:174px; }Just decrease size for thumbnails. Change this code line:.product-info .image a { width:245px; height:180px; }Hi,
I’d like to have on contact us page an “upload file” field. I think it would be simple maybe implementing the option upload file in some way. Could you help me with that?
Thanks,
Hi,
There will be few hours of work.
Hi,
Please tell me in the first place if u have time and if you’re willing to do this and how much does it costs in order to give you more details about that. I’ve managed to have a category that opens a custom page and on that page i’d like to have a contact form similar to the one on the contact page + an “upload file” field.
Thank you,
Hi there
Just wondering how I would go about removing the “Brands We Offer” carousel and the “Ready to Buy Sets” sections?
I tried to remove them from the home.tpl but the latest products shifts up into the middle container.
Hi,
Does it look like on this screenshot: http://imm.io/hXg6dear sir i know am asking too much but i need your suppurt for the following : 1- i want to put the brands in the category menu 2- i want to add the page called press to the top menu 3- i want to make the flash hearer closer to the top there is big gab between the header and the flash photos 4 – on the product page i want to remove reward points , add to compare , remvoe the tax text under the price , change the shopping cart photo . and thank you so much for all the help sir
1. It’s impossible with opencart. 2. Go to catalog -> information, create new page and add a static link to this page into …common/header.tpl inside:
3. Open catalog/view/theme/xtremeshop/stylesheet/stylesheet.css and decrease this value:#container { ... margin-top:60px; ... }4. Open catalog/view/theme/xtremeshop/template/product/product.tpl
and remove:<?php if ($tax) { ?> <span class="price-tax"><?php echo $text_tax; ?> <?php echo $tax; ?></span> <?php } ?><?php if ($points) { ?> <span class="reward"><small><?php echo $text_points; ?> <?php echo $points; ?></small></span> <br /> <?php } ?><a onclick="addToCompare('<?php echo $product_id; ?>');"><?php echo $button_compare; ?></a>add to cart button is here catalog/view/theme/xtremeshop/image/add-to-cart.png size you can change here #button-cart { width:97px; height:69px; }