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.

thank you, but how i fix (2.)

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

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

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

2. This place is for the Latest products only.

it works now, thanks a lot.

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') { ?>

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.

Diabloque,

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

??

This theme doesn’t work with Wordpress. It’s for Opencart: http://www.opencart.com/index.php?route=download/download

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.

I’d like to remove the “Add to Cart ->” from below the product thumb image and add a little Cart image instead (Like the image in the Gecco Shop)

Is that possible?

There will be too much work.

Hi I have an error in the specials menu can you help. I’m pretty sure I’m missing something simple!

NOTICE : UNDEFINED VARIABLE : BUTTON_CONTINUE IN /HOME/LIPSQUID/PUBLIC_HTML/CATALOG/VIEW/THEME/XTREMESHOP/TEMPLATE/PRODUCT/SPECIAL.TPL ON LINE 76

Open CATALOG /VIEW/THEME/XTREMESHOP/TEMPLATE/PRODUCT/SPECIAL.TPL

and remove following code:
  <div class="buttons">
    <div class="right"><a href="<?php echo $continue; ?>" class="button"><span><?php echo $button_continue; ?></span></a></div>
  </div>

Fantastic speedy reply, Thank you

I want to purchase this theme. but i would like to remove the categoris panel on the side. and i would like to make each item larger in size, thus increasing the width of the white area showcasing the items. and possibly adding an additional column.

I would also like to incorporate a blog into the site.

are these possible?

thank you kindly for your help.

You can jsut disable Categories module but rest of thing will be very hard. Opencart doesn’t offer blog section.

Hi Diabolique,

I also emailed you. Need help setting up Slideshow. The images end up high and to the right. I used the correct image size 735px-350px, but its still not working properly.

Thanks!

Hi,

I checked your site and I see in code that you have 980px width. Check all settings once again.

Hi Diabolique

I have read your post on putting a direct link into the home.tpl for browse all but i dont know how to do that ie what script i need and where exactly to post. see below

Wecome to JDS Trade Browse All

Where do i add it and what do i add

Thanks

Add direct link to category called “All” inside href=”all”

Hello,

admin/ catalog/ download/ image/ system/

till here i find in my ftp but after system is nothing no .htaccess or other folder

Thanks.

Go to the ROOT of you opencart installation – not “system” folder. Send me FTP login on my e-mail so I’ll upload this image for you.

Thanks,

I have completed the instructions for how I installed uisng my Mac. You should have them soon.

HI

Sorry but i still dont know how to do it. could you explain me step by step and in wich progam i have to do it.

i have a backgound in my computer mybackground.jpg and use filezilla

Thanks

Do you see on you FTP server following files and folders?

admin/
catalog/
download/
image/
system/
.htaccess

This is a main folder of your Opencart installation, you should upload you background image here

Diabolique.

Thanks for help.

I have added the products into an “All” category as you advised and it works very well.

I have located the .boxcaption as advised. I want to change the caption image to a translucent white (bit like your new template) but don’t know how to change the default white text to black.?

Two other tweaks I’d like to do…

When a product page opens I’d like to open the Related Products Tab automatically if there is a related product available.

My other wish is to use smaller thumbnails for the products. I want to use images about 130 wide X 170 high so that I have 4 in a row. How can i do that and have equal spacing between them?

Many thanks,

I will soon have the Mac file folders sorted for the FAQ .

1. Font color change here:
.boxcaption-child { .... color:#dfdfdf; ... }
2. Open
catalog/view/theme/xtremeshop/template/product/product.tpl

below following code:

<div class="trigger-title"><a href="#"><?php echo $tab_related; ?></a></div>
Remove this 2 code lines:
<div class="toggle_container">
...
</div>
3. Increase 2nd parameter (13px):
.box-container { margin:0 13px 12px 0px; }

Hello Diabolique,

i like to change my background and i read that i have to do

Where to change general background image? body { background-image:url(“http://www.diaboliquedesign.com/demo/8/bg.jpg”); }

but i dont know how to do that i know what is ftp but i dont work to much with it.

i think i have to change http://www.diaboliquedesign.com/demo/8/bg.jpg 1 – but what picture i can use, just one is standing in my computer and i give it the name how i call it in the computer? it looks like it have to be someting on a webpage…...

2 is the size importend ?

Hello,

It’s inside folowing file:
catalog/view/theme/xtremeshop/css/stylesheet.css

Just upload your new background into main folder of your Opencart installation.

Size of background image should be bigger than 1600×800

Diabolique,

1 I think I have solved my problem with installing the Xtreme Catalog folder using a Mac OSx where it broke the OC default folders. It is now working OK, but I need to compare all the folders and what Mac does to the original files, then I will add some help here for other Mac users.

I think that when you replace a folder with the same name using the MAC OSX it deletes everything in the old folder first, so for instance the default English language folder is no longer there after the theme installation.

2 Can you please tell me where to change the colour for the drop down box when you hover over a product thumbnail?

3 I would like to add a Captcha box to the New Account form. Is there a technical reason why it can’t be added?

4 How to make the Welcome To our Store – Browse all products work? I get a 404 error when clicked

5 What is the purpose of PSD files?

1. Thanks , I’ll add it to the FAQ page.

2. It’s here .boxcaption { ... background-image:url(”../image/bg-caption.png”); ... }

you can remove background-image:url(”../image/bg-caption.png”); and paste something like this background:#cccccc;

3. It’s of course possible but it requires too much work.

4. You should create product category called All, put all your products into this category and add direct link to this category inside …common/home.tpl

5. You can open this files using Photoshop and modify design before HTML /CSS coding – if you need very extended customisation.

can i have a search like http://themeforest.net/item/phantom-shop/full_screen_preview/334479

ajax opens without going to another page

There will be little more work but I’ll add this feature soon.

Sorry meant to ask…

Is it possible to add an Anti Spam token into the New Account sign up form?

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