Hi,
I'm currently developping wordpress plugin to enable full integration of E-Junkie (you guys rock!) shopping cart to wordpress CMS
trame :
I will use 2 custom post types :
*Products - to create product sell pages
*Orders - to manage payed transactions in wordpress admin (after data treatment)
The clients will be added automatically as wp users (client role) after treatment of the data sent by e-junkie.
I've already read the http://www.e-junkie.com/ej/help.integration.htm and do uderstand the major part of it.
None the less, i have several questions to e-junkie developpers (need you help here to see the logic of your data sending script) :
1 If seller uses "Common notification url" to send data to 3rd party service (say aweber with your code provided here : http://www.e-junkie.com/ej/help.integration.htm#aweber ), can he still have the data be sent to the script in wordpress without using "Payment Variable Information URL" on by product basis? Or it is better to set "Common notification url" to the wordpress script first, then the script itself will send data to aweber ?
2 As i'm looking to avoid plugin users to fill "Payment Variable Information URL" for each product, and have only one script to treat the data from e-junkie - what is the better way to treat item details in a cart ? (i have not found the variable sent to Common notification url that explicitly tells how many items were in the cart,please, advise on how to loop through the items in a cart ?)
2.1 item_nameX ? does it starts from 0 or 1 ? for less than 10 items does it look like item_name01 or item_name1 ?
3 Could I get more info on :
mc_shipping
tax
for_auction
auction_buyer_id
4 custom - I will try to append &custom=poduct_internal_id to all of the add to cart buttons , if buyer will have several products in the cart , how $_POST['custom'] will look like when sent to Common Notification URL ?
5 do the view cart buttons vary for different products? (i'd love to have my users add view cart button code only once in the plugin setting page, then the plug will display it on each sell page next to add to cart button automatically)
6 is there any way to create products in e-junkie in a automatic mode (say, script sending you the data for product details along with e-junkie user login to add products and gets add to cart button code in response ?) (yes I know, I'm dreaming, but that's so nice to have a dream to go for lol)
thank you for your responses,
sorry if some of my questions are not clear, i've just digged into this area and do not see all clear myself.
cheers,
serge
created
Sep '11
last reply
Dec '11
- 42
replies
- 2.4k
views
- 2
users
- 50
links