kannagi
Member
Posted 5 years ago #
I just installed for the first time the WP e-Commerce plugin (v3.6.6) using WordPress (v.2.5.1). When I go to the e-Commerce tab to start setting up the shop everything looks like there is no styling or out of place? it makes it difficult to understand the content/sections on that page.
It's like i'm missing a stylesheet or something. Anyone else have this problem?
I had the same problem, no css and .js files were loaded.
To change this go to the wp-shopping-cart.php file and look for
define('WPSC_URL', str_replace(ABSPATH, $siteurl."/", WPSC_FILE_PATH));
on or around line 30
comment it out and add
define('WPSC_FOLDER', dirname(plugin_basename(__FILE__)));
define('WPSC_URL', get_option('siteurl').'/wp-content/plugins/' . WPSC_FOLDER);
hope this helps
kmurray
Member
Posted 4 years ago #
Wow, thanks for posting this. I was going around in circles, trying to figure out if it was just a poorly written plugin or not. Anyway, an hour or two of my life lost, no big deal!
Seriously, thanks for taking the time to post this, you would think the guy that keeps defending his plugin would simply fix his distribution file... I got the most recent one right off their website.
WP-Ecommerce is (IMHO) the single best ecommerce plugin available for the single best CMS platform available.
Sure there are issues - but most of those surround documentation of the features - and I think that just got solved.