Hi there,
The theme is not compatible well with YITH Pre-order plugin. We have contacted the Plugin developer for help. Here is the comment they provided. We are tweaking at my staging site.
1. The single product page is broken after activated the plugin.
Comment from plugin developer:
Actually we did a temporary patch, because Atelier doesn’t use the standard WordPress and WooCommerce hooks and functions.
Our developers have fixed this issue in your installation by replacing the line 36 of “atelier/woocommerce/single-product/add-to-cart/simple.php”:
echo apply_filters( ‘woocommerce_stock_html’, ‘<p class=”stock ‘ . esc_attr( $availability[‘class’] ) . ‘”>’ . esc_html( $availability[‘availability’] ) . ‘</p>’, $availability[‘availability’] );
with the following code snippet:
echo apply_filters( ‘woocommerce_stock_html’, ‘<p class=”stock ‘ . esc_attr( $availability[‘class’] ) . ‘”>’ . esc_html( $availability[‘availability’] ) . ‘</p>’, $availability[‘availability’], $product );
Please note that you should inform Atelier developers about it, so they will be able to add it in the next update of their theme.
2. The date picker is not working. It cannot save. (Variations> Grey> For sale date (UTC+8)) Please see the image.
Comment from them:
because Atelier + Swift Framework overrides its normal behaviour.
You can ask Atelier or Swift Framework support to fix this.
Attachments:
You must be
logged in to view attached files.