Luminus Alabi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product VariationHi @jheerce,
We haven’t heard from you in a while now so I’ll go ahead and mark this thread as resolved.
If you have any further questions, I recommend creating a new thread.
Forum: Plugins
In reply to: [WooCommerce] Shipping Details missingHi @aarthiraj,
We haven’t heard from you in a while now so I’ll go ahead and mark this thread as resolved.
If you have any further questions, I recommend creating a new thread.
Forum: Plugins
In reply to: [WooCommerce] Quantity based flat rateHi @anam_themexpert,
We haven’t heard from you in a while now so I’ll go ahead and mark this thread as resolved.
If you have any further questions, I recommend creating a new thread.
Forum: Plugins
In reply to: [WooCommerce] Can’t Remove Sales Tax from the Admin Manual Order ScreenHi @tycreate,
If you’re adding an order manually and you have automated taxes disabled, taxes only come into play when you click the “Recalculate” button.
If you don’t want to charge taxes, simply avoid clicking that button. The whole point of the button is to calculate any additional costs that you have not added in.
If taxes are really applied and you want to remove them, you can simply click the pencil icon next to the product row, set the value of the Tax to 0 as shown in the screenshot and hit the save button.
Full Size: https://d.pr/i/hq1IV4If you hit the recalculate button again after doing this, the taxes will be reapplied.
Forum: Plugins
In reply to: [WooCommerce] single products attributes tableHi @fruitloop0709,
I presume you’re referring to the section of the table highlighted in blue below:
Full Size: https://d.pr/i/PRXZb8This is on account of some fancy CSS you’ve got going on here. Here’s a screenshot showing you the offending CSS so that you know what elements to target with your CSS classes:
Full Size: https://d.pr/i/mERQPeForum: Plugins
In reply to: [WooCommerce] Order Update PUT API in VB.net not workingHi @yonahs,
Seeing as the operation is working as expected in Postman, you’ll most likely want to debug your VB.Net code to see what’s not working properly.
You’ll probably get the best assistance on a VB.Net specific forum or message board as this doesn’t seem to be a WooCommerce specific issue as shown by your ability to get this working in Postman.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce not working in SpanishHi @justinwheeler,
I see that you have the language on your site set to Spanish (Peru). The Peruvian Spanish translation of WooCommerce currently sits at 28% as you can see from here – https://translate.wordpress.org/locale/es-pe/default/wp-plugins/woocommerce/
Your options here are as follows:
- Help the community get the translations to 100% by pitching in and helping to translate some of the yet untranslated strings
- Use the Loco Translate plugin to handle translations for your site alone
- Switch to the Spanish (Spain) translation which currently sits at 100% as you can see here – https://translate.wordpress.org/locale/es/default/wp-plugins/woocommerce/
Forum: Plugins
In reply to: [WooCommerce] Select Variation Price Shop PageHi @wpcal01,
The price displayed is dependent on the variation selected.
However, you can use this plugin to display a custom price string if you want – https://github.com/woocommerce/woocommerce-subscriptions-custom-price-string
If you need to change the price that is displayed, you will update the details you’ve provided via this plugin.
Forum: Plugins
In reply to: [WooCommerce] Add action after csv importHi @jaydd,
I’m not sure what you’re asking here. Can you explain what you’re trying to do in detail?
Forum: Plugins
In reply to: [WooCommerce] Product Bundle compatibility problemHi @fcueva08,
Support for premium products is not handled here in the community forums.
I’d recommend reaching out to the developers of the plugins you’re having issues with.
You can reach the X for WooCommerce team for support here – https://help.xforwoocommerce.com/my-support-tickets/.
They’ll be in the best position to provide you with information concerning compatibility with other products.
Forum: Plugins
In reply to: [WooCommerce] Quantity based flat rateHi @anam_themexpert,
You can’t achieve this with the flat rate shipping method.
You’ll want to look at the Table Rate Shipping extension for the sort of tiered pricing that you’re looking to set up here.
Forum: Plugins
In reply to: [WooCommerce] Shipping Details missingHi @aarthiraj,
How do I move the checkbox in the checkout page. They are misaligned. I have tried additional css options suggested in other topics and no luck.
Can you shed more light on exactly what you’re trying to do here?
Are you trying to make the “Create an account?” checkbox line up with its label in this manner?
Full Size: https://d.pr/i/K5BDMUIf that’s the case, you can do so by adding in this bit of custom CSS:
.woocommerce form .form-row .input-checkbox[type="checkbox"] { margin-top: 10px; }Forum: Plugins
In reply to: [WooCommerce] Product page issue with custom themeHi @crossflow,
@terrytsang is spot on in his analysis of the situation here. If you want to apply the same look to both pages, you either need to use the same template for them or apply the same code to both templates to achieve identical results.
Forum: Plugins
In reply to: [WooCommerce] Product VariationHi @jheerce,
Your best bet here would be to export your products to a CSV document, make the necessary updates to the document, and then re-import it to update your products.
You’ll find information concerning the Product CSV Importer and Exporter function of WooCommerce here – https://docs.woocommerce.com/document/product-csv-importer-exporter/.
Forum: Plugins
In reply to: [WooCommerce] Short-code specific top level categories onlyHi @hypevent,
A @linux4me2 mentioned, the
orderbyattribute is your friend here.You can see the possible options for that attribute in the documentation here – https://docs.woocommerce.com/document/woocommerce-shortcodes/#product-category-attributes.