Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Add text on the right of product description

Home / Forums / Ascend Theme / Add text on the right of product description

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
October 14, 2017 at 6:01 am

Hello,
I need to change something in the product layout :

I want to put :

Description N’oubliez-pas vos boosters

Description Picture 1 Picture 2
E-liquide Sinfully Decadent, un e-liquide bonbon Booster 0mg Nicotine Booster 20mg Nicotine

premium aux fruits tropicaux, pastèque, banane, orange
avec une pointe mystérieuse.
Catégorie : e-liquide premium gourmand fruité.
Produit conçu par Mighell’s Finest et fabriqué en France.
Flacon : 60ml
Contenance : 50ml d’arôme
Composition : 66.6% VG et 33.4% PG

Sans nicotine : gardez à l’esprit que nos fioles d’arômes
sont sans nicotine. 1 fiole de booster doit être ajoutée
pour pouvoir constituer un e-liquide (0mg et/ou 20mg).
Pour en savoir plus consultez notre section booster,
comment choisir sa nicotine.

J’ve just added N’oubliez pas vos boosters like this :
add_action(‘woocommerce_product_meta_end’, ‘affiche_boosters_content_single_product’);
function affiche_boosters_content_single_product(){
echo'<h2>N’oubliez-pas vos boosters</h2>’;
echo do_shortcode(‘[product_category category=”booster” columns=”2″]’);
echo’Comment choisir mon booster ?‘;
}
I just want to know how to insert it next to the product description
Thank you very much

  • The forum ‘Ascend Theme’ is closed to new topics and replies.