285 comments found.
Hi
I have loaded the theme and all is working fine except for the Custom Affiliate Tracking Code page. It gives me the tracking code but the auto complete does not work under the tracking link generator. It usually gives you a list of all your products to choose from but it does not populate any longer.
Because of this a tracking link is not created either. I have noticed that the same error now is happening on my other shop using the default opencart theme. This error only happened once I installed your theme.
Do you have a solution for this possibly.
Thanks
Why I don’t see purchaser badge on your profile? Do you use pirated version of this theme with ton of hidded viruses?
Hi there
In the description, you have stated:
“10 colors for menu background”
I have purchased this and can’t find these colors anywhere to change the background to. Are they in separate folder ? Or do I have to download elsewhere ?
Thanks
Hi
Please open theme’s documentation and read folowing chapter: III . Theme customisation (stylesheet.css)
Thanks for the reply, also does this theme have a checkout already on it or do I need to connect a shopping cart?
This is a skin for Opencart engine and it has built-in checkout page.
I want to purchase this theme but not sure if i will be able to get it looking like it is in the live preview….does it require a lot of wizard crap to be able to get it poking like that or is there videos or any thing like that that can show what to do?
Installation is really easy. You just have to upload 1 folder and enable few modules. Also documentation contains images 
Ehh, not tried that yet, if I change to default in system>settings will everything I’ve edited thus far still be there when I change it back to vanity shop?
yes
It’s okay, worked it out, it was silly haha some of the other modules were enabled in the same content section I just had to disable them/change the content area and the ‘latest’ bit appeared. Thanks anyway!
Hi Diabolique,
Really happy with this theme, many thanks! Apologies if this is a really silly question but I’m still getting to grips with opencart in general… the ‘just added’ product thumbnails that show up underneath featured products in your preview images, is this the ‘latest’ module? I can’t seem to get the small product thumbnails to show up in that grey bar area at the bottom, I’ve read the documentation and tried changing the settings in extensions>modules>latest all I get is the word ‘Latest:’ showing up above the grey area with no images – I’m probably just missing something really simple?
Thanks in advance
Susan
Hi
Yes, it’s “Latest module”. Does it work with default theme?
Opps sorry I just saw you replied to my previous post. I didn’t think my comment actually posted on here. Okay thanks!!!!
Hi could you please tell me how to change the colour of the top black header with affiliates, account etc.
I found the header folder and saw in there the colour 000000 but when I changed it to the colour I wanted it didn’t change. So perhaps I am in the wrong spot???
Many thanks.
I followed all your instructions and did the modifications in product.tpl but still I am getting the following error after installing magiczoom
Notice: Undefined index: MAGICZOOMPLUS _MAIN_IMAGE_AFFECTED in /home/content/01/8738001/html/secondary/admin/controller/module/magictoolbox/module.php on line 264Notice: Undefined index: MagicZoomPlus in /home/content/01/8738001/html/secondary/admin/controller/module/magictoolbox/module.php on line 150Notice: Undefined index: MagicZoomPlus in /home/content/01/8738001/html/secondary/admin/controller/module/magictoolbox/module.php on line 151
It doesn’t look like a theme issue. Following file is not a part of my theme: admin/controller/module/magictoolbox/module.php
Hello Diabolique,
Your support has been superb.
I wanted to insert a product zoom on my images. I tried http://www.magictoolbox.com/magiczoomplus/modules/opencart/ but somehow it’s not supporting your theme.
Can you please guide me which zoom module I can use with your theme? I am willing to pay for the module.
Thanks
Hello,
It doesn’t work because this theme uses “background-image” to display product images. Somebody had similar problem but with Facebook and here is solution: http://www.diaboliquedesign.com/demo/vanityoc/tut-images.txtHow can I display product description under the images in categories?
<?php echo mb_substr(strip_tags(html_entity_decode($product['description'])), 0, 112)."..." ?>
... but like I said, there will too much work with styling.
I’ll release refreshed version of this theme with sliding captions over thumbnails soon.
Nevermind… I got it!
This theme uses the same code of checkout page like Default theme, so it must work like default theme.
Well I uninstalled google checkout and apparently the error is gone but I also get an error when using the customer account.
There is no obvious notification when I login as a customer and when using the checkout (specifically remove an item from the checkout) I get an error message.
The removed item goes away if I hit the back button but seriously I don’t want customers to have to do that all the time. Most of them wont even think of that.
I just put it together and added Google Checkout which seems to be giving me this error, no matter where I put it:
Notice: Error: Unknown column ‘tr.tax_class_id’ in ‘on clause’ Error No: 1054 SELECT DISTINCT p.tax_class_id, zg.country_id, zg.zone_id, c.iso_code_2, z.code FROM `opn_product` p INNER JOIN `opn_tax_rate` tr ON p.tax_class_id = tr.tax_class_id INNER JOIN `opn_geo_zone` gz ON tr.geo_zone_id = gz.geo_zone_id INNER JOIN `opn_zone_to_geo_zone` zg ON gz.geo_zone_id = zg.geo_zone_id INNER JOIN `opn_country` c ON zg.country_id = c.country_id LEFT JOIN `opn_zone` z ON zg.zone_id = z.zone_id WHERE p.tax_class_id > 0 AND p.product_id IN (41); in /hermes/bosweb26a/b1658/nf.bubblebaby11/public_html/system/database/mysql.php on line 49
Is this theme incompatible with google checkout or did I miss something important?
Hi, I cant for the life of me find where in the stylesheet to change the colour of the very top black header that has affiliates, newsletter etc etc.
Can you please tell me which line no. in stylesheet so I can change the colour:)
Many thanks.
.custom-menu { ... background-image:url("img/bg-transparent.png"); ... }
you can remove background-image and paste something like that background:#cccccc;
Would you consider developing this for Magento? I have heard nasty things about OpenCart where the company just released new releases without fixing the bugs in previous versions. Wont this be a huge issue?
Unfortunately I don’t have such plans.
Hi! My site will be in brazilian portuguese language with OpenCart, is the theme Vanity Shop compatible? Tks!
Hi,
Myriad Pro font supports portuguese glyphs so theme is compatible.
I purchased this template and having two problems. When someone tries to register and picks the United States none of the actual states show in *Region/State:. The second problem is when I click on purchase nothing is added to cart. Website is http://www.jemstop.com
2. Try to reinstall a theme.
Hello Rather than have the search feature on a separate page. I want the search bar to be at the top on every page, like on opencart’s default theme. I’m not sure how to go about doing this. Could you help please?
I cannot paste PHP code here, you can grab search code from default theme (header.tpl) and paste it somewhere inside:
<div id="header-level1-right"> ... </div>
Also paste following styling into stylesheet.css:
#header #search {
position: absolute;
top: 15px;
right: 0px;
width: 298px;
z-index: 15;
}
#header .button-search {
position: absolute;
left: 0px;
background: url('../image/button-search.png') center center no-repeat;
width: 28px;
height: 24px;
border-right: 1px solid #CCCCCC;
cursor: pointer;
}
#header #search input {
background: #FFF;
padding: 1px 1px 1px 33px;
width: 262px;
height: 21px;
border: 1px solid #CCCCCC;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-webkit-box-shadow: 0px 2px 0px #F0F0F0;
-moz-box-shadow: 0px 2px 0px #F0F0F0;
box-shadow: 0px 2px 0px #F0F0F0;
}
Hi, Thanks for your reply! I think I have done as you described. I copied the styles into the stylesheet and copied the code (div id=”search”) from the header.tpl. Do I need to copy some other code as well? The problem is the button with the image ‘button-search’ does not show up. The button to make the search seems to be missing?? Appreciate any help! Thx
Generally it requires more work. Try following styling: (also copy button-search.png from default theme)
#header-level1 { position:relative; }
#header-level1 #search {
position: absolute;
top: 15px;
right: 0px;
width: 298px;
z-index: 15;
}
#header-level1 .button-search {
position: absolute;
left: 0px;
background: url('../image/button-search.png') center center no-repeat;
width: 28px;
height: 24px;
border-right: 1px solid #CCCCCC;
cursor: pointer;
}
#header-level1 #search input {
background: #FFF;
padding: 1px 1px 1px 33px;
width: 262px;
height: 21px;
border: 1px solid #CCCCCC;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-khtml-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
-webkit-box-shadow: 0px 2px 0px #F0F0F0;
-moz-box-shadow: 0px 2px 0px #F0F0F0;
box-shadow: 0px 2px 0px #F0F0F0;
}
Great! That did work! Thanks! Only problem now is the search bar is covering the flag and currency icons. Where/ what can I change this?
<br /><br /><br />
Thanks, you’re a star! I didn’t think of that… All working now!
Thanks. I got it. It was the bg-slider.png which had to be modified.