WP e-Commerce is a free WordPress Shopping Cart Plugin that lets customers buy your products, services and digital downloads online.

learn more… | top users | synonyms (1)

0
votes
2answers
562 views

Sidebar on Single Product Page WP e-commerce on the wrong spot

I cannot get the sidebar on my WP site (twenty-eleven theme) working properly in my wp e-commerce shop. On the products page the sidebar is on the right side of the page, as it should be. On a ...
0
votes
2answers
132 views

How can I find out what items a user has purchased?

I'm using WordPress E-Commerce (get shopped) and would like to get a list of items that a user has purchased, just a list of post IDs would be perfect. Is there any way for me to get this? It must be ...
0
votes
1answer
46 views

WP e-Commerce disable free shipping on certain countries

I'm using WP e-Commerce plugin version 3.8.9.5. I have free shipping enabled if the amount is above let's say €75,00. My main country is Holland, and I deliver to Belgium and Germany. Currently the ...
0
votes
1answer
174 views

how to remove products-page from url wp e-commerce

How do I remove "products-page" from the URL? Currently, my URL is www.example.com/products-page/accessories. I want www.example.com/accessories. How do I that in WP e-commerce?
0
votes
1answer
124 views

WP e-Commerce (WPEC) Variations Sorting, Category Order and Taxonomy Terms Order

I'm using the WP e-Commerce plugin (Version 3.8.9.5) on Wordpress Version 3.5.1. I have created several products (shirts). They all have variations for "Size" (XS to 6XL). The variations are ...
0
votes
1answer
147 views

WPeCommerce variation checkboxes

I'm trying to set up some sort of pizza shop in WP e-Commerce which needs about 20 checkboxes for pizza topping variations. I got the checkboxes running, but only the last selected variation ends up ...
0
votes
1answer
135 views

Problem attaching image to a wpec product

I'm having a problem with WordPress not finding all products (wp ecommerce) but just variations of products when you attempt to attach an image to a product in the media section of the backend. It's ...
0
votes
1answer
364 views

wp-ecommerce products missing

I'm trying to create an ecommerce site with wp using the wp e-commerce plug in with the premium gold cart plugin. As I'm still just developing the theme for the store locallly I've only got about 10 ...
-1
votes
1answer
133 views

Want to use credit card in wordpress, paypal is working fine

I m using wp-ecommerce plugin in which paypal is working fine by developer's account. i want to integrate credit card in wp-ecommerce is any service offers developer credit card testing like in ...
-1
votes
1answer
312 views

WP-Ecommerce Track and Trace

Ecommerce with Wordpress for an online store. There appears to be a track and trace feature where in the store logs you can add a tracking ID then send an email to the customer. When they recieve the ...
1
vote
0answers
226 views

List categories based on current product

Using WP e-commerce I'm trying to display the product categories inside the major category of the product I am viewing: Example: Major Cat A Cat 1 a. Minor 1a <-- I am viewing an item here ...
0
votes
0answers
14 views

WP-types not showing per product

I need some assistance I have had a website written by someone, who has took my money and not finished the project. I need to get this finished ASAP and looking for some assistance with what they ...
0
votes
0answers
22 views

Wp-ecommerce plugin not working with Mobile detecter plugin?

I create new theme for mobile website. and also desktop website. I use Mobile Detecter Plugin for switching theme. But some issue occur when i switch desktop to mobile website and again switch to ...
0
votes
0answers
24 views

Wp-Ecommerce Claimed Stock Issue with limited product quantities

When someone add an item to the shopping cart but don't buy it will saved in that shopping cart for 24 hours and it will stay as sold out for that time. I want to remove that, I want the product to ...
0
votes
0answers
30 views

switch_to_blog not working with constants

I'm have a multisite setup with WP E-Commerce plugin. At some places I need to use switch_to_blog() on front end and use WPSC (WP E-Commerce) functions inside. Here my code ...
0
votes
0answers
24 views

Current Page Highlight Issue

I'm currently working on website that has Wp-ecommerce and the current page link doesn't highlight except when I dedicative WP E-commerce. Any Ideas what the problem could be.
0
votes
0answers
49 views

Hook functions for Wp e-commerce?

I am new to wp e-commerce plugin, I need the following hook function for this plugin customer register success event customer login sales order place after Hook function to change order shipping ...
0
votes
0answers
46 views

Plugin WP e commerce No Product Page

I was importing a csv file to my products page. The csv file was a list of products from a separate vendor. The csv file import froze I hit refresh and went back into the wp admin clicked on product ...
0
votes
0answers
57 views

Wrong URL on product pages in WP e-Commerce

I'm using WP e-Commerce and I have my permalinks set to sitename/index.php/sample-post/. All my pages and the category pages in the store work fine. A page URL will show up as ...
0
votes
0answers
39 views

huge error log with database errors

The website started to behave erratically - so in the process of trying to restore a backup, I discovered that it had a error_log file with 1.2 million lines of errors. Most of these errors - most ...
0
votes
0answers
40 views

For loop logic for combinations

I have WP E-Commerce installed and I'm moving whole it's dashboard to frontend. I have everything ready and am on the last part. In fact I thought this part was ready, until I added two variations, ...
0
votes
0answers
48 views

delete attachment for one post without deleting actual attachment post

I'm writing custom ajax calls for media attachments from FrontEnd, I have everything read to use, except the actual logic. I'm using WP E-Commerce plugin, where I want many images for one post. And I ...
0
votes
0answers
56 views

How to order the Product Variations in the list table e-commerce

How to order the arragement of the Product Variations in the list table using e-commerce U may not't catch my idea,well,To be more specific: Go to the dashboard->product->choise a product which has ...
0
votes
0answers
80 views

How to add Paypal subdcription (recurring billing) to WP e-commerce

I want to add Paypal subscription (monthly recurring billing) payment system on a site powered by WP e-commerce plugin. I've searched the web for 2 days but didn't find any solution. Is this possible ...
0
votes
0answers
108 views

WP-eCommerce get main product from variation product ID

I'm trying to fix the WPEC Bulk category pricing for product variations, and have run into this problem: $cats = wp_get_object_terms( $product_id, 'wpsc_product_category' ); This is where ...
0
votes
0answers
79 views

wp-eCommerce empty transaction details for emails that are sent out

Im doing my first wp eCommerce site and im having a bit of a problem. Ive set everything up and long story short, when i purchase something from the site, (dummy item for 2 cents) Everything goes ...