bazish
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Restrict payment options based on product@sean and @bheadrick
both solutions are great way to get customize Woocommerce, thanks for the codes..
i have another problem, where i want items from same shipping class to be added to cart, i.e.
Product A have shipping class SC1
Product B have Shipping class SC1
Product C have Shipping class SC2
Product D have Shipping class SC3User added Product A to cart,
than user added Product C to cart, it should give them message or not allowing them to add this product as it’s shipping class different than the one already in Cart.user can only add Product A, Product B to cart for one checkout order.
Product C to cart for one checkout order.
and Product D to cart for one checkout order.no same shipping class to be checked out in one order.
i am using WordPress 3.5.1, WooCommerce 2.0.12 and WooCommerce Table Rate Shipping plugin.
Forum: Fixing WordPress
In reply to: Contact Form 7 CSS on input and checkbox fieldsWell, not sure i should add comments here to the 7months old topic, but i just face the same issue while styling contactform7 to match wordpress theme style, i declare width for the input fields in my css to 350px, and i wanted my phone field to be 200px and i can’t get it done, i just removed the css in my style file, and declare size and maxlength in Contactform’s form generation field as read on contactform site, and it works smoothly as i wanted, still have my own style to the input fields and control the widths of the input fileds as i wanted.