//添加标题样式 add_shortcode('cs_title', 'cs_title'); function cs_title($atts, $content=null) { //var_dump($atts); //extract(shortcode_atts(array("cstitle" => ''), $atts)); $return = '

'.$atts['cstitle'].'

'; return $return; } //faq add_shortcode('cs_faq', 'cs_faq'); function cs_faq($atts, $content=null) { var_dump($atts); //extract(shortcode_atts(array("cstitle" => ''), $atts)); $return1 = '

Q1: How is quality ensured?

A1: we have a one year quality warranty B L issue date. If the product does not work property as described, and the problem is proven to be at our fault, we will provide exchange services for the same specific item.

Q2: Do you provide OEM or ODM service?

A2: Yes. We can produce G-air standard products under customer brand or modify the products to satisfy customers personalized requirements, or work together with customer to design and produce a totally new products.

Q3: How long can I get the feedback after sending the inquiry?

A3:Usually you will get feedback within 30 minutes during the office hours and 12 hours after office hours.

Q4: How long is the production lead time?

A4: Usually the production lead time will be 20 days once order confirmed. Sometimes we have a few.

Q5: How do you make our business long-term and good relationship?

A5: We keep good quality and competitive price to ensure our customers benefit , We respect every customer as our friend and we sincerely do business and make friends with them, no matter where they come from.

'; $return = '

Q1: How is quality ensured?

A1: we have a one year quality warranty B L issue date. If the product does not work property as described, and the problem is proven to be at our fault, we will provide exchange services for the same specific item.

Q2: Do you provide OEM or ODM service?

A2: Yes. We can produce G-air standard products under customer brand or modify the products to satisfy customers personalized requirements, or work together with customer to design and produce a totally new products.

Q3: How long can I get the feedback after sending the inquiry?

A3:Usually you will get feedback within 30 minutes during the office hours and 12 hours after office hours.

Q4: How long is the production lead time?

A4: Usually the production lead time will be 20 days once order confirmed. Sometimes we have a few.

Q5: How do you make our business long-term and good relationship?

A5: We keep good quality and competitive price to ensure our customers benefit , We respect every customer as our friend and we sincerely do business and make friends with them, no matter where they come from.

'; if($atts['csfaq'] == 1){ return $return1; }else return $return; } //百度地图短代码 add_shortcode('baidu_map', 'baidu_map'); function baidu_map($atts, $content=null) { extract(shortcode_atts(array("dtmishi" => '',"dzmc" => '',"dtxxms" => '',"zuobiao" => ''), $atts)); $md5 = md5( $dzmc ); $return = '
'; $return .= ''; $return .= ''; $return .= '
'; $return .= ''; $return .= '
'; return $return; }
Warning: Cannot modify header information - headers already sent by (output started at /home/u580460905/domains/cs-refrigeration.com/public_html/wp-content/themes/Zing-Pro/public/changsheng.php:1) in /home/u580460905/domains/cs-refrigeration.com/public_html/wp-includes/pluggable.php on line 1435

Warning: Cannot modify header information - headers already sent by (output started at /home/u580460905/domains/cs-refrigeration.com/public_html/wp-content/themes/Zing-Pro/public/changsheng.php:1) in /home/u580460905/domains/cs-refrigeration.com/public_html/wp-includes/pluggable.php on line 1438