';
if( isset($title) && trim($title) != "" ){
$box[] = '
';
$box[] = '
' . ( $title ) . '
';
$box[] = '';
}
$box[] = $html;
$box[] = '
';
$this->boxes[$id] = $this->formatAsFreamworkBox( implode("\n", $box), $atts );
}
}
public function formatRow( $content=array() )
{
$html = array();
$html[] = '';
if( isset($content['title']) && trim($content['title']) != "" ){
$html[] = '
' . ( isset($content['title']) ? $content['title'] : 'Untitled' ) . '
';
}
if( isset($content['ajax_content']) && $content['ajax_content'] == true ){
$html[] = '
';
$html[] = '{' . ( isset($content['id']) ? $content['id'] : 'error_id_missing' ) . '}';
$html[] = '
';
}
else{
$html[] = '
';
$html[] = ( isset($content['html']) && trim($content['html']) != "" ? $content['html'] : '!!! error_content_missing' );
$html[] = '
';
}
$html[] = '
';
return implode("\n", $html);
}
public function products_performances()
{
$html = array();
$html[] = $this->formatRow( array(
'id' => 'products_performances',
'title' => '',
'html' => '',
'ajax_content' => true
) );
return implode("\n", $html);
}
public function support()
{
$html = array();
$html[] = '';
$html[] = '
';
$html[] = '
WOO Commerce Amazon Affiliates - Wordpress Plugin is a product that allows you to import Amazon products in your WOOCommerce store in no time!
';
$html[] = '
One time setup in just couple of minutes using wordpress platform and import products directly from Amazon in just a flash!
';
$html[] = '
';
$html[] = '
';
$html[] = '
';
$html[] = '
';
return implode("\n", $html);
}
public function links()
{
$html = array();
$html[] = '