133 comments found.
Hi!
bishopsteel already asked you: “Is it possible for the “Related products” and the “Reviews” section in a product page to be open as a initial status (not having to click them to open)?”
I also need an answer to to this question.
Hi
Remove following code from common/header.tpl:
<script type="text/javascript" src="catalog/view/theme/aightshop/js/toogle.js"></script>
Thanks for the fast response.
Hi! I like the them and i want to buy it. Is this theme compatible with bulgarian language!
Hi!
Yes, you have to install language pack http://www.opencart.com/index.php?route=extension/extension&path=2&page=4
and change cufon font, because Bebas Neue font doesn’t support your language. Inside theme’s documentation is tutorial how to do it.
Hello,
Can you suggest the best way to make inquire mode instead of add to cart? My client want that visitors send request for price for every product.
Thanks
Hello,
I have added solution here: http://themeforest.net/item/aight-shop/faq/1686292Great! Will buy it today!
Thanks for the fast response
Hey.
I have a problem with the product description in featured module of home. I see this message.
“Notice: Undefined index: description in / home4/espinape/public_html/sumampara/catalog/view/theme/aightshop/template/module/featured.tpl on line 23
How I can solve it?
thanks
Hi
You didn’t replaced this file from purchased file:catalog\controller\module\featured.php
Once I click “Add to Cart” button on any Product page, a popup “Success: You have added product_name to your shopping cart!” appears. Then, I close the popup window, by clicking the “x” symbol.
But mini-basket is not clickable until you refresh the page! This is a very big disadvantage in terms of usability.
How to solve this problem? Thanks in advance.
I don’t understant where do you see it. It works fine on live demo.
Description of the bug:
1. Open the AightShop Demo.
2. Go to any Product page.
3. Click “Add to cart” button. Black pop-up window must appear.
4. Close this window by clicking the “X” symbol.
Then look to Cart (right top page corner). Cart-tiny.png image is clickable. But cart-total text is NOT clickable (Look at my picture http://img-fotki.yandex.ru/get/6105/22241183.3/0_7b636_33f0522d_XXXL.jpg).
It is bad for usability. I corrected this bug.
For correcting, find the /catalog/view/theme/aightshop/template/common/header.tpl file and replace the string<span id="cart_total"><?php echo $text_cart; ?>: <a href="<?php echo $cart; ?>"><?php echo $text_items; ?></a></span>by string
<a id="cart_total" href="<?php echo $cart; ?>"><?php echo $text_items; ?></a>
The text will be clickable in your shopping cart.
Big problem with url_allow_include and my server.
After this error message: Warning: require_once() [function.require-once]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /homez.520/cavesain/www/catalog/view/theme/aightshop/template/common/column_right.tpl on line 9…
I tried to allo allow_url_include = “1” or “on” (in.htaccess and php.ini) but it’s impossible. 
Have an alternative idear ?
SetEnv PHPRC /home/USER/public_html
Just ask your hosting company for help, they will resolve it in few seconds
Yes they just tell me that you can’t enable allow_url_include on a mutualised server like ovh… I am sad. I understand, allow_url_include is dangerous for the security of the system.
Thx for you answer but i will install a word press yet and perhaps a opencart after..
I’ll post solution on the FAQ section today.
Thanks Diabolique, That fixed the checkout issue so thanks for your support. Really great theme and documentation. Nice and easy to customize. Thanks again, Artsmart.
*Planovisual – Open catalog\view\theme\aightshop\template\common\column_right.tpl and modify or delete lines 9 and 10… the reference to the wp blog posts.
Now I’m trying to install online and I got this error:
Notice: Error: Could not load controller module/language! in /home/**/public_html/shop/system/engine/controller.php on line 48
Do you know the answer?
This is not a part of theme. Try recopy all files once again or reinstall whole store.
Hi,
I’m trying to apply this theme in my localhost opencart 1.5.1.3 and when I view result I got this error:
Warning: require_once() [function.require-once]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in C:\xampplite\htdocs\doublefashionec2\catalog\view\theme\aightshop\template\common\column_right.tpl on line 9Warning: require_once(http://www.diaboliquedesign.com/demo/11/wp-posts.php) [function.require-once]: failed to open stream: no suitable wrapper could be found in C:\xampplite\htdocs\doublefashionec2\catalog\view\theme\aightshop\template\common\column_right.tpl on line 9
Fatal error: require_once() [function.require]: Failed opening required ‘http://www.diaboliquedesign.com/demo/11/wp-posts.php' (include_path=’.;C:\xampplite\php\PEAR’) in C:\xampplite\htdocs\doublefashionec2\catalog\view\theme\aightshop\template\common\column_right.tpl on line 9
May you help me?
Hi,
Like error says:
wrapper is disabled in the server configuration
Please read the latest chapter of the theme’s documentation (for version 1.0.1).
Thank you for support, but I’m still in problems.
- online blog installation ok - online wordpress theme installation ok - put 2 files in site’s root on localhost with modifyed urls - .httacces modifyed - php.ini modifyed like you said
and the error:
Warning: require_once() [function.require-once]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in C:\xampplite\htdocs\doublefashionec2\catalog\view\theme\aightshop\template\common\column_right.tpl on line 9Warning: require_once(http://www.doublefashion.com.br/blog/wp-posts.php) [function.require-once]: failed to open stream: no suitable wrapper could be found in C:\xampplite\htdocs\doublefashionec2\catalog\view\theme\aightshop\template\common\column_right.tpl on line 9
Fatal error: require_once() [function.require]: Failed opening required ‘http://www.doublefashion.com.br/blog/wp-posts.php' (include_path=’.;C:\xampplite\php\PEAR’) in C:\xampplite\htdocs\doublefashionec2\catalog\view\theme\aightshop\template\common\column_right.tpl on line 9
I look at my xampp’s info.php and i saw this configurations: allow_url_fopen – On – On allow_url_include – Off – Off
Do you have any idea where I can make modifications? How can I modify ‘allow_url_fopen’ on xampp?
Install it on the normal on-line server and ask hosting company support for make allow_url_include – On
Also you can remove it
<?php require_once 'http://www.diaboliquedesign.com/demo/11/wp-posts.php'; ?> <?php require_once 'http://www.diaboliquedesign.com/demo/11/wp-comments.php'; ?>
from: catalog\view\theme\aightshop\template\common\column_right.tpl
same theme for wordpress included? thanks
Yes, there is a blog theme for WP.
thanks. I’m purchased it 
Thanks
Just to let you know, this is the first time I have looked at OpenCart. Looking at the code, it looks like a really good shopping cart.. (less code and more core features) but lets just wait and see!
Upgrade your Opencart to 1.5.2.1 version and install 1.0.1 version of this theme – make a backup of the common/home.tpl file. The latest version of OC has new checkout system so I hope it will help.
Here are instructions how to upgrade OC:Upload ALL new files on top of your current install execpt your config.php and admin/config.php Browse to http://www.yourstore.com/shop/install The installer should direct you to the upgrade process. Click "Upgrade". After a few seconds you should see the upgrade success page.
Hi Diabolique, Vizier Creative (my friend) has asked me to take on this project. I have been a member of Envato for a long time now (I recommended him to purchase your theme) and have purchased many items, including your theme for one of his clients, www.firepots.com.au . Check out my website at www.artsmart.com.au so you get an understanding that I am serious about solving this issue.
OK, I did what you suggested in your last post but still no joy! I agree,” this is not generally a theme issue” but could you please help me get this working. I am willing to pay you to get it sorted for me. I am a css and visual guy that gets employed to make things look good like yourself with a bit of knowledge about coding, but this has got me stumped? I have made many websites in Joomla, Magento, HTML , PHP and Wordpress but the documentation and help on OpenCart hasn’t helped me in solving this issue. I realize this is not your theme breaking the checkout procedure but if you could sort this out for me it would be much appreciated and I could post it on the forums to help other theme purchasers. Contact me at marty@artsmart.com.au for further details. Cheers, Marty.
Hi Diabolique, I purchased your theme and have set up a shop with no problem (great theme by the way!). The problem I’m having though is that the checkout gets stuck on step 5: Payment Method. I get a SyntaxError JSON.parse: unexpected character. It doesn’t matter what payment method you use, the same message appears. According to firebug it gets stuck on the checkout/confirm stage. Here is the error:
Fatal error: Call to undefined method ModelCheckoutOrder::create() in /home2/xxxxxxxx/xxxxxxxxx/catalog/controller/checkout/confirm.php on line 282
I believe it has something to do with a language file. I have re-uploaded the language files but to no avail.
I have tried absolutely everything to try and fix the problem and read every post on the opencart forums…
Could you please help me out in finding the problem.
The URL is: http://www.firepots.com.au
Regards, Vizier
Yes, i see: syntaxerror json.parse unexpected character. Generally this is not a theme issue. Upload on your server whole zipped opencart installation (except your config.php and admin/config.php) and unpack it – rewrite all files.
I saw that your last reply said you’re working on a 1.5.2.1-compatible version. Any idea when you guys might have it ready to go?
Thanks, and good work!
It should be done tomorrow.
New version is available for download.
Hi, I am very keen to buy this. As stated in your description, so customers can definitely buy digital products such as photos and be sent a link to download automatically once payment has been cleared?
Also is there an option where customers can upload their own image so let’s say I was to make a poster, will the customers be able to upload the image with the order for me to print their images out onto the poster they have purchased? Can this be added in? And could you also install this once I buy it?
Thank You
Hi, I am very keen to buy this. As stated in your description, so customers can definitely buy digital products such as photos and be sent a link to download automatically once payment has been cleared?Yes, it’s full automatic. There are special modules for that like paypal, authorize.net: http://imm.io/idZY
Also is there an option where customers can upload their own image so let’s say I was to make a poster, will the customers be able to upload the image with the order for me to print their images out onto the poster they have purchased?It’s very easy, there is a special product option: http://imm.io/ie1b
And could you also install this once I buy it?Yes, but theme installation is very easy.
Thanks for the fast reply. Another question: Is it possible for the “Related products” and the “Reviews” section in a product page to be open as a initial status (not having to click them to open)? Thanks and will buy this theme for sure.
Yes, it’s easy.
Will the future updates for the theme be free for the curent buyers?
Yes
Great look! Thanks.
But there is a small bug. The stars for the rating is not shown, because you specify a path to them as in the your Geccoshop theme .
In following files:
- featured.tpl
- category.tpl
- manufacturer_info.tpl
- search.tpl
- compare.tpl
- product.tpl
- review.tpl
- special.tpl
- common.js
find the word “geccoshop” and replace it with “aightshop” word. The stars become visible.
Thanks for info. I’ll fix it when I release version compatible with Opencart 1.5.2
Hi i am looking to buy this but is there is way you can install it for me?
Yeah, I can install this both themes for OC and WP for free.