Tag Cloud for this topic:
|
Customising the Buyer’s / and Seller’s Email.
|
babybunches
member
Posts: 21
|
How do I send the options which have been defined in the “Define variations which tell more about the product ordered” section for a product in the buyer’s / seller’s email?
The options are being included in the shopping cart window overlay but the information is not being sent to the seller or buyer – which is critical as the seller needs to know which options are being ordered – and it would be nice for the buyer to see the details of their order in their ejunkie email.
I have the following options in the shopping cart form for a particular product:
<input type="hidden" name="on0" value="Colour"/>
Colour:<br/>
<select name="os0">
<option value="Blue">Blue</option>
<option value="Pink">Pink</option>
</select>
<input type="hidden" name="on1" value="Baby Details"/>
Baby Details:<br/>
<input type="text" name="os1" maxlength="98"/>
<br/>
<input type="hidden" name="on2" value="Delivery Details"/>
Delivery Details:<br/>
<input type="text" name="os2" maxlength="98"/>
So the options we need to know are Colour, Baby Details and Delivery Details.
I have tried this…:
Colour: [%on0%]
Baby Details: [%on1%]
Delivery Details: [%on2%]
And this….:
Colour: [%os0%]
Baby Details: [%os1%]
Delivery Details: [%os2%]
…. all to no avail.
Please advise which code I should use to communicate the options.
Thanks and all the best.
# POSTED ON: June 28, 2008 @ 17:58 GMT -7
|
babybunches
member
Posts: 21
|
Hello E-junkie,
Please help - I really need assistance with customising the buyer's / seller's emails so that I can finish the shopping cart.
Thanks and all the best.
p.s. I also tried this to no avail:
Colour: [%Colour%]
Baby Details: [%Baby Details%]
Delivery Details: [%Delivery Details%]
# POSTED ON: June 30, 2008 @ 02:13 GMT -7
|
E-junkieChef
E-Junkie Crew
Posts: 780
|
For variations:
[%on0%]
[%on1%]
[%on2%]
[%os0%]
[%os1%]
[%os2%]
For variants:
[%o1_title%]
[%o2_title%]
[%o3_title%]
[%o1%]
[%o2%]
[%o3%]
# POSTED ON: June 30, 2008 @ 11:39 GMT -7
|
babybunches
member
Posts: 21
|
Hello E-junkieChef and team,
As you can see from my original post, I actually tried [%on0%] / [%on1%] / [%on2%] and [%os0%] / [%os1%] / [%os2%] for the variations in the following format without success:
Colour: [%on0%]
Baby Details: [%on1%]
Delivery Details: [%on2%]
And this….:
Colour: [%os0%]
Baby Details: [%os1%]
Delivery Details: [%os2%]
It just comes through as blank space.
Why is this not working?
Please help with more detailed information.
Thanks and all the best.
# POSTED ON: June 30, 2008 @ 19:27 GMT -7
|
E-junkieChef
E-Junkie Crew
Posts: 780
|
Can you please email us (development [a-t] e-junkie.com) the transaction ID for which this came as a blank space?
# POSTED ON: July 1, 2008 @ 12:26 GMT -7
|
babybunches
member
Posts: 21
|
Hello E-junkieChef,
I have emailed the info to you.
Thank you so much for your help.
Regards,
Nick
# POSTED ON: July 1, 2008 @ 18:28 GMT -7
|
E-junkieChef
E-Junkie Crew
Posts: 780
|
I've replied to it. The issue is with your button code. You have removed os0 from the button code.
# POSTED ON: July 2, 2008 @ 12:54 GMT -7
|
babybunches
member
Posts: 21
|
Hello E-junkieChef,
You are awesome!!
Thank you so much - I amended the code and it works a treat now.
Thanks and all the best.
Regards,
Nick
# POSTED ON: July 2, 2008 @ 18:04 GMT -7
|
|