View Single Post
  #156  
Old 05-14-2009, 09:38 PM
 
steve.thompson steve.thompson is offline
 

eXpert
  
Join Date: Feb 2009
Location: Sydney, Australia
Posts: 302
 

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

Quote:
Originally Posted by Jon
You could install the x-cart admin addon so you can modify the SEO information at the same time (http://www.x-cart-seo.com/cdseo-pro-for-x-cart/xcart-admin-addon.php), or you could request a customization to synch your information every time a product is saved.

Hi Jon.

I tried installing this. I'm running x-cart 4.2.1 and had a few problems / questions.

Code:
OPEN skin1/modules/Manufacturers/manufacturers.tpl Find: <tr> <td colspan="2"> </td> <td><input type="submit" value=" {$lng.lbl_save|strip_tags:false|escape} "{$disabled} /></td> </tr>

Couldn't find this exact string. So I added the code before:

Code:
<tr> <td colspan="2">&nbsp;</td> <td class="SubmitBox"><input type="submit" value=" {$lng.lbl_save|strip_tags:false|escape} "{$disabled} /></td> </tr>

Presume this was correct?


Code:
OPEN admin/pages.php Find: func_header_location("pages.php?pageid=$pageid");

This string occurs twice. Which occurance are we looking for?

Thanks, Steve.
__________________
X-Cart Gold 4.2.1 / 4.4.2
X-AOM, X-SpecialOffers
Download Expander 2.1.3 / 2.2.0
Reply With Quote