View Single Post
  #441  
Old 04-27-2012, 10:56 AM
  tqualizerman's Avatar 
tqualizerman tqualizerman is offline
 

X-Adept
  
Join Date: Jun 2008
Posts: 392
 

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

I rearranged this a little (I think the if logic got reversed):

{if $php_url.query_string ne ""}
{assign var="href" value="`$http_location``$php_url.url`?`$php_url.qu ery_string`"}
{else}
{assign var="href" value="`$http_location``$php_url.url`"}
{/if}

The variables is being put together properly (tested by printing {$href} on screen.) I'm going to have to look into this further though because FB is only taking the domain name, and not the actual page URL. I'm also going to need to investigate getting the product image to work (it's showing blank as-is.)
__________________
- www.nerdseven.com - Gadgets & Gizmos from Out of This World
- Sound Sensitive T-Shirts That Flash to the Beat of Music (http://www.tqualizer.com)


X-Cart Version 4.1.10
Reply With Quote