Discussion on Phantom Shop

Discussion on Phantom Shop

Cart 571 sales

Diabolique supports this item

Supported

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

389 comments found.

I just wanted to ask the same thing as the guy above, I’m glad your gonna release a version where the thumbnail is clickable.

This theme is great!

It was released yesterday so you can download it once again and reupload following files:

catalog/view/theme/phantomshop/template/module/featured.tpl
catalog/view/theme/phantomshop/template/product/category.tpl
catalog/view/theme/phantomshop/template/product/search.tpl

I just wanted to ask the same thing as the guy above, I’m glad your gonna release a version where the thumbnail is clickable.

This theme is great!

Worked like a Charm.

Just wondering 1) how to remove the zoom icon from the product thumbnails, as it’s function is not necessary for my purposes. (from the category pages and from the feature module)

and

2) How to make the whole product thumbnail images become a link to the individual product page. So when you click on any product image in the list it will take you to its own page, instead of having just the text a link.

Thanks in advanced.

I will release new version within 24h with removed zoom icon and full clickable thumbnails.

Hi, great theme! Like it a lot. One problem though, the account login button on the left side doesn’t seem to link to anywhere but the homepage, and I can’t figure out which file or setting that information is stored in. Any idea? Thanks.

Hi!

It’s impossible. This panel is inside:

catalog/view/theme/phantomshop/template/common/footer.tpl
Find following line:
<div class="panel3"><a href="<?php echo $login; ?>"><img src="catalog/view/theme/phantomshop/image/user.png" alt="Login" /></a></div>

How can I enable a thumbnail image for a sub category? I have a product and its broken down into different makes… ford, chevy, dodge ect etc then you go to the products and the thunbnail I upload for that category is at the top of the page that lists out all the products just not the sub category menu…any ideas?

Did you modified something in code, removed some DIVs? The screenshot could help me to understand what exackly is wrong. On the live demo everything works fine: http://www.diaboliquedesign.com/demo/psoc/accessories

Hello I have your phantom shop..

Love the layout but it says easy 2 change the background.. How. Can not find anything on how to do this.. is there a button in opencart to upload the background.. where does the background go.. does it need to be in a special folder.. do we have to log into the website and upload it via sfto.

and how do we change the font color.. because its orange. thanks.

also there is another version of phantom shop i see with theme features.. and it says browse.. in a demo click here

will this theme let you search your hard drive for files and just upload them thanks

Neo

Please read theme documentation – chapter called “Theme customisation” – you just have to change background image source.

Opencart version doesn’t have theme settings panel.

I figured out #2 – for some reason I had looked everywhere but catalog/view/theme/phantomshop/template/common/home.tpl. Still stumped on the others.

1. Remove:

<div class="home-box-right">
<div class="home-box-right-title">Brands We Offer</div>
<img src="http://www.diaboliquedesign.com/demo/psoc/brands.png" alt="Brands" style="float:left; padding:9px 0 0 0;" />
</div>

from everything inside from catalog/view/theme/phantomshop/template/common/home.tpl

Open stylesheet.css and increase width for following selector: .under-slider-left { width:610px; }

3. It’s inside:

catalog/view/theme/phantomshop/template/module/account.tpl

4. Bebas Neue doesn’t support Japanese glyphs. I have informed about it:

Bebas Neue font used in this theme doesn’t support all languages. List all glyphs you can find here: http://www.dafont.com/bebas-neue.font
How to change cufon font tutorial you will find here:
http://themeforest.net/item/phantom-shop/faq/381434

A few of questions: 1. How can I get rid of the “Brands We Offer” section and make “Why Choose Us” take up the full width? 2. Where do I edit the text for “Why chose us?” I found it last month but now for some reason I can’t find which file it’s in. 3. How do I delete items such as “Wish List” and “Downloads” from the account section? 4. I’m hoping to do a Japanese version of the site soon (after I work through updating the language pack to 1.5.1). I the mean time I did try changing a category name to katakana via the OpenCart admin page. Interestingly, it flashes for a fraction of a second and disappears. Any idea on what the cause would be? or is this like to be a no go with this theme?

Thanks Blane

Also, is there anyway to show the full item name on the products instead of just the first part of it?

Thnx

Open following files:

catalog/view/theme/phantomshop/template/module/featured.tpl
catalog/view/theme/phantomshop/template/product/category.tpl
catalog/view/theme/phantomshop/template/product/search.tpl

Find following line:

if( strlen( $product['name'] ) < 22 ) { echo $product['name']; } else { echo substr( $product['name'],0,19 )."..."; }

and increase 22 and 19 numbers.

Hey there. Awesome Theme just purchased.

I’m having trouble lowering the header space so it can fit a larger logo, and also the product images keep repeating themselves within the image window.

Any assistance would be greatly appreciated.

Height of the header (stylesheet.css):

#header-container, #logo { height:50px; }

Go to System -> Settings -> Edit -> Image and increase thumbnail size. Look at theme documentation.

how do you make the browse all products button work thanks craig

Create category called “All”, put into this category all products, open:

catalog/view/theme/phantomshop/template/common/home.tpl

...and change url http://www.diaboliquedesign.com/demo/psoc/all

hi hello I’m having a problem when try to installing this theme. after the upload is finished the error msg is Stylesheet is missing. would you help me please? sorry for this inconvenience. :)

Hi! Did you installed the latest version of OpenCart: http://www.opencart.com/index.php?route=download/download

Please forgive my mistake in my original question. I didn’t actually ““make a category/menu button on top of my store site”, I just changed the name of a header category page that was already there. I should have asked, What is the code to make this “already there”menu button work to point to an outside URL ? And exactly where does it go? Thanks for your patience my friend.

You cannot use external links in categories. But you can put static HTML list ( http://www.w3.org/TR/html401/struct/lists.html ) inside:
<ul class="nav">
...
</ul><!--nav ends-->

It’s in: catalog/view/theme/phantomshop/template/common/header.tpl

From the category page (category.tpl), I click on one of my items and it is only showing the thumbnail sized image in the lightbox (box-zoom??). How can I display full size image in the lightbox?

It requires a lot of work. Generally I can’t found anything about it on the opencart forum.

hello diabolique..i love your theme :)

2 questions

1- when i see the site in 1024×768 resolution the menu on top goes out of place can i fix this?

2- is it possible to put the icons on the bottom (digg this etc) next to where the search button is?and change the icons?

thank you very much.

1. In the stylesheet.css you can increase min width:

#header-container { min-width:1100px; }

2. It’s not easy. From the stylesheet.css remove:

#footer #icons { margin:11px 0 0 7px; float:left; }
#footer #icons img { padding:0 7px 0 0; }

...and paste:

#footer #icons { position: absolute; top: 280px; left: 0; padding: 7px 13px 2px 5px;font-weight: 700;background:#000000;
-webkit-border-top-right-radius: 20px; -webkit-border-bottom-right-radius: 20px; -moz-border-radius-topright: 20px; -moz-border-radius-bottomright: 20px; border-top-right-radius: 20px; border-bottom-right-radius: 20px;display: block;z-index:101; outline: 0!important; }
.panel3:hover { padding: 7px 15px 2px 10px; }

Hello and thanks in advance. I added a link from my main site to my Phantom Shop site. I then added a category/menu button on top of my store site to read (return to main site). How do I make this menu button a url link that sends the user back to my main site?

It’s:

<a href="<?php echo $home; ?>">...</a>

Great. Now all I need is the exact folder and line to put this code in. Thanks again.

This is exacly where you added “a category/menu button on top of my store site”. catalog/view/theme/phantomshop/template/common/header.tpl

Thanks for the search box fix. It is now working ok. Of the 3 files you mentioned only the catalog/view/theme/phantomshop/css/stylesheet.css file seemed to be different than the files I had downloaded. Thanks for your quick response. I am very pleased with the theme and it has some nice features.

Hi

I’m having a problem with the product labels. They appear fine on Opera, though every other Browser displays them differently (if at all). This is how they display in each browser:

Opera

Firefox 4

Safari 5

IE 9

Chrome (I know this isn’t listed as compatible)

The only change I’ve made to the featured/category/search templates is the code change listed by yourself on page one to allow the image to be clickable through to the product (I had 21 people use the site to test – 17 complained about not being able to click on the image so this is a must for me).

These images reflect the featured page, though it is either the same as the featured in the categories – or nothing is displayed at all for product label.

Any ideas?

Cheers, Rob

I suggest to upload default theme files back because to make images clickable isn’t so easy. I’ll check it later.

Theme is compatible with Chrome – I just forgot to select this browser.

Cheers mate, you’re right, it’s working perfectly on all browsers again. A product label is far more important than a clickable picture I guess and I love the theme so the overall design wins out!

Thank you

Which file has been changed that fixes the search issue?

It will be:

catalog/view/theme/phantomshop/template/module/bestseller.tpl
catalog/view/theme/phantomshop/css/ie7.css
catalog/view/theme/phantomshop/css/stylesheet.css

Did you fix the issue with the search box. I paid for and downloaded this theme 2 days ago. I am using Opencart 1.5.1.1 and the search is not working and the search button is missing from the end of the slide out search box.

Looks like 2 day ago I have uploaded little wrong file. I’m sorry. You have to download bought file once again. Updated file should be approved by TF reviewer within few hours.

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