Welcome visitor you can login or create an account.
1.-Master Q. vQmod™ is an override system designed to avoid having to change core files. The concept is quite simple... Instead of making changes to the core files directly, the changes are created as xml search/replace script files.
These script files are parsed during page load as each "source" core file is loaded with the "include" or "require" php functions. The source is then patched with the script file changes, and saved to a temp file. That temp file is then substituted for the original during execution. The original source file is never altered. This results in a "virtual" change to the core during execution without any actual modification to the core files.
2.- CR2 HTML Module (para O..
In this tutorial we will learn on how to use product attribute as Additional Info. In my opinion, store owner should show certain product info at a glance. Without scrolling the page or confusing visitor to find clickable tab. Just show important product info as soon and as fast as posible the visitor could notice it.
Why use product Attibute?
Result of this tutorial:
Google base or merchant (originally called Froogle) lists your products on the Google Shopping search engine.
The google base feed that comes with opencart doesn't work fully as google has changed a number of its requirements - I recommend the extension by UKSB in the extensions store or one of the others available
Once you register with google merchant, use schedule a fetch to get the xml file the extension will give you the url for to automatically keep your products up to date.
You can also use the same feed to submit to The Find and other shopping search engines (also called shopping compariso..
2 different objects cannot occupy the exact same space at the same time. That is why it is important that when using search/replace that you match the least amount as possible while still being unique. This will better your chances of something like this:
Base string:
SELECT * FROM product WHERE product_id = '1' AND status = '1';
If mod 1 wants to change it to:
SELECT * FROM product WHERE product_id = '1' AND model = 'xyz' AND status = '1';
and mod 2 wants to change it to:
SELECT * FROM product WHERE product_id = '1' AND sku = 'xyz' AND status = '1';
Then it is important that both vQmod authors DO NOT try to do:
<search position="replace">
SELECT * FROM product WHERE p..
Powered By OpenCart
© 2024