Search found 6 matches

Page 1 of 1

Search found 6 matches

Re: Shipping Method Custom Array Value Not Passing to Database through Hidden Input Field

replace: 'code' => 'enhancepickup.enhancepickup'.$i . '_' . $this->config->get('enhancepickup_color'), with: 'code' => 'enhancepickup.enhancepickup' . $i . '_' . $enhancepickup_color[$i], Ok one step farther. Now I have an error Warning: Shipping method required! I am assuming this has something to...

Jump to post
  • Wed Dec 20, 2017 3:52 am
  • Replies 12
  • Views 4975
Re: Shipping Method Custom Array Value Not Passing to Database through Hidden Input Field

Thank you kestas! Seems to be getting closer but now I have the following error in the checkout process in Delivery Method.
Notice: Array to string conversion in /home/healthydirection/public_html/catalog/model/shipping/enhancepickup.php on line 37

Jump to post
  • Wed Dec 20, 2017 3:32 am
  • Replies 12
  • Views 4975
Re: Shipping Method Custom Array Value Not Passing to Database through Hidden Input Field

I have added the necessary data to $quote_data already. The array is working fine in the shopping cart you can see the colors on each shipping model when I add <?php echo $quote['enhancepickup_color']; ?> to see if the values for hex were being passed. They are. The issue is when the radio button is...

Jump to post
  • Mon Dec 18, 2017 9:18 pm
  • Replies 12
  • Views 4975
Shipping Method Custom Array Value Not Passing to Database through Hidden Input Field

My apologies: The OC version is 2.1.0.1, the plugin is Store Pickup Shipping (Multiple locations) for Opencart, and the model file is now below. So I have a custom shipping module and it works wonderful. However, I have added some code to input colors for the different shipping locations to be shown...

Jump to post
  • Sat Dec 16, 2017 11:09 am
  • Replies 12
  • Views 4975
trying to modify the invoice.tpl for order TOTAL quantity

What I need on the invoice when printed is a TOTAL quantity for all products. I have looked and looked for a similar query and have tried to modify the order_invoice.tpl to SUM all of the quantities based on order_id but can't get any query to work. Does anyone have a simple query code to call and s...

Jump to post
  • Fri Jan 13, 2017 10:16 pm
  • Replies 2
  • Views 1240

Page 1 of 1

Search found 6 matches