X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors (https://forum.x-cart.com/showthread.php?t=39924)

retrtrtrytrutru 05-20-2009 01:10 AM

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

I have a small problem for which I hope you can provide a simple solution. It seems that after installing CDSEO Pro the language selector has been broken. In customer/home.tpl and dialog_c.tpl I have the following code to let customers select their desired languaged:

Code:

  <a href="{$smarty.server.PHP_SELF}?{$smarty.server.QUERY_STRING}&sl=US" title="English"><img width="38" height="37" src="{$SkinDir}/img/icon-en.gif" alt="English"></a>
  <a href="{$smarty.server.PHP_SELF}?{$smarty.server.QUERY_STRING}&sl=NL" title="Nederlands"><img width="38" height="37" src="{$SkinDir}/img/icon-nl.gif" alt="Nederlands"></a>
  <a href="{$smarty.server.PHP_SELF}?{$smarty.server.QUERY_STRING}&sl=DE" title="Deutsch"><img width="38" height="37" src="{$SkinDir}/img/icon-de.gif" alt="Deutsch"></a>
  <a href="{$smarty.server.PHP_SELF}?{$smarty.server.QUERY_STRING}&sl=FR" title="FranГais"><img width="38" height="37" src="{$SkinDir}/img/icon-fr.gif" alt="FranГais"></a>

But when you now click on any of these links it takes you to:

Code:

cdseopro.php?&manid=XXXX&sl=US
But these pages do not exist so you just get a page not found error. Do you have any advice on how to fix this issue? Thanks in advance :) I can provide you with a link to the website, it's a test server so I'd rather not post it in public.

Jon 05-20-2009 07:39 PM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Change {$smarty.server.PHP_SELF} to {$php_url.url}

steve.thompson 05-22-2009 02:34 PM

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

I'm using CDSEO Pro and the Admin Addon.

Within the X-Cart admin pages, I can update CDSEO fields for Categories, Manufacturers and Products, but not Static Pages.

Thanks, Steve.

dunpeal 05-22-2009 03:42 PM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
Hi Jon,
I am interested in purchasing CDSEO pro, but I have a couple questions about how much you plan on charging for upgrades due to the ambitious roadmap Qualiteam has set up to get to X-Cart v5. We are currently at 4.1.9, but are working on upgrading to 4.2.1 (mainly for the dimensional shipping feature). If we purchase your 4.2.x version now, will you upgrade people for free when v5 comes around (provided they're doing their own installation, of course)?

Jon 05-23-2009 01:05 PM

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

Originally Posted by steve.thompson
Hi Jon.

I'm using CDSEO Pro and the Admin Addon.

Within the X-Cart admin pages, I can update CDSEO fields for Categories, Manufacturers and Products, but not Static Pages.

Thanks, Steve.


The change to admin/pages.php must not be correct. If you send the file to our support department I'll have a look.

Jon 05-23-2009 01:06 PM

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

Originally Posted by dunpeal
Hi Jon,
I am interested in purchasing CDSEO pro, but I have a couple questions about how much you plan on charging for upgrades due to the ambitious roadmap Qualiteam has set up to get to X-Cart v5. We are currently at 4.1.9, but are working on upgrading to 4.2.1 (mainly for the dimensional shipping feature). If we purchase your 4.2.x version now, will you upgrade people for free when v5 comes around (provided they're doing their own installation, of course)?


The upgrade cost will be 25% of the original price which funds the compatibility development.

dunpeal 05-25-2009 08:23 PM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
So is that 25% of the price when I bought it or when you released it. I.e. - are we talking $50 or $35?

Jon 05-26-2009 08:02 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
25% of the price at the time of upgrading, currently $35.

steve.thompson 06-05-2009 01:51 AM

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

Originally Posted by Jon
Open your modules/cdseolinks/cdseo_config.php

At the bottom of the file, just before ?> put:

Code:

// WCM - Modify _p urls
if ($_GET['cdseopage'] == 'auto-population')
    db_query("UPDATE wcm_cdseo set cdseoUrl = replace(cdseoUrl,'_p','-p')");



Hi Jon.

This is now happening with new category urls, that is they are being changed to _p Do you have a permanent fix for this please? Does this also apply to manufacturer and static page urls?

Thanks, Steve.

Jon 06-05-2009 09:27 AM

Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors
 
The code provided above should correct all urls. We should have a permanent fix in the next cdseo update.


All times are GMT -8. The time now is 01:04 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.