Category: OpenCart

Google Rich Snippets

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…

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: [code lang=”js”] if (json[‘success’]) { $(‘#notification’).html(‘<div class="alert success">’ + json[‘success’] + ‘<a class="close"…