#31  
Old 05-24-2011, 05:38 PM
Cody Dell1's Avatar
Cody Dell1 Cody Dell1 is offline
 
Join Date: Apr 2011
Posts: 9
Default

Quote:
Originally Posted by slice View Post
Got it!
You need to have a seo catalog first before you can create links to it.
cool! where is that at? and i thought i did that when i followed these steps..
http://kb.ecwid.com/w/page/25399581/Inline-SEO-Catalog
Reply With Quote
  #32  
Old 05-24-2011, 06:33 PM
slice's Avatar
slice slice is offline
 
Join Date: Dec 2009
Posts: 660
Default

That's the right page in the kb but looks as if you must have missed out a step because if you turn off javascript in your browser (each browser has a different way of doing this) and view your site, you don't see any categories, it just asks you to visit the mobile version of your site.
Reply With Quote
  #33  
Old 05-24-2011, 06:36 PM
Cody Dell1's Avatar
Cody Dell1 Cody Dell1 is offline
 
Join Date: Apr 2011
Posts: 9
Default

Quote:
Originally Posted by slice View Post
That's the right page in the kb but looks as if you must have missed out a step because if you turn off javascript in your browser (each browser has a different way of doing this) and view your site, you don't see any categories, it just asks you to visit the mobile version of your site.
i noticed that too, is there something in the control panel i need to enable? the site is working with the:

<?php

include "ecwid_catalog.php";
$params['store_id'] = 325030;
$params['ecwid_show_seo_catalog'] = true;
echo show_ecwid($params);

?>

code, but it looks like it just replaces it with the default "Product Browser Widget Code" on the dashboard..

Last edited by Cody Dell1; 05-24-2011 at 06:41 PM.
Reply With Quote
  #34  
Old 05-24-2011, 07:04 PM
Cody Dell1's Avatar
Cody Dell1 Cody Dell1 is offline
 
Join Date: Apr 2011
Posts: 9
Default

also even just by itself.. http://www.customizedwheelaccessories.com/store.php

<html>
<head>
</head>
<body>
<?php

include "ecwid_catalog.php";
$params['store_id'] = 325030;
$params['ecwid_show_seo_catalog'] = true;
echo show_ecwid($params);

?>
</body>
</html>

is all thats in there.
Reply With Quote
  #35  
Old 05-24-2011, 08:18 PM
Eugene Rimmer's Avatar
Eugene Rimmer Eugene Rimmer is online now
Ecwid Team
 
Join Date: Jan 2011
Location: Ecwid headquarters
Posts: 7,492
Default

When Ecwid's Inline SEO does not put anything specific into your page except for usual product browser, this means that:
- either you don't have a Silver account (but you do have it)
- or your server cannot connect to http://app.ecwid.com (to our Product API).

The latter one is usually caused by the configuration of PHP on your server: in particular, Curl library (libcurl) sometimes can be disabled in PHP on your server by default. Curl provides a way for PHP scripts to make HTTP requests to other servers, in this case - to our Product API.

So you need to contact your hosting provider support service and ask them to enable Curl support for PHP. Once they fulfill this request, check the example page again having your Javascript turned off in browser - most likely the Inline SEO will work.
__________________
Eugene Efimochkin, Team
_________________________
Shipping methods are not showing up? Here is how to set it up properly!
Have a question? Look up the answer at our help portal!

⬇ Click Thanks, please, if this reply helped you.
Reply With Quote
  #36  
Old 05-24-2011, 10:50 PM
Cody Dell1's Avatar
Cody Dell1 Cody Dell1 is offline
 
Join Date: Apr 2011
Posts: 9
Default

any other work around on this?

seems the server does not have curl installed, and i am unable to install it. since most commands such as yum, wget and apt-get do not work on this gallantry.com all in one server, and it also seems like they are no longer in business. i also know very little about linux but everything i could find on it.. does not seem to work outside of Red Hat Linux release 6.2 (Zoot) i can see.

even if there is something i can download and upload myself weekly, i would be fine with that.

Last edited by Cody Dell1; 05-25-2011 at 12:18 AM.
Reply With Quote
  #37  
Old 05-26-2011, 12:56 AM
Cody Dell1's Avatar
Cody Dell1 Cody Dell1 is offline
 
Join Date: Apr 2011
Posts: 9
Default

so no other options to get a sitemap of the store then?
Reply With Quote
  #38  
Old 05-26-2011, 03:42 PM
Eugene Rimmer's Avatar
Eugene Rimmer Eugene Rimmer is online now
Ecwid Team
 
Join Date: Jan 2011
Location: Ecwid headquarters
Posts: 7,492
Default

Quote:
Originally Posted by Cody Dell1 View Post
any other work around on this?

seems the server does not have curl installed, and i am unable to install it. since most commands such as yum, wget and apt-get do not work on this gallantry.com all in one server, and it also seems like they are no longer in business. i also know very little about linux but everything i could find on it.. does not seem to work outside of Red Hat Linux release 6.2 (Zoot) i can see.

even if there is something i can download and upload myself weekly, i would be fine with that.
I'm almost sure Gallantry.com is not out of business since both their own site and your server are online and running. The possible reason of their ignorance is their support policy http://gallantry.com/support/index.shtml

Unfortunately, there is no "workaround" for the missing or disabled library on your server - this library is a requirement and that's how server-side installable software works. The only way for you to get Inline SEO feature working is to enable curl support in php. I'd suggest contacting gallantry.com support persons on the phone.
__________________
Eugene Efimochkin, Team
_________________________
Shipping methods are not showing up? Here is how to set it up properly!
Have a question? Look up the answer at our help portal!

⬇ Click Thanks, please, if this reply helped you.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:19 PM.
Powered by vBulletin® Version 3.8.6. Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.