Hi @mmk175
I think I have it cracked. If I provide a shipping option the user cannot complete the payment process with selecting one.
Since I will add in the postcodes for the shipping options unwanted users cannot place orders.
I am happy to hear that you’ve figured out a great way to manage your shipping options. Indeed, by requiring customers to select a shipping option before completing the payment process, you can ensure that only those within your specified postcodes can place orders. This is a smart way to control your order flow and manage your shipping logistics.
However, if you want, you can also use an additional plugin to achieve it, such as WooCommerce Advanced Shipping Packages, WooCommerce Table Rate Shipping or WooCommerce Conditional Shipping and Payments. All these plugins allow you to create complex shipping rules based on various conditions, including location, item count, weight, and more. This can help prevent customers from circumventing the shipping rules.
If you know anything else about CSS and making my site mobile responsive, any advice there would be greatly appreciated.
Making your site mobile responsive is related to your theme. However, here are some tips that might help you:
- Use media queries: Media queries in CSS allow you to apply styles to specific devices based on characteristics, such as screen resolution or device width. This is crucial in creating a responsive design.
- Flexible images and grids: Ensure your images and layout grids are flexible to adapt to different screen sizes. You can use percentages instead of fixed pixels for widths.
- Test on multiple devices: Always test your site on different devices and screen sizes to make sure your design works well on all of them. If you are using Google Chrome, then consider using the Responsive Viewer addon.
- Consider a mobile-first approach: This means designing for the smallest screen first and progressively enhancing the experience for larger screens. This approach can help ensure your site looks good on all devices.
- Use a responsive theme: If you’re not comfortable with coding, WooCommerce offers a variety of responsive themes that can help make your site mobile-friendly without requiring you to write any CSS.
Remember, a mobile-responsive site is not only important for user experience but also for SEO. Google ranks mobile-friendly websites higher in search results.
Rest assured, WooCommerce is responsive and performs exceptionally well on all available devices.
I hope this helps! If you have any other questions, feel free to ask.