WPIntell

Source evidence

Woocommerce

Floorplans – Lite · support · 2023-09-14T20:02:00+00:00

complaintsentiment
highseverity
1.0relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 27 rows with source links

25.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mebibyte unresolved
Hi, I have installed Floorplans Basic and I want to use it together with Woocommerce. I have read the Support page but I don’t understand it very well. Can you help me with the implementation? If have installed Woocommerce, added some products. If have created a floorplan with some elements. What is the next step? Thank you! This is more a question about WooCommerce. First, you need to think about how you would like to setup your store, e.g. do you wish to manage WC from floorplans or the other way around or something in between. Then you could put a floorplan on your products page, or directly on the checkout page. Floorplans will act as an alternative to the native WC form elements. WC needs to be set-up to react accordingly. Next, floorplans and WC need to communicate. This can be done in floorplans with the PHP floorplan_get_data function and the floorplan_store_read/write filters. Dear Martien, Creating a webshop with Woocommerce is no problem and I’m familiar with snippets. Creating a basic floorplan is working fine. However, I stay struggling with connecting Woocommers and floorplans. I just want to show the price of a woocommerce product in a floorplan element and make it possible to go the product by clicking on the element. I can see in the my_floorplan_store_read function this comment: // you assigned an element to a product: How can I do this?

Comments

2 shown
Martien 2023-09-19T10:49:00+00:00

This is more a question about WooCommerce. First, you need to think about how you would like to setup your store, e.g. do you wish to manage WC from floorplans or the other way around or something in between. Then you could put a floorplan on your products page, or directly on the checkout page. Floorplans will act as an alternative to the native WC form elements. WC needs to be set-up to react accordingly. Next, floorplans and WC need to communicate. This can be done in floorplans with the PHP floorplan_get_data function and the floorplan_store_read/write filters.

mebibyte 2023-09-21T19:27:00+00:00

Dear Martien, Creating a webshop with Woocommerce is no problem and I’m familiar with snippets. Creating a basic floorplan is working fine. However, I stay struggling with connecting Woocommers and floorplans. I just want to show the price of a woocommerce product in a floorplan element and make it possible to go the product by clicking on the element. I can see in the my_floorplan_store_read function this comment: // you assigned an element to a product: How can I do this?