Comments on: [wcj_product_custom_field] https://booster.io/shortcodes/wcj_product_custom_field/ WordPress WooCommerce Plugin Thu, 09 May 2024 07:36:56 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: RokasJ https://booster.io/shortcodes/wcj_product_custom_field/#comment-39671 Fri, 10 May 2019 18:24:18 +0000 https://booster.io/?p=3130#comment-39671 In reply to Valentin Solovjov.

Hi Ramil,

Are you using WooCommerce’s custom fields to save the data first? Could you share the screenshot of how the data is added and then the shortcode (full) that you’ve used? You can send this to support@booster.io. Thank you.

Best regards,
Rokas – Support Team

]]>
By: Ramil https://booster.io/shortcodes/wcj_product_custom_field/#comment-39562 Wed, 08 May 2019 19:50:05 +0000 https://booster.io/?p=3130#comment-39562 In reply to Valentin Solovjov.

It looks like this doesn’t work anymore? When I change this http://snag.gy/4aUzk.jpg on the product page after adding shortcode in the modile it doesnt do anything.

]]>
By: jwebadgility https://booster.io/shortcodes/wcj_product_custom_field/#comment-19458 Thu, 15 Feb 2018 14:39:26 +0000 https://booster.io/?p=3130#comment-19458 I have custom fields on my products and I would like to make them editable in the cart. Is there a way to do this?

]]>
By: Suresh https://booster.io/shortcodes/wcj_product_custom_field/#comment-7488 Fri, 24 Jun 2016 02:19:26 +0000 https://booster.io/?p=3130#comment-7488 can you calculate these custom value to change the product cart value? I am looking forward to your response

]]>
By: Valentin Solovjov https://booster.io/shortcodes/wcj_product_custom_field/#comment-5533 Mon, 25 Jan 2016 21:49:44 +0000 https://booster.io/?p=3130#comment-5533 In reply to Valentin Solovjov.

also please check :

https://wordpress.org/support/topic/custom-product-info-how-to-achieve

]]>
By: Valentin Solovjov https://booster.io/shortcodes/wcj_product_custom_field/#comment-5532 Mon, 25 Jan 2016 20:47:46 +0000 https://booster.io/?p=3130#comment-5532 > hi !
> i am using booster for woocommerce pulg in ! it is very awesome !
> i had set Product Info to add text below product’s title.
> it had been worked, but every product has same content below their title.
> i want to write product info differently per product.
> i think it would be possible through shortcodes like
> [wcj_product_title] or
> [wcj_product_custom_field]
> but i dont know how to use..
> or any other way to write product info differently per product, plz let me know.
> Regrads

Hi,

Try this:

create custom field at Edit Product Page.

http://snag.gy/4aUzk.jpg

then you can use this shortcode with attributes:

[wcj_product_custom_field name="test_custom_field"]

OR

[wcj_product_custom_field name="test_custom_field" product_id="138"] (where 138 product ID)

]]>