ThemeForest

Xtreme Shop

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
R3aver Purchased

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.
Diabolique

It’s very complicated and I’m very busy right now. Maybe you’ll find some solution on forum.opencart.com.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
beetcher Purchased

Diabloque,

Install failed!! The package could not be installed. The theme is missing the style.css stylesheet.

??

Diabolique
This theme doesn’t work with Wordpress. It’s for Opencart: http://www.opencart.com/index.php?route=download/download
  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
R3aver Purchased

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,

Diabolique

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.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
R3aver Purchased

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

Diabolique

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') { ?>
  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
R3aver Purchased

it works now, thanks a lot.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
x2p Purchased

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

Diabolique
1. You can edit it here:
catalog/view/theme/geccoshop/template/module/account.tpl

2. This place is for the Latest products only.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
x2p Purchased

thank you, but how i fix (2.)

and where i edit the update-order-status and register mail?

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
x2p Purchased

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.))
Diabolique

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/
  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
R3aver Purchased

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,

Diabolique

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
  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

Hi Diabolique;

My question is: Can I put swf file as background? becaus I want some motion and audio in my page

Diabolique

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

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
R3aver Purchased

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.

Diabolique

Hi,

It looks like they have to be added manually under Sales -> Customers -> Edit ->Reward Points

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
ymcewen Purchased

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

Diabolique

Hi,

It will be quite complicated, but this tool should help you to understand a HTML structure of this theme: http://getfirebug.com/
Default-user
ymcewen Purchased

Can you point me in the direction of which files to edit please mate…

Many Thanks

Diabolique
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.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
erikdj Purchased

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.

Diabolique

Trivial details

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
xcarlos Purchased

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

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
xcarlos Purchased

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

Diabolique

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.

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
ymcewen Purchased

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?

Diabolique
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; }
  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
R3aver Purchased

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,

Diabolique

Hi,

There will be few hours of work.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
R3aver Purchased

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,

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
dion007 Purchased

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.

Diabolique

Hi,

Does it look like on this screenshot: http://imm.io/hXg6
  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
xcarlos Purchased

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

Diabolique

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; }

by
by
by
by
by