I'm not sure about authorize.net support but since authorize.net is supported other plugins, I'm guessing it might get ported along with PayPal Pro. Hope that helps.
Yeah I just saw Authorize. Sorry! Looking forward to Payal Pro! Great plugin by the way. As are all the rest.
Do you know if it will be possible for me to enable child sites to not add their own products but only allow the Super admin to manage products for the child site? And to take it one step further, have the child site display actual products from the main site rather than their own, natively added products?
The only way to do that would be through the global listing, by putting a global shortcode in other blogs. You would also though have to disable the menus in those blogs which would be a tiny hack.
I also wrote a simple plugin that allows the child blog to easily add products from the parent blog's list of products. That populates an array which eventually becomes $productstoshow above.
The next major hurdle is to figure out how to let users checkout on the child blog wen they click on the ad to cart button for the Parent blog products.
Thanks Aaron. Can you provide a bit more info on the plan for that as I am currently working on solving the issue with a custom plugin. Are you building global carts that you can specify whether they checkout on the child site or are forced to the parent site checkout? Also what is the timing on that?
Hi Everyone - I am using paypal website payments pro and just purchased marketpress with the understanding it works with paypal (and particularly payments pro)...looks like over a year ago it was in the works is there installation instructions? I was on paypal site listing their 100s of partners and I didn't see marketpress on there and am not concerned I purchased the wrong product as I want to use the paypal option I have here. I hope there is a step by step installation guide?
Responses (10)
WPMU DEV Fanatic — 25th January 2011 (1 year ago) #
Hi there stueynet,
PayPal Pro integration in Marketpress appears to be in the works per the following thread.
http://premium.wpmudev.org/forums/topic/marketpress-support-support-on-adding-new-payment-method-paypal-pro
I'm not sure about authorize.net support but since authorize.net is supported other plugins, I'm guessing it might get ported along with PayPal Pro. Hope that helps.
Cheers,
David
Lead Developer — 26th January 2011 (1 year ago) #
authorize.net has been in there for a few months. Pro is coming too.
Member — 26th January 2011 (1 year ago) #
Yeah I just saw Authorize. Sorry! Looking forward to Payal Pro! Great plugin by the way. As are all the rest.
Do you know if it will be possible for me to enable child sites to not add their own products but only allow the Super admin to manage products for the child site? And to take it one step further, have the child site display actual products from the main site rather than their own, natively added products?
Lead Developer — 26th January 2011 (1 year ago) #
The only way to do that would be through the global listing, by putting a global shortcode in other blogs. You would also though have to disable the menus in those blogs which would be a tiny hack.
Member — 26th January 2011 (1 year ago) #
Ok I did it and got it all working. Here is how.
On the child blog you need to grab posts from the parent blog as follows
switch_to_blog($other_blog_id);
$other_posts = get_posts(array(
"numberposts" => 4,
"post_type" => "product'",
"include" => "$productstoshow"
));
restore_current_blog();
I also wrote a simple plugin that allows the child blog to easily add products from the parent blog's list of products. That populates an array which eventually becomes $productstoshow above.
The next major hurdle is to figure out how to let users checkout on the child blog wen they click on the ad to cart button for the Parent blog products.
Lead Developer — 27th January 2011 (1 year ago) #
Sounds like it would be hard. Note we are working at the moment on global carts that can checkout through the front page.
Member — 27th January 2011 (1 year ago) #
Thanks Aaron. Can you provide a bit more info on the plan for that as I am currently working on solving the issue with a custom plugin. Are you building global carts that you can specify whether they checkout on the child site or are forced to the parent site checkout? Also what is the timing on that?
Lead Developer — 28th January 2011 (1 year ago) #
I think they all checkout on the main site, like Etsy.
Lifetime Member — 3rd March 2011 (1 year ago) #
"Note we are working at the moment on global carts that can checkout through the front page."
That is awesome! I was just going to ask about this! Will this be on the next MP update?
Thanks Arron! :)
Member — 8th December 2011 (5 months ago) #
Hi Everyone - I am using paypal website payments pro and just purchased marketpress with the understanding it works with paypal (and particularly payments pro)...looks like over a year ago it was in the works is there installation instructions? I was on paypal site listing their 100s of partners and I didn't see marketpress on there and am not concerned I purchased the wrong product as I want to use the paypal option I have here. I hope there is a step by step installation guide?
Thank you!
Michael
Become a member