Tips and Tricks HQ Support Portal › Forums › WP Photo Seller › Sharing WP Photo Seller Cart with WP Shopping Cart
Tagged: old url, photo seller, wp shopping cart
- This topic has 8 replies, 5 voices, and was last updated 11 years, 5 months ago by
Peter.
-
AuthorPosts
-
January 4, 2014 at 2:34 pm #10356
Fcomisar
MemberIn addition to WP Photo Seller, I am using WP Shopping Cart on my site. Can I specify the WP Photo Seller Cart to be the designated cart for WP Shopping Cart?
January 4, 2014 at 11:07 pm #60128admin
KeymasterWP Photo seller works on its own. It doesn’t share with other cart. Which cart do you actually mean when you say “WP Shopping Cart”?
January 6, 2014 at 1:40 am #60129Fcomisar
MemberWordPress Simple Paypal Shopping Cart Plugin
January 6, 2014 at 11:05 pm #60130admin
Keymasterok. It is perfectly fine to have a store/products page that handles the selling of your other products via the simple shopping cart plugin. The photo seller can handle the selling of your photos from the gallery pages.
January 9, 2014 at 3:16 pm #60131Fcomisar
MemberCan I redirect purchases from Simple Shopping Cart Plugin to the Photo Seller cart?
January 9, 2014 at 3:57 pm #60132wzp
ModeratorThere is no way for the Photo Seller cart to handle non Photo Seller products.
June 14, 2014 at 2:53 am #60133Roos
MemberMe too was looking for a way to sell a product in sidebar (add to cart/shortcode) into the WP Photo seller cart = so people can checkout the bulk of order (!!) Seems I can only sell from the gallery, I find this unfortunate. Logically you would want to sell also via 1 click from sidebar (!!) Please give us shortcode [add_to_cart_photo/product_id-” “]
June 14, 2014 at 4:00 am #60134Roos
MemberI tried:
function AddtoCartYes() {
return ‘<p>Add to Cart</p>’;
}
add_shortcode(‘addtocartyes’, ‘AddtoCartYes’);
function AddtoCartYes() {
//Adds items to cart.
public function addToCartNonAjax($item_array){
$cart = WPSSession::get(‘WPSCart’);
$cart->addItemPhoto($row, $row, $row, $row, $row); //add item to cart
}
But this messed up a lot.
PLEASE HELP OUT
June 14, 2014 at 6:04 am #60135Peter
Member@Roos,
There is a shopping cart widget you can add to the sidebar from the widget menu of WP.
Go to Appearance->Widgets and drag the WPS Shopping Cart widget to the sidebar.
Alternatively you can add the following shortcode in a standard text widget:
[WPS_display_compact_cart] -
AuthorPosts
- You must be logged in to reply to this topic.