Full automation
#1
Posted 17 August 2011 - 08:13 AM
#3
Posted 17 August 2011 - 12:44 PM
As to the OP Question i'm not too sure it's possible some of the more MySql/PHP boffins might be able to suggest something that will work though.
Lewi
#5
Posted 24 August 2011 - 10:45 PM
#7
Posted 28 August 2011 - 12:58 AM
Doba Drop Ship
Shipwire
Enjoy.
#8
Posted 28 August 2011 - 01:41 AM
This will enable you to use your website server to mimic a web browser sending information to the shippers order form/page.
On the flipside cURL can also read the page source of the shippers website, then by using the regex commands in PHP the prices of items can be extracted as variables. These can then be tweeked to add your profit margin and then displayed on your site. So you don't make a loss if the shippers prices go up unexpectedly.
You can also set up email alerts to warn you of changes to delivery prices and Terms of Service etc using this system.
This is of course a gross over-simplification, sending information to the shippers order form can get complicated if they have things like session tokens for security and retrieving item prices aka 'site scraping' from the shippers website is often not as simple as it first appears. However it is do able.
It's an interesting project and hope this helped.
#9
Posted 28 August 2011 - 09:31 AM
Sogo7, on 28 August 2011 - 01:41 AM, said:
This is of course a gross over-simplification, sending information to the shippers order form can get complicated if they have things like session tokens for security and retrieving item prices aka 'site scraping' from the shippers website is often not as simple as it first appears. However it is do able.
You'll also find that drop shippers use a variety of methods and protocols - I've just finished an ecommerce site that used a XML to make the shipping request. Each shipper will have their preffered method. I dare say that's why the magento plugin is so expensive - or is just because it's magento?
#10
Posted 31 August 2011 - 12:11 AM
rallport, on 28 August 2011 - 09:31 AM, said:
I hate magento! lol.
Please, computergeek2011 let me know how you are getting on, i have a dropshipping site set up as my pet project (2 sales so far!
#11
Posted 31 August 2011 - 11:36 PM
#12
Posted 02 September 2011 - 09:11 AM
greyhat, on 31 August 2011 - 12:11 AM, said:
Please, computergeek2011 let me know how you are getting on, i have a dropshipping site set up as my pet project (2 sales so far!
Well that's the thing thus whole area is totally bespoke and I dare say that's why such modules are so expensive - it all depends on the actual drop shipper and their protocols.
#13
Posted 02 September 2011 - 10:24 AM
rallport, on 02 September 2011 - 09:11 AM, said:
Yes it will vary from site to site... My plan is to get the sales up first and do it all manually.. then invest time / money if it pans out.
#14
Posted 27 September 2011 - 03:36 PM
If they have the ability to receive form posts etc you can use Curl, if they have web services you can extensions for most e-commerce software to do that.
If you provide more info on who your shipping company are I might be able to tell you what you need to do.
Help



















