Woocommerce alerts / Product Issues

Hi on site https://tatler.w5.troly.biz/contact-us/ i cant seem to get the alert message “Thank you for registering, Your registration has been successfully processed.”
to display only when someone successfully submits the form. I would also like a “Something went wrong, please try again” alert message if something goes wrong when filling out the form. This is the code I currently have please let me know what is wrong and what i would need to add. If you would like to see the full form code please inspect it in google chrome!

/alert/
.x-alert {
display: block;
}
.woocommerce-message.x-alert.x-alert-info.x-alert-block {
background-color: #d9edf7;
border-color: #b3d1ef;
color: #3a87ad;
}

Also

My shop page products (example https://tatler.w5.troly.biz/product/mclaren-vale-shiraz/) display short codes [x_tab_nav type=“two-up”] [x_tab_nav_item class=“product_info_tab” title=“Product Information”] [x_tab_nav_item class=“reviews_tab” title=“Reviews (0)”] [/x_tab_nav] [x_tabs] [x_tab class=“product_info_pane”] and don’t display the image of the product, any information about it or the page footer. Can you help with this too - it is displaying on all my products :frowning:

This is an automated message to notify you that your thread was posted in the wrong forum, and it has been moved to the correct place. A member of our team will be happy to reply just as soon as your thread is up. How support works.

For support, please post all questions in the Support Forum.

For peer to peer conversations with other Themeco customers about tips, customizations, or suggestions you are welcome to use the Peer to Peer (no official support provided here).

For Design & Development, Marketing & Media, and Hosting & Optimization discussions you are welcome to use the General Forum to discuss with fellow Apex members about non Themeco related topics. Please keep this in mind in the future.

Thank-you!

Hey there,

The form in your contact us page is powered by Contact Form 7. I tested it and it generates a success message. Please refer to the Contact Form 7 documentation to change the success and failure messages.

In your product page, I don’t see shortcodes displayed. Please clear your cache then check again.

Thanks.