Discussion on Xtreme Shop

Discussion on Xtreme Shop

Cart 167 sales
Well Documented

Diabolique supports this item

Supported

This author's response time can be up to 2 business days.

167 comments found.

Great looking theme! I am a bit of a newbie and not a programmer, but I have got my site looking almost right despite this! However I need to change the header colour which is currently white with dark grey shopping cart menu items. Where can I change this to for instance Black background and white menu items? I have searched the FAQs, comments etc but can’t see anything to help Look forward to hearing from you

yes but the link wouldn’t be shown as a category.

So you want to put link into category menu on the top?

Open header.tpl and add link to contact page just before:
<?php foreach ($categories as $category) { ?>

Promise you i don’t bother you anymore if i got this working… ::)

Use such static link inside category.tpl:

<a href="http://www.LINK-TO-CONTACT-FORM">Contact form</a>

Could you be more explicit please?

I want to use the upload form this way: when i click a certain category it opens the contact form page. For that i’ve modified the www/catalog/controller/product/category.php like this: if ($category_id == 81) { //custom stickers $this->template = $this->config->get(‘config_template’) . ’/template/information/contact.tpl’; ANd i get these error: Undefined variable: entry_name in /home3/westick/public_html/catalog/view/theme/xtremeshop/template/information/contact.tpl on line 12

So simply usa a static link inside category.tpl

Hi,

It’s not that :), I’ve bought the contact us with upload file extension from the link you gave me and although it works if i rewrite the original contact.tpl, controler contact and language, if i rename it and try to use with a category link i get these errors from above with undefined variables and it said it should work for unlimited pages.

What do you mean saying “with a category link”?

Hello,

I’ve modified the link in /www/catalog/controller/product so that for a category id i get contact.tpl page, it looks partialy ok but i get a bunch of errors with variables like the one below. Notice: Undefined variable: entry_name in /home3/westick/public_html/catalog/view/theme/xtremeshop/template/information/contact.tpl on line 12. Could you help me with that please? Thank you,

Hello,

If you are trying to add upload field to contact page then it’s much, much complicated than you think.

dear 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:

<div id="menu-top">
<ul>
...
</ul>
</div>
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 echo $text_reward; ?> <?php echo $reward; ?>
        <?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; }

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/hXg6

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,

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,

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?

How can I make the product thumbnails in the category bigger

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; }
and display 4 per line opposed to 3 per line?
Just decrease size for thumbnails.
Also how do I make the main image in the product page larger?
Change this code line:
.product-info .image a { width:245px; height:180px; }

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.

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

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

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

I have posted tutorial about category page here: http://themeforest.net/item/xtreme-shop/faq/980429

Single product page requires more work, I’ll post solution later.

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 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:
<div style="position:fixed; top:0px; left:0px; z-index:0; width:100%; height:100%;">........</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,

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=fa7e34025f9302ee017fe979e7b324ca

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 :D

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.

and where i edit the update-order-status and register mail?
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/
by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey