Hi,
when I add a product and put a link in the Products URL field Zencart creates a redirect like this: http://domain.com/index.php?main_pag...therdomain.com
There is a way to link directly without redirect?
Thank you.
Hi,
when I add a product and put a link in the Products URL field Zencart creates a redirect like this: http://domain.com/index.php?main_pag...therdomain.com
There is a way to link directly without redirect?
Thank you.
i dont think its possible, but all its doing is redirecting you to their site via yourself's
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I want to create a satellite website to promote some articles of another website and I think is best to link directly for SEO.
Well, one of the primary reasons for the redirect is specifically to *not* give page-rank for your products to someone else.
If you must change it, change this section in your customized version of tpl_product_info_display.php:Code:<?php echo sprintf(TEXT_MORE_INFORMATION, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_url), 'NONSSL', true, false)); ?>
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Thank you for the reply.
Unfortunately I'm not able with php and I don't know how to modify the code to remove the redirect.
Thank you.
No one can help me?
Thank you all, anyway.