WP e-Commerce is a free WordPress Shopping Cart Plugin that lets customers buy your products, services and digital downloads online.
-1
votes
0answers
18 views
WP eCommerce Light-box issue [closed]
The current eCommerce plugin on this website is WP-eCommerce. It's been working very well but now the light box that's supposed to help people take a closer look at the product they want when they ...
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 ...
-1
votes
0answers
12 views
How to remove product description from product page? [closed]
I am using WP e-commerce, in dashboard > settings > store > presentation > product page setting > I only selected "display variations" and "display "add to cart" button, however, it is also showing ...
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
48 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
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
0answers
56 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
1answer
167 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
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
1answer
127 views
Limit the number of results from wpsc_start_category_query
Observe the following code:
<ul>
<?php ...
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
32 views
Incorrect template is being loaded [closed]
I have a custom category.php template within a theme which used to work.
Since making changes to other template files for other types of pages, this has stopped working.
Whenever I attempt to visit ...
0
votes
1answer
120 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 ...
1
vote
1answer
116 views
Code not looping over all products of a given category
I try to fetch all products for a given category managed by the wp e-commerce plugin, but the code I use is not looping all the products returned. All the code is a sort of API to look for products ...
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
77 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 ...
1
vote
1answer
95 views
Custom MySQL Query with logic
I have wp e-commerce plugin installed and custom building custom global search
My query looks like this
SELECT * FROM aka_v_posts
LEFT JOIN aka_v_postmeta
ON aka_v_posts.ID=aka_v_postmeta.post_id
...
0
votes
2answers
124 views
wp e-commerce single-product template giving 404
this page was working initially, and then I made some changes which *didn’t* appear, and then it just stopped showing that page altogether.
I have tried deleting my wpsc-single_product.php and ...
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 ...
0
votes
1answer
145 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
47 views
Multiple while loops not functioning
I have this while loop in my product page with Wordpress e-commerce plugin. It is looping through custom post meta.
<?php if (wpsc_have_custom_meta()) : ?>
<?php $count = 2; ?>
...
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
193 views
Wordpress Ecommerce handling multiple option groups & prices
I've been searching for a couple of hours for a way to have WordPress ecommerce handle products with multiple option groups but am yet to find anything that fits the bill. Basically, a product should ...
0
votes
3answers
266 views
Sell photos through Wordpress
I have an existing photo blog, which displays photos with width of 670 pixels.
I'd like to sell higher resolution photos from the same page the lower resolution photo is displayed.
Does anyone know ...
0
votes
1answer
326 views
insert order number into wp ecommerce order confirmation email
A client site has been barred from using Paypal, so their WP-e-Commerce catalog/cart now has to use manual EFT bank payments to accept money from customers. A customer receives this banking ...
0
votes
2answers
244 views
wp_nav_menu() loses 'current-menu-*' classes on single product page within category
I have my menu set up like so:
Shop Online (WPeC 'Products Page' page)
Product Category (WPeC Category)
Product Category (WPeC Category)
Product Sub Category (WPeC Category)
Product Sub Category ...
0
votes
1answer
319 views
making users able to add their own products wp e-commerce
I am using wp e-commerce plugin to build a simple e-commerce website.
The problem is that I want to allow all users to post their products on the website.
Right now, only the admin can add products.
...
-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 ...
0
votes
1answer
140 views
SQL query - get ids - Advanced Custom Fields / WPeC
I need to query the database on add_action( 'init', '...') to find post ids with the field 'product_discount_option' set to true.
I know at least one of my product posts have the field ...
0
votes
1answer
62 views
WPeC - Adding conditional logic to purchases
I need to add conditional logic to purchases.
ie – item a included for free with the purchase of item b or item a can be purchased individually for x amount.
Does anyone know if this functionality ...
0
votes
2answers
554 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 ...
1
vote
1answer
135 views
Send email on Job Dispatched from WP e-commerce
I sell a product using WP e-commerce that is downloadable only after I check some information that the customer sends me. After checking the information I would like to go to the WordPress dashboard, ...
0
votes
1answer
348 views
issue displaying variations in custom template using WPeC 3.8.9.2
I’m having trouble displaying variations in a custom built template,
each time i call the wpsc function have_variation_groups() within my loop i get the following php error
...
0
votes
0answers
33 views
How to make wordpress as a provate membership site? [closed]
can you help me how to create a stockiest/dealer website.
This site is not for public, is will be a membership site for reseller.
Reseller can see stock of products.
Administrator can change ...
-1
votes
1answer
128 views
Wp eCommerce meta information search
Out of the box, WP eCommerce does not support Meta search. This is a big problem if you are selling books online and need clients to be able to search by the most important Meta tag, Author!
Can ...
-1
votes
1answer
311 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 ...
0
votes
1answer
111 views
should i choose WP e-commerce for these shopping cart requirements? [closed]
I have been using drupal and wordpress to developing websites for quite sometime now and now i have been approached to develop an e-commerce website. Shopping carts are big and since its my first time ...
0
votes
0answers
198 views
Affiliate management system + eCommerce plugin for WordPress [closed]
I am looking for an affiliate system for my WordPress eCommerce site. Here is what I want to achieve.
I have created a store that sells some products. People purchase through PayPal.
Now I want to ...
2
votes
1answer
266 views
WP e-commerce: getting products by SKU
I'm working on a site that uses the WP e-commerce plugin (Gold version) and I need to display a list of products that match a list of SKUs. Users fill in a form, and a list of product SKUs is ...
0
votes
1answer
56 views
modify a function filter
I am using the latest version of wp-ecommerce (3.89) and a new filter has been introduced to enable role based access to certain dashboard features such as the sales page or upgrade capability. ...
0
votes
1answer
148 views
Changing the latest products - Vineyard Theme [closed]
I am using the Vineyard WordPress eCommerce theme. The main page is here: homemadecanadian.com
Question: You will see the latest products at the bottom, three of them. How can I change them? I want ...
0
votes
1answer
51 views
Switching off shipping in WP-eCommerce
My client needs to work out the shipping only after someone has made a "purchase" on his site so by default, this option needs to be switched off and yet, when I switch shipping off, I still get ...
0
votes
1answer
173 views
WP-ecommerce : Change the price before inserting it into the cart
The question is: How can I change/set the product price to 0 for every product whenever a product added to the cart. There is a hook in the plugin as wpsc_set_cart_item so I can call it but can't ...
1
vote
1answer
549 views
How to charge shipping in WP e-commerce based on a variant?
I have a client that wants to charge different shipping rates based on a size variant (small, medium, large).
She does not have the weights or size in inches of each item, she only wants to assign ...
