An introduction to support on the Marketplaces
- Envato staff look over every item before it can be sold on the Marketplaces.
- Technical items contain help files to introduce you to the item and its components.
- Authors can choose to support their items but this is optional and may vary.
Hands-on support for this item is provided by Diabolique
Frequently Asked Questions
I want to display recent posts from my blog on the right column of the Opencart but I don’t want to have allow_url_include = On inside php.ini. I have Warning: require_once() ... error
catalog/view/theme/aightshop/template/common/column_right.tplRemove following code line:
<?php require_once 'http://www.diaboliquedesign.com/demo/11/wp-comments.php'; ?>Replace:
<?php require_once 'http://www.diaboliquedesign.com/demo/11/wp-posts.php'; ?>
for:
<?php require_once 'wp-posts.php'; ?>
wp-posts.php file must be in main folder of your Opencart installation.
Now go to System -> Settings -> Edit -> Server -> and make Display Errors: No and Log Errors:No
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.
Open following file:
catalog/view/theme/aightshop/template/product/product.tpl
...and replace following code:
<input type="button" value=" " id="button-cart" class="button" />
into:
<a href="HTTP://LINK_TO_CONTACT_FORM" class="button">Ask for price</a>
or:
<a href="HTTP://LINK_TO_CONTACT_FORM" id="button-cart"></a>
How do I remove the black line that still appears when you say remove the bg.png
Open stylesheet.css and remove following styling:
border-left:3px solid #000000; border-right:3px solid #000000;
Where to change this all blue elements?
#cart-widget { ... background:#71c2d9; ... }
Open catalog/view/theme/aightshop/template/common/home.tpl and edit following color: #71c2d9
Now replace graphic elementsimage/add-to-cart.png image/bg-price.png image/bullets.png image/button-checkout.png image/bg-title.png image/icon-mail.png image/icon-search.png image/icon-user.png image/submit.png image/take-a-tour.pngEmpty buttons and PSD files you can find in the PSD & PNG folder.
When to contact Envato Support
Authors are experts on their own items, but if you're having trouble using the Marketplaces you should come straight to Envato Support.

