If you want to change the default header layout to display a full width logo just install the following vqmod extension.
OpenCart
Google Rich Snippets
Product rich snippets is to provide users with additional information about a specific product, such as the product’s price and reviewer(s) ratings and commentary. Attract potential buyers while they are searching for items to buy on Google. Submit your product … Continued
Sellegance 1.4.2 (OpenCart)
New Sellegance 1.4.2 for OpenCart A new release with important changes: Added Tabbed Products module Added 3rd Level Menu vqmod Added navigation arrows in product image popup Added close button to minicart on mobiles Fixed issue with collapsible sidebar in … Continued
Display Weight and Size in product details
If you want to display the weight and size (lenght/width/height) on the product details page just upload the following file to your vqmod/xml folder: Product dimensions This is the code: Change the units from line 25 to 28.
How to disable “toggle sidebar” arrow
In the latest versions of Sellegance and Fortuna themes a little tab with an arrow was added to hide the sidebar. If you don’t want the function, just hide the tab. There are two ways to add custom code: 1) … Continued
Replace the “sale” bubble with your own image in Sellegance theme
It’s easy to change the “SALE” text in the bubble in Sellegance theme with your own image. Paste the following in catalog/view/theme/sellegance/stylesheet/custom.css If you only want to add a background image and keep the text remove text-indent: -9999px; The full … Continued
Display 4 products per row when using sidebar, Fortuna theme
Fortuna theme has the option to easily hide the sidebar to display 4 products on each row on category page. But it’s easy to display 4 products even if you have a sidebar enabled. Just paste the following code in … Continued
Add a product to cart and redirect to checkout page.
To redirect to checkout open catalog/view/theme/[your-theme]/js/custom.js and catalog/view/theme/[your-theme]/template/product/product.tpl In both files find the following code: And replace with:
Remove step 3 in checkout [vQmod]
A free vQmod that removes step 3 (delivery details) on the checkout page, adapted to work with Sellegance theme. Original: http://forum.opencart.com/viewtopic.php?f=131&t=49258