Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Customizer Options (WooCommerce Product Catalog) #39

Open
tltoys opened this issue Mar 23, 2024 · 0 comments
Open

Missing Customizer Options (WooCommerce Product Catalog) #39

tltoys opened this issue Mar 23, 2024 · 0 comments

Comments

@tltoys
Copy link

tltoys commented Mar 23, 2024

I noticed the wordpress customizer is missing 4 options that are documented in the official docs found here:
https://docs.yithemes.com/yith-proteo/shop-options/product-catalog/

I attempted to troubleshoot this and found the code for these missing customizer options in \inc\customizer\panels\woocommerce\product-catalog.php.

Missing options (WooCommerce Product Catalog):
Add to cart style (yith_proteo_products_loop_add_to_cart_style)
Add to cart font size (yith_proteo_product_catalog_add_to_cart_font_size)
Add to cart position (yith_proteo_products_loop_add_to_cart_position)
Show “View details” link (yith_proteo_product_loop_view_details_enable)

I tried disabling all plugins other than WooCommerce and the problem persisted.

I also checked my database for wp_options -> theme_mods_yith-proteo-child and it does not contain the values for the 4 missing options.

I don’t see what is causing the issue. Please let me know if you can help!

My cusomizer view (WooCommerce->Product Catalog)
image

Documented options from YITH
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant