Show Posts


Topics - Christo1045

Pages: [1]
1
Hi Guys

Using Order Attributes extension, the information gathered from the user displays on confirm page etc, but not on the Invoice or Order emails.

Any suggestion to solve this issue?


Regards

Chris

2
Customization help / Attaching Documentation of Items to Order E-Mail
« on: November 01, 2017, 08:03:20 AM »
Hi Guys

Some items in my shop requires Documentation with instructions to be attached with the Order E-mail. Any idea how to accomplish this?


Regards

Chris

3
Customization help / Customizing Confirm Page
« on: October 19, 2017, 02:27:12 AM »
Hi Guys

I've added a dropdown list on the Confirm page at /storefront/view/default/template/pages/checkout/confirm.tlp for the user to select the Sales Rep they usually deal with.

Code:
<div class="col-md-3 well" style="margin-left: 15px">
   <h4>Who do you deal with?</h4>
   <select required>
      <option value="">Choose Sales Rep</option>
      <option value="Rep1">Rep1</option>
      <option value="Rep2">Rep2</option>
      <option value="Rep3">Rep3</option>
      <option value="Rep4">Rep4</option>
   </select>
</div>

Questions:

1.) How to save this with my order, show on my invoice etc?
2.) Which table to add fields to?
3.) Which files to add code to?

I'll look into creating an extension later on as I'm currently restricted with budget and time.

Any help to point me in the right direction would be appreciated.

Thanks

Chris

Pages: [1]

Powered by SMFPacks Social Login Mod