Caleb Burks
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Checkout Page Showing Error?Maybe caching related? One of you is logged in while the other is not, so you get different experiences.
Here is a guide for making sure caching is configured correctly to work with WooCommerce: https://docs.woocommerce.com/document/configuring-caching-plugins/
Also, maybe try setting up a new page for the cart page and make sure you add in the needed shortcode. Then assign this page at the cart page at WooCommerce > Settings > Checkout. And lastly, set up permalinks at Settings > Permalinks to be something other than the page ID style.
Forum: Plugins
In reply to: [WooCommerce] subcategory products disappear from main categoryWhat are you product catalog settings at Appearance > Customize > WooCommerce?
And secondly, does this happen on a default WordPress theme like Twenty Seventeen after temporarily switching?
Forum: Plugins
In reply to: [WooCommerce] Woo-commerce Bookings, book now button placementAh, so that does happen at certain screen widths for me.
This is something the theme controls, so you should technically be contacting them. But this CSS should help patch up the problem:
#wc-bookings-booking-form { width: 100%; }
Forum: Plugins
In reply to: [WooCommerce] Registered size instead of woocommerce_gallery_thumbnailThe
woocommerce_gallery_thumbnail_size
filter is expecting an array with the width and heigh values:add_filter( 'woocommerce_gallery_thumbnail_size', function( $size ) { return array( '150', '150' ); } );
Forum: Plugins
In reply to: [WooCommerce] Sorting fuction like in opencart before we moveIn WordPress, this is called “menu_order”. WooCommerce makes it simple with a drag-n-drop inferface though: https://cld.wthms.co/D1zHrO. Can drag and drop product categories as well.
If you do a CSV products export/import, the column will be called “Position” I believe: https://docs.woocommerce.com/document/product-csv-importer-exporter/
Forum: Plugins
In reply to: [WooCommerce] Using same page for website landing and shop landingI would recommend just redirecting the shop page to your homepage. Can do this with a redirect plugin, or more efficiently using this filter: https://github.com/woocommerce/woocommerce/blob/860a575f940e60cf9a1f3c3cf80c69dae4ad6810/includes/wc-page-functions.php#L53. That way the customer won’t be redirected around, and instead will go straight to your custom page.
The filter would be named
woocommerce_get_shop_page_id
, and you just need to return your home page ID.This is intended, WooCommerce managed this stock status for you automatically based on the stock quantity.
The problem was that we had variable “Out of stock”, even if its stock value was 5 and stock management was only on variation level
So it’s not really out of stock then? If it is, set the stock quantity to 0 or disable stock management at the variation level.
Forum: Plugins
In reply to: [WooCommerce] Want the check box1) Here is a guide on editing the variable price display: https://calebburks.com/modify-variable-product-prices-in-woocommerce/
2) You can have other types of fields using Product Add-Ons: https://www.woocommerce.com/products/product-add-ons/
3) That will require some template customization. Could temporarily hide it with CSS for a quick fix, but that’s not ideal since it will still be loaded onto the page. I can’t help with the CSS unless you make the page visible.
Forum: Plugins
In reply to: [WooCommerce] product thumbnail size in cartI would first recommend regenerating all image thumbnails: https://www.ads-software.com/plugins/regenerate-thumbnails/
If that does not help, then temporarily switch to a default WordPress theme and regenerate. Is the problem resolved then? If so, your theme is causing this and you will need to contact the theme authors.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce add to cart not workingThe product did appear for me right away when I added it to the cart.
But if you are experiencing problems still, there are one of two things happening:
1) Caching. Make sure you have caching disabled on the cart/checkout pages: https://docs.woocommerce.com/document/configuring-caching-plugins/
2) A plugin/theme conflict. The mini-cart problem in particular could quite possibly be a theme issue with it not updating correctly. You can rule out third party conflicts following this guide: https://docs.woocommerce.com/document/woocommerce-self-service-guide/#section-4
Forum: Plugins
In reply to: [WooCommerce] Edit product details / product buttonsYour theme is doing some extra stuff in this area, so this is likely going to be very theme specific and any existing code snippets likely won’t work for you.
By default though, the add to cart area on product archives is powered by this template: https://github.com/woocommerce/woocommerce/blob/master/templates/loop/add-to-cart.php
Forum: Plugins
In reply to: [WooCommerce] Pinterest “save” buttons appear on the product imagesThis button is not coming from WooCommerce by default. Sounds like it is coming from Jetpack? You’ll need to continue with support from their end, as this forum area is only for WooCommerce core.
Forum: Plugins
In reply to: [WooCommerce] Woo-commerce Bookings, book now button placementThis is what I see: https://cld.wthms.co/LOb1qD
What are you looking to do exactly?
Forum: Plugins
In reply to: [WooCommerce] General (and noobish) questionI think this is what you need if I’m understanding correctly:
#custom_html-10 div.textwidget.custom-html-widget a { display: inline-block; }
Otherwise I’m not not sure I follow what you mean by “active part”. Could you explain a bit more what you are trying to do?
Forum: Plugins
In reply to: [WooCommerce] Order modification or order id transferThere isn’t anything in place for this to work by default. Best to collect all information the first time around as most already-built solutions are for that.
If this is something you need though, you will likely need to hire a developer for the customizations needed:
– https://jobs.wordpress.net/
– https://codeable.io/
– https://woocommerce.com/experts/