Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #493557

    Hey Support Team,

    1. I want to change Headline of “Product description” (Produktbeschreibung) to “Bestelltabelle”

    2. I want to add a button automatic to all single product pages on the short description, Shortcode: [av_button label='Zur Bestelltabelle' link='manually,#Bestelltabelle' link_target='' size='medium' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff']

    The button should be under the last sentence of the summary information.

    #493882

    Hi combra!

    Thank you for using Enfold.

    1.) You can follow the solution provided here: https://wordpress.org/support/topic/change-product-description-tab-name

    2.) Try to modify the config-woocommerce > config.php. Add the button shortcode inside this set of codes:

    function avia_woocommerce_overview_excerpt()
    {
    	global $avia_config;
    
    	if(!empty($avia_config['shop_overview_excerpt']))
    	{
    		echo "<div class='product_excerpt'>";
    		the_excerpt();
    		echo "</div>";
    	}
    }

    Best regards,
    Ismael

    #614896

    thanks, solved

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Some changes on product detail page’ is closed to new replies.