X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   CMS Manager with built in HTML editor (https://forum.x-cart.com/showthread.php?t=5272)

chikira 11-25-2003 02:33 PM

It seems that it is not adding slashes to bad characters, by bad characters I mean ones that MySQL has a fit over. I thought I had it behaving to correct that but maybe I missed a spot.

However you can do this.

Instead of "You're" type "You\'re".

This forces the system to treat the following character as a literal character.

If you have the same problem with double quotes ( " ) or at symbols ( @ ) then do the same thing. My apologies for the oversight.

amil 11-26-2003 01:13 PM

OK, never mind - I made it work :).

Thanks a bunch, this is a killer mod!

bjornstrom 12-10-2003 07:08 AM

I've made some additional changes to the system, and I thought I'd share them with you.

I've updated the cms manager and cms maker pages to work even when you have xcart installed in a different directory (not directly in the root of the site). To do this you should add $xcart_web_dir just before /admin/... in the path in all the <img>-tags.
ie
Code:

$header="<center><img src=/admin/images/ezcontentlogo.gif></center>
";

should be changed to
Code:

$header="<center><img src=$xcart_web_dir/admin/images/ezcontentlogo.gif></center>
";


Additionally I've also modified the rotating and fixed panels to not show if there is no content for them. To do this, add this line after the first line in all the panel templates (skin1/customer/...)
Code:

{if $rotatingsidepanel1 ne "" or $rsp1title ne ""}
and add this as a last line
Code:

{/if}
Change the $rotatingsidepanel1 to the same one used further down in the template (could be rotatingsidepanel1, 2 or 3 or $fixedsidepanel1, 2 or 3).
Change the $rsp1title to the same one used further down in the template (could be $rsp1title, $rsp2title or $rsp3title or $fsp1title, $fsp2title or $fsp3title).

chikira 12-10-2003 02:26 PM

Excellent Adaption
 
Hi,

Thanks for posting the mod to my CMS manager! Great idea (forgot to do that with the empty content).

I am still working on version 2 and almost have a working solution for all versions of xcart and requires minimal tech knowledge for installation.

leon 12-10-2003 05:31 PM

Please let us know when this version 2 is ready, would love to try it out.

prang 12-12-2003 04:48 AM

x-cart cms for $49
 
Hi all,

Just a quicky, I found a CMS package at $49.00 from seo-cms.com/sitemap.html. They say "Seo-Cms online store easily incorporates the popular x-cart shopping cart into it's Content Management System based on SEO-CMS template control"

I was just wondering if any one had tried them.

leon 12-12-2003 04:56 AM

Interesting package, why dont you try it yourself and tell us all about your experiences. :wink:

DataViking 12-12-2003 05:39 AM

Re: x-cart cms for $49
 
Quote:

Originally Posted by prang
Hi all,

Just a quicky, I found a CMS package at $49.00 from seo-cms.com/sitemap.html. They say "Seo-Cms online store easily incorporates the popular x-cart shopping cart into it's Content Management System based on SEO-CMS template control"

I was just wondering if any one had tried them.


is $49.00 per Single Domain OUCH :!:

prang 12-12-2003 05:52 AM

seo-cms
 
"is $49.00 per Single Domain OUCH"

I only have a single domain and time is money!


Lloyd

leon 12-12-2003 09:30 AM

If time is money I hope I can Triple my Time Investment ! :lol:

On the other hand, let us know how it went.


All times are GMT -8. The time now is 12:14 AM.

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