View Single Post
  #438  
Old 04-27-2012, 08:47 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

Quote:
Originally Posted by tqualizerman
Hey Jon, is there any customization that needs to be made so that CDSEO will work with X-Cart Socialize plugin? Specifically talking Facebook here, not sure about the others. X-Cart does this to prepare the URL for the like button:

{assign var="href" value=$href|@func_make_clean_url}

But when I test output {$href} into the page I just get the non-clean:

www.site.com/product.php?productid=17516

Something like this should do the trick:

Code:
{if $php_url.query_string eq ""} {assign var="href" value=$php_url.url} {else} {assign var="href" value="`$php_url.url`?`$php_url.query_string`"} {/if}
Reply With Quote