Viewing 2 replies - 1 through 2 (of 2 total)
  • I NEED THIS TOO

    Plugin Contributor ModDish

    (@moddish)

    you would need to add another shortcode var, ex :

    extract(shortcode_atts(array(
    		'cat'	=> '',
    		'id'	=> '',
    		'view' => '',
    		'featured' => '',
    		'hidetitle' => '',
    		'buttontext' => '',
    		'des' => '',
                    'maxdes' => '',
     'url' => '',

    then add an if statment

    if ($url) {
    
    } else {
    
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get Button to link to another url rather than the product in more detail’ is closed to new replies.