Forum Replies Created
Author | Posts |
---|---|
December 5, 2014 at 10:02 am in reply to:
PayPal Adaptive Payments Not Working 31880 | |
Mike | Kim, The sellers test account must use a registered PayPal sandbox email. Are you shipping physical items or just selling lesson plans? |
November 24, 2014 at 5:02 am in reply to:
issue with adaptive payments 31015 | |
Mike | PayPal disabled SSLv3 as a response to the POODLE vunerability. You can read about it here: PayPal Response To fix it , navigate to \dokan-paypal-adaptive-payments\lib\vendor\paypal\sdk-core-php\lib\PPHttpConfig.php line 9 find //CURLOPT_SSLVERSION => 3 / and change the number 3 to 4. i.g. //CURLOPT_SSLVERSION => 4 |
November 21, 2014 at 6:44 pm in reply to:
Product Tax 30918 | |
Mike | @torb I can help, email me at the above |
November 21, 2014 at 12:59 pm in reply to:
Product Tax 30905 | |
Mike | Sure, lets get it done. email me at fr0styshelper(@)yahooDOTcom |
September 29, 2014 at 6:41 am in reply to:
Please fix these CSS problems 27693 | |
Mike | This reply has been marked as private. |
September 26, 2014 at 3:07 pm in reply to:
Can i list products and allow only offline sales? 27575 | |
Mike | You would need to hire a developer to custom code that for you. |
September 26, 2014 at 2:11 pm in reply to:
Updating To Dokan Plugin – Help Needed 27573 | |
Mike |
Yes you will lose all those changes and yes you need to delete Dokan Theme to make room for the Dokan Plugin
Your settings and other things are stored in the database |
September 26, 2014 at 11:26 am in reply to:
Big empty space on Products Page 27570 | |
Mike | Did you install this on a sub domain? i.e. site.realsite.com ? |
September 22, 2014 at 10:57 am in reply to:
Dokan plugin issues (Dashboard & Store pages) 27170 | |
Mike | Maybe a problem with your SSL? |
September 20, 2014 at 9:16 am in reply to:
Dokan Plugin ETA? 27079 | |
Mike | I love it, anyway I can become a beta tester? I wonder what market are you guys trying to attack? Because you have the xcart, cs cart and ect all with option for multi-vendors BUT none with just a ‘regular’ user signing up to sell a few items. Our main users don’t have stores with lots of inventory of the same item and SKU’s . They want to list a few items and thats it.. That’s the ebay or etsy motto.. |
September 19, 2014 at 10:39 pm in reply to:
Dokan Plugin ETA? 27054 | |
Mike | Good question.. I’ll wait to see what the mod answer is. |
September 19, 2014 at 10:27 pm in reply to:
Keep updating theme 27052 | |
Mike | Hey Chris me and you are in the same boat… It’s actually a good thing that we switch to the plugin version. For starters we can choose any premium woocommerce theme we want. Custom code a child theme and never have to worry again. We get greater flexibility. With wedevs only having to worry about functionality and not “themes” it frees them up to make Dokan even better. Yes, its a pain in the ass and its costly but after you move your changes over, its nothing but smooth sailing from there. |
September 19, 2014 at 10:22 pm in reply to:
Chargebacks Refunds Flaws 27050 | |
Mike | Dokan has an extension call PayPal adaptive payments which allows you to use paypal’s parallel payments. It was a quick fix for me until I found out that it only allows a max of 6 items. The reasoning behind it was PayPal only allows a max of 6 recipients to receive a payment in one order.BUT what if you only check out items in two stores (2 recipients + you for your fee) with 14 items? It doesn’t work because they limited to 6 items with no type of logic or whatif.. So I had to custom code it. But yes, that is accurate to say. |
September 19, 2014 at 9:47 am in reply to:
Order to seller 27029 | |
Mike | Sophie, are you using Google translate ? I wish I could help but the English is so broken I cant understand. |
September 19, 2014 at 9:43 am in reply to:
Chargebacks Refunds Flaws 27028 | |
Mike | ha, that access would cost you. But, your on the right track. Switch the primary in chained payments to sellers, only checkout from one store at a time. Remove the 6 item limit , which is kinda silly. To get PayPal to set the buyers address you have to go with embedded chained payments, which caused me some headaches to implement . |