Title: Prob with Select output
Last modified: August 22, 2016

---

# Prob with Select output

 *  Resolved [websmythe](https://wordpress.org/support/users/websmythe/)
 * (@websmythe)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/prob-with-select-output/)
 * Hi. I’m running CataBlog 1.6.6, CataBlogOrdering 1.3 and CataBlogOrdering.class.
   php Version 2.
 * I added a couple of Select statements to the Store template to allow the user
   to select product colors and I’m having a prob with extra characters in the key-
   names in $post_vars (in AddToCart()). I was wondering if you had any suggestions?
 * I’ve tryed explicitly declaring a unicode font in the Select statement, with 
   no success. See var_dumps below.
 * `<select name='basecolor' id='BaseColor' style='font-family: Arial Unicode MS,
   Arial,Helvetica;font-weight:normal;'>`
 * and
 * `<select name='secondarycolor' id='2ndColor' style='font-family: Arial Unicode
   MS,Arial,Helvetica;font-weight:normal;'>`
 * _var\_dump($post\_vars) output:_
    `array(9) { ... ["amount"]=> string(5) "30.00"["
   â€basecolorâ€³"]=> string(11) "18-Scorpian" ["â€secondarycolorâ€³"]=> string(
   14) "11-Golden Fizz" ["quantity"]=> string(1) "1" ... }`
 * _var\_dump($item\_info) output:_
    `array(7) { ... ["quantity"]=> string(1) "1"["
   basecolor"]=> NULL ["secondarycolor"]=> NULL ["amount"]=> string(5) "30.00" ...}`
 * [https://wordpress.org/plugins/catablog-ordering/](https://wordpress.org/plugins/catablog-ordering/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [websmythe](https://wordpress.org/support/users/websmythe/)
 * (@websmythe)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/prob-with-select-output/#post-5678421)
 * Solved it.

Viewing 1 replies (of 1 total)

The topic ‘Prob with Select output’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/catablog-ordering.svg)
 * [Catablog Ordering - Add Catablog Support for Making Purchase Orders](https://wordpress.org/plugins/catablog-ordering/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/catablog-ordering/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/catablog-ordering/)
 * [Active Topics](https://wordpress.org/support/plugin/catablog-ordering/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/catablog-ordering/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/catablog-ordering/reviews/)

## Tags

 * [select](https://wordpress.org/support/topic-tag/select/)

 * 1 reply
 * 1 participant
 * Last reply from: [websmythe](https://wordpress.org/support/users/websmythe/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/prob-with-select-output/#post-5678421)
 * Status: resolved