id like to request this little implementation
it adds a link to a demo page of a product that has a demo page, for instance templates and such
as shown here
http://forum.opencart.com/viewtopic.php?f=121&t=23398
it adds a link to a demo page of a product that has a demo page, for instance templates and such
as shown here
http://forum.opencart.com/viewtopic.php?f=121&t=23398
http://www.xpellshop.com | http://webtemplates.starting-grounds.info/
you possibly look for something like this:
http://www.themesopencart.com/product-l ... ink%20demo

I had it installed as shown on the image, but then decided to move the link to a special tab section, because I found a collision with another XML-Mod, usind the same Code.Line to enable another option.
Good Luck
Ernie
http://www.themesopencart.com/product-l ... ink%20demo

I had it installed as shown on the image, but then decided to move the link to a special tab section, because I found a collision with another XML-Mod, usind the same Code.Line to enable another option.
Good Luck
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
the implementation you added was the one i linked too (http://forum.opencart.com/viewtopic.php?f=121&t=23398), and it collided with another mod? can you link to the other mod you installed?
thanks
thanks
http://www.xpellshop.com | http://webtemplates.starting-grounds.info/
I am reworking my Scripts on a daily bases, so, I am sorry, I don't recall exactly how it went, the problem was, that the Mod collided here:
In this Region, there are some options in the -/template/product/product.tpl- file, they may be enabled or disabled, so when one is enabled, it may displace or even remove the External-Link Button. In Addition, multiple VQMODS fight for their 'place' in the same region, this makes it even more complicated to have it under full control. Since I already have some Mods there for the Weight/Dimensions/fixed Qty, it got kind of difficult...
So, after I added the >>extraproducttabsv1.0.4b8.zip<< content, I decided to implement an additional Tab-Section to put any additional Stuff, like Links, linked Downloads or whatever, there:
http://www.ipc.li/shop/index.php?route= ... duct_id=28
It's a relative complex Section, many things can be activated here, many things, like FB Like/TW/etc. are located in the very same part of the Page, therefore, one never knows what happen to the rest, if such VQMOD options are either added or existing Options activated.
One of the reasons to implement all VQMOD's into the Source Code, it's the only way to avoid similar problems. On the other hand, doing such possibly disables existing and working VQMOD's, because they possibly not longer find certain 'Refference'-Lines, needed to activate the Modification. But this is another matter, I just have to recall what I did earlier by comparing a modified File with a standard OC file and/or one of my older weekly Shop-Backup's...
Ernie
Code: Select all
<!-- Add Position 1 Tabs -->
<operation error="log">
<search position="replace"><![CDATA[
<a href="#tab-description"><?php echo $tab_description; ?></a>
]]>
</search>
So, after I added the >>extraproducttabsv1.0.4b8.zip<< content, I decided to implement an additional Tab-Section to put any additional Stuff, like Links, linked Downloads or whatever, there:
http://www.ipc.li/shop/index.php?route= ... duct_id=28
It's a relative complex Section, many things can be activated here, many things, like FB Like/TW/etc. are located in the very same part of the Page, therefore, one never knows what happen to the rest, if such VQMOD options are either added or existing Options activated.
One of the reasons to implement all VQMOD's into the Source Code, it's the only way to avoid similar problems. On the other hand, doing such possibly disables existing and working VQMOD's, because they possibly not longer find certain 'Refference'-Lines, needed to activate the Modification. But this is another matter, I just have to recall what I did earlier by comparing a modified File with a standard OC file and/or one of my older weekly Shop-Backup's...
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Who is online
Users browsing this forum: No registered users and 4 guests