This is not what I'm looking for. I want to put a schematic of hydraulic pump and I want to set it up so the customer could click on any part of the schematic and link to that part which would be in our database. Thanks
Bob
This is not what I'm looking for. I want to put a schematic of hydraulic pump and I want to set it up so the customer could click on any part of the schematic and link to that part which would be in our database. Thanks
Bob
Should just be a matter of setting up a standard HTML image map, and linking the parts of the map to the specific product info page URLs.
stevesh is right... You can use the image map (aka "hotspots") to point to any URL you like.
If you have a schematic image of a pump, set it up using the <map></map> protocol, and for each "hotspot" the URL will read something like:-
... where this is the PATH to the specific pump component referenced by that "hotspot".HTML Code:index.php?main_page=product_info&cPath=336_347_348&products_id=2846
To find out what these URL's are, just open each component "product" info screen in your browser. Then look at the Address Bar... you'll see the path, just copy and paste for each URL...
20 years a Zencart User
It works.
Thank you![]()