389 comments found.
How to move categories more to left ?:D
btw thank you very much for your support respect!
show me way to donate to u 
Open stylesheet.css and increase the following value:
#categories { margin-right:15px;}
Support is paid only for bigger modifications 
On product page in your demo website it is showing list of brands with logos on right column above latest products. I would like to know how to enable that setting.
Regards,
You have to activate Manufacturers module and select Right Column.
Also select Axis: Horizontal, Layout: Product, the size should be 190×50.
I can’t see any manufacturer module in module section. If you are talking about carousel module then it is not having AXIS attribute. Sorry for such basic questions but I really like that style to be included in my site.
Thanks in advance.
“Manufacturer” is a default OpenCart module and it has to be here:
http://imm.io/7L4vI just came to know that it has been deleted in opencart 1.5 version. Last question: How can I increase the image size of product on category page. I tried through settings area in Admin panel but no success.
Thank you very much for this beautiful theme and excellent support.
Images are displayed as background, so you should change size in the
catalog/view/theme/phantomshop/css/stylesheet.css
You have to edit both following lines:
.box-container, .box-image { width:139px; }
.box-image, .box-star { height:180px; width:139px; }
Thank you very much.
Very good work thanks 
You’re welcome 
Ohyeh forgot to tell when i upload product picture it show up like this.
http://elizaa.nl/index.php?route=product/product&path=60&product_id=65very small i changed image size settings correct and dont know what is causing this.
You have uploaded only Additional Image. Main product image is under Data tab – under “SEO Keyword” field.
oke i found problem causing issue while uploading product picture. it doesnt support other languages then english. if u turn to other langueage then uploading product image wont work anymore.
okay and category doesnt show up couz in dutch language it doesnt show button to click show at top bar.
anyway its great template i just wonder how i can change category and footer colors from yellow to other.
hope hear soon from u! keep up the great work!
If translation works with Default template then it must work with Phantom Shop theme too.
Open stylesheet.css and edit following lines:
#categories ul a:link, #categories ul a:active, #categories ul a:visited { color:#ffa200; }
#footer #pages ul li a { color:#ffa200; }
1 i cant upload product image 2 when i add category it doesnt showup
can u please help me with this? atleast second one couz i need this template done soon
how to enable or show the affiliate link in footer with this theme??
Open
catalog/view/theme/phantomshop/template/common/footer.tpland after or before:
<li><a href="<?php echo $sitemap; ?>"><?php echo $text_sitemap; ?></a></li>...paste following code:
<li><a href="<?php echo $affiliate; ?>"><?php echo $text_affiliate; ?></a></li>
Thanks 
Ok i tried it and tell to you the result.
Thanks 
Yes you don’t said that, but do you make it in MultiLanguage, i search a great theme like yours but in multilanguage for a fashion site.
Thanks
I have posted solution how to add language switcher
Where configure this template to use it in French and English, i buy it for that 2 languages, you tell that “Translation Ready in 99.9%”
Sorry my english, im french canadian.
Thanks. Roland
You can use it in French or English. It’s true that theme is Translation Ready in 99.9% but nobody said that it is multilanguage.
Sorry, i can’t edit my first post.
I would like to have more language on my website. Where can i show there on the frontend ?
Have you setup this option ?
Thanks
Theme doesn’t have such feature. Somebody asked on previous page about it and I have told him about how to make it multilanguage.
Hello,
I purchased your theme. I would like to know if you have a deadline for the 1.5.1 update version ?
I’m beginning a new store with your fabulous theme (thanks a lot), and i wouldn’t just strat over in 2 days.
Thanks.
I will make it compatible with 1.5.1 when OpenCart will release an upgrade script for 1.5.0.5 -> 1.5.1.
They just said that it will be released soon: http://www.opencart.com/index.php?route=feature/blog/info&blog_id=30But why not to use 1.5.0.5 ver.? It has everything what ecommerce website should have.
thanks for your reply on this 
having just bought the item it states there is a psd file. The file only contains button assets. Do you have a psd of the index page as I would have thought this would have been included. Thanks in anticipation
I don’t have a PSD file – the index page is 100% CSS . Only PSDs for buttons are available.
if i buy this theme v1.5.0.5 and later u update to v1.5.1 . So i have buy new or just download that new file for free ?
Update will be free.
ok thanks 4 ur information … i want take 1 .. hehe … im newbies here ..
Tks medic !
tks master man
I would like to purchase this theme. Please tell me if it is working with 1.5.1 now?? Regards
OpenCart team didn’t released an upgrade script from 1.5.0.5 ver. yet so I cannot upgrade the live demo to 1.5.1 ver.
I have noticed that everything works fine except search field on the left panel and “continue” button on the Order Information.
IS THERE ANY WAY TO MAKE ITEM IMAGE %100 INSTEAD ZOOMING ?
REGARDS
You can change all sizes under Settings -> Image (it’s Product List Size)
Images on the featured page are displayed as background, so you should change size in the
catalog/view/theme/phantomshop/css/stylesheet.css
You have to edit both following lines:
.box-container, .box-image { width:139px; }
.box-image, .box-star { height:180px; width:139px; }
Great looking theme. I have a question regarding the image size displayed for the featured items. THe imaged I uploaded are 250×250 but they are showing up cropped about 30%. I can pad the space around them but then when viewed on the item page the item shows up too small. Am I setting the wrong image size or do I need to change the settings somewhere else to get them to display properly. (I posted this a few days ago but for some reason the post isn’t showing up now.) Thanks
You can change all sizes under Settings -> Image
Images on the featured page are displayed as background, so you should change size in the
catalog/view/theme/phantomshop/css/stylesheet.css
You have to edit both following lines:
.box-container, .box-image { width:139px; }
.box-image, .box-star { height:180px; width:139px; }
Thanks. That’s exactly what I was looking for.