WooCommerce Checkout page reloads automatically and infinitely
I am using the "Porto" eCommerce theme. Everything else works fine. Even if unregistered/"Not logged in" users goes to the Checkout page, they can places order just fine. Problem arises when users...
View ArticleHow to show the other products of the product categories the product is...
The need is to show on the single product page sidebar the other products in the categories the product is included. For example:A bike is included in product categories (x,y,z)When clicked at Bike, I...
View ArticleAdding a datepicker to Woocommerce Checkout Page
I'd like to add a custom field to my billing checkout page in Woocommerce. I'd like it to be a birthday field and have them select it from the datepicker. How do I enable this functionality within...
View ArticleHow to add properties to Woocomerce account?
I would like to add some properties to my accounts in woocomerce (ie: eyes color)In the codex, i've found solutions to add fields into checkout but I do not need these informations in checkout, I want...
View ArticleHow to automatically POLL a rest API/Service
So I am going to be building an application that utilises the woo commerce api to pull in orders and order information from wordpress and woo commerce. I have built a real basic app for testing which...
View ArticleWoocommerce different template for products
I want to set different template for the relevant product category. I changed single-product.php file if (is_product_category( 'first-category' )) { woocommerce_get_template_part( 'content',...
View ArticleCalling a WordPress function out of class
I have a woocommerce plugin that has a class Foo: function wc_foo_init(){class WC_Foo extends WC_Shipping_Method{ $var=get_option(); //gets an option for this session function sayHello(){ echo $var;...
View ArticleGet total cart woocommerce
I need to have the import of cart in woocommerce.But i need the number without wc_price().This is my code: global $woocommerce; $app=$woocommerce->cart->get_cart_total();...
View ArticleWhat exact code is needed for WordPress/Woocommerce login/sign up pages [on...
I am creating a small e-commerce website using wordpress & woocommerce but I'm not really understanding the login/signup abilities for users. I just want users who visit the site to be able to...
View Article(Woocommerce) Is it possible to hide a attribute dropdown on the product page?
I'm having a little difficulty with WooCommerce. I'm currently developing a webshop, containing products with a lot of variations. For example: Product 1 Green 10 x 10 cmGreen 10 x 15 cmYellow 10 x 10...
View Articleis there a way of adding form control to the input fields on woocommerce in...
I'm trying to style the form input fields to make it look nicer. Anyone know how this is easily done? I've looked round to see in the php files but no luck on where to change this. Thanks! Solution:...
View ArticleButton that links to same product in a different category wordpress woocommerce
I'm looking for someone who can help me out with a problem I'm running into at the moment.I am trying to add a link onto my product page which redirects the user to the same product but under another...
View Article$_FILES empty at checkout
I have added a bunch of new fields to my checkout form in woocommerce. it reads in the finished php file as such; <form name="checkout" method="post" class="checkout woocommerce-checkout processing"...
View ArticleHow to add Currency Switcher Drop down menu next to Add to Cart Button on...
Hi i have this website www.gallery5designs.com and this is a link to sample product http://gallery5designs.com/product/necklace-18k-white-gold-plating-aaa-cubic-zerconia/ I have a plugin named...
View ArticleCSS Change text colour on WooCommerce variation drop down WP theme is overriding
Straight forward issue, I have Zerif Pro for WP and it has a lovely section to customise text colour. However, that appears to be overriding certain areas which I would like to be a different colour....
View ArticleWocommerce Checkout Page Customization
I am working on an e-commerce website built in Woocommerce. I want to add an extra field 'Delivery Date' in the billing form (in checkout page). Here is the snapshot of the page I want to add 'Delivery...
View ArticleWoocommerce hide product description on load
I need to hide the product description in the product page. But when the user clicks on the description tab I need to show the content. When the user clicks again, I need to hide the description. It...
View ArticleStop or Hide autocomplete text on registration login
I have a WordPress WooCommerce site. The login and registration page is the same. The issue I'm running into is that the saved username and passwords are autofilling the registration side of the page...
View ArticleHow can I use bootstrap with wordpress & woocommerce?
I've made websites from scratch using bootstrap and websites using wordpress but now I want to make an e-commerce website using wordpress and woocommerce but I also want to utilise bootrap's commands...
View ArticleWoocommerce session
I have landing page out of my website, with subdomain, lets say: lp.test.com On this page i have button "buy" that works great, with the link (example):...
View Article