Senff - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] _product_attributes is emptyHey @torebloch
Can you give us a bit more information about this? Which attributes did you add, and where are they not showing up exactly? From what I can see in the array code above, it does show 2 attributes (brand and material) so it’s not immediately clear what you mean.
Thanks! 🙂
Forum: Plugins
In reply to: [WooCommerce] Change colors on cart pageCan you share a link to your site please? That way, we can check the underlying source code and help you with some code to change the colors.
Thanks!
Forum: Plugins
In reply to: [WooCommerce] IMage width settings not workingHey @wood1e
The layout of your pages appears to be controlled by Elementor, so the width of your images depends on that as well — this can override the setting of your theme.
In your case, you’ve set it to 500 pixels, which is a theme setting, but Elementor overrides this by giving it a width of 48.5% of the content.
To change that, you’ll need to check that in the settings of Elementor, and how the column widths are set for product pages.
Forum: Plugins
In reply to: [WooCommerce] Problems with cart, payment and othersHey @t2app
I’m not able to enter your site right now (it’s showing an Apache test page), but if your checkout page does not look right on all screens, it’s something you’ll need to check within your theme.
Hey @echelon2020
When I determine in minute the maintenance of the stock so that the pending orders are canceled, it does not work.
I’m not entirely clear what you mean by this. How/where did you configure this exactly?
Forum: Plugins
In reply to: [WooCommerce] Next page always starts at bottom?Hey @jonasojczyk
This appears to be related to the way your theme is set up/configured. I’d recommend reaching out to the theme’s own support team.
While we’re experts on our own products, third party themes are best supported by their own resp. developers (and more importantly, I’d rather not give you any incorrect information).
It looks like that theme’s info and support page can be found here:
https://oceanwp.org/Forum: Plugins
In reply to: [WooCommerce] Calculation problem if more then 1 product in cartHey @sandras21
This appears to be a rounding issue. Can you change the setting for Rounding (under WooCommerce → Settings → Tax) and see if that makes a difference?
Image link: https://d.pr/i/W0tFCwForum: Themes and Templates
In reply to: [Storefront] Conflict bootstrap gridHey @novikov4333
Can you share a link to a page where this issue appears so we can take a look? The link you included goes to a “Page not found” error.
Forum: Plugins
In reply to: [WooCommerce] Enable only free shipping after reaching a cart price minimunHey @pedrojosehv
For any help with that plugin, I’d recommend reaching out to the plugin’s own support team.
Any plugins are best supported by their own resp. developers (and more importantly, I’d rather not give you any incorrect information).
It looks like that plugin’s info and support page can be found here:
https://innozilla.com/wordpress-plugins/contact-us/Forum: Plugins
In reply to: [WooCommerce] Remove “default shipping address”Hey @pfmtech
If you go to WooCommerce → Settings → Shipping → Shipping Options, and you select “Default to customer shipping address“, customers will be forced to enter a shipping address.
However, users who are logged in will always see their billing and shipping addresses being prefilled.
- This reply was modified 5 years, 4 months ago by Senff - a11n.
Forum: Plugins
In reply to: [WooCommerce] Floating Add to cart buttonHey @jun1252
You can fix this with a little bit of custom CSS code.
Go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:
.beshop-poroduct.style2 a.button, .beshop-poroduct.style2 a.add_to_cart_button, .beshop-poroduct.style2 a.added_to_cart { position: initial; }Select “Save Changes” from the top, and your changes will be applied to your site.
If you want the button to be visible at all times, use this code instead:
.beshop-poroduct.style2 a.button, .beshop-poroduct.style2 a.add_to_cart_button, .beshop-poroduct.style2 a.added_to_cart { position: initial; visibility: visible; }Forum: Plugins
In reply to: [WooCommerce] Tax calculated incorrectlyHey @lange20
Can you give an example of which product(s) in the cart show the wrong tax?
I tried to add this product and it shows the following:
Image link: https://d.pr/i/CFogN9This makes sense:
– price without tax: 86.96
– tax (15% of 86.96): 13.04
– TOTAL: 100If you can give an example of where the calculations don’t match, we can check into it a bit more.
- This reply was modified 5 years, 4 months ago by Senff - a11n.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] unable to enter card detailsHey @casanova11
Issues like these are usually caused due to a theme conflict, or possibly a third-party plugin. I’d recommend the conflict-testing steps here to isolate the source of the issue:Â https://docs.woocommerce.com/document/how-to-test-for-conflicts/
The best way to determine if the issue is being caused by a theme and/or plugin is to do the following:
– Temporarily switch your theme back to a default theme, such as Storefront.
– Disable all plugins except for WooCommerce and Stripe.
– Test to see if the issue has been resolved.If that resolves the issue, then one-by-one you can switch back your theme and re-enable your plugins, testing in between, until the problem appears again. This will then give you an idea about which plugin is the one causing the conflict.
Forum: Plugins
In reply to: [WooCommerce] How do I export all my transactions????Hey @gsdxena
By default, WooCommerce does not have an option to export a CSV of all your orders. For that, you might want to use this plugin: https://woocommerce.com/products/ordercustomer-csv-export/
Forum: Plugins
In reply to: [WooCommerce] How to change Billing Country and State in Checkout pageHey @shaprack
If everything works well when you have Storefront active, but don’t work anymore when you switch to another theme, then it’s safe to say there is an issue with your theme.
It doesn’t necessarily mean your theme is the problem; it could be a conflict between your theme and another plugin.
You can try to deactivate all plugins, and only keep your theme active. If the problem is still present then, it’s definitely an issue with the theme itself.