On Opencart 2.3.0.2 if you are using Paypal Standard as your payment method and you are paying using credit card, you might notice that the shipping fields are missing on the Paypal checkout page: To add the shipping fields on this page, all you have to do is open your /public_html/yourwebsite.com/catalog/view/theme/default/template/extension/payment folder and edit the pp_standard.tpl file. Find: <input type=”hidden” name=”no_shipping” value=”0″…
Category: HTML
WC Vendors Plugin – Removing product header
WC Vendors is a great and a very easy to use plugin if you are planning to create your own marketplace like Ebay, Amazon etc. In this short tutorial, I will show you how to remove the vendor name and shop description being called on the product pages. All you have to to is open your template files on the…