Forum Replies Created
-
AuthorPosts
-
Participant
Hey,
thanks for the fast reply. I created a showcase site
http://showcase.thyracont-vacuum.com/products/vd8-digital-vacuummeters/vd81-compact-vacuum-meter-piezo-sensor/
If you want to see, how it looks like on the normal site, simply remove the subdomain. I don’t want to spam links for your and our google ranking.I found something else: even if I update, the Version number stays at 1.0.18.
Thanks
-
This reply was modified 9 years, 10 months ago by
WebshopLogic.
ParticipantSorry for reopening this thread.
I encountered the same problem while updating. I upgraded from V1.0.18 PRO to V1.0.21 PRO and all the tabs in the products were gone. Also the fields in edit product were missing.
At the moment I am running V 1.0.18 with the modified javascript again.
Thanks for the help
ParticipantHi,
I found the problem, but fixing it leads to another problem:
I’m using WPML and wanted to translate the description of the custom tabs. For example “accessories” to “Zubehör”. As the description of the tabs isn’t shown in the string translation I added this code to my funtions.php:
add_filter( ‘woocommerce_product_tabs’, ‘woo_rename_tabs’, 98 );
function woo_rename_tabs( $tabs ) {$tabs[‘additional_information’][‘title’] = __( ‘Technical Data’ );
$tabs[‘scope’][‘title’] = __( ‘Applications’ );
$tabs[‘accessories’][‘title’] = __( ‘Accessories’ );return $tabs;
}
That way the custom tabs showed up on the string translation and I was able to translate them into german. But then the described problem with the empty tabs not hiding appeared. As I deleted this code again the tabs are hidden correctly but aren’t translated anymore.
Could you please help me either to find a way to translate the custom tab names or to fix the problem if I use my workaround?
Thank you!
-
This reply was modified 9 years, 10 months ago by
-
AuthorPosts