WP_j75
Forum Replies Created
-
There’s actually a plugin that does that and more.
Specifically displaying the custom attributes on the order’s page.
https://www.ads-software.com/plugins/woocommerce-show-attributes/J.A
Forum: Plugins
In reply to: [WooCommerce] slide show now worlingIt seems your product gallery is turned off.
Go to Admin Panel->Woocommerce->Settings->General and
in the bottom part under scripts you need to check the box
that says enable Lightbox.J.A
Forum: Plugins
In reply to: [WooCommerce] Users not allowed to registerIn the registration form it ask for the user to register there
email and password. The username ends up being the email they
register with.J.A
Forum: Plugins
In reply to: [WooCommerce] Selecting countries by groupWhat you’d like is something with pre-created zones or regions
from which can just be selected. Most plugins allow you to create your
own so I haven’t seen one with pre-created zones or regions.
Flat Rate per State/Country/Region for Woocommerce allows something
similar with pre-created zones but it’s used for flat rates.J.A
Forum: Plugins
In reply to: [WooCommerce] woocommerce-onlineShop: first 50 Items for freeFor such a specific offer you will need a plugin that can
do conditional cart discounts such as you mentioned.
Dynamic Pricing & Discounts should be able to achieve this.https://codecanyon.net/item/woocommerce-dynamic-pricing-discounts/7119279
J.A
Forum: Plugins
In reply to: [WooCommerce] Shipping & Payment options not workingCould you provide more details regarding the issue?
Such as what payment module are you trying to install,
have you added all your products?J.A
Forum: Plugins
In reply to: [WooCommerce] Product size solutionIn the Admin Panel->Woocommerce->Settings->Products there is
a section called Product Image Sizes. You should be able to able
to change both product image sizes and thumbnail sizes as well.J.A
Forum: Plugins
In reply to: [WooCommerce] Selecting countries by groupThe Table Rates Shipping plugin does just that and
lets you configure how you wish to define zones and what
countries are included in it.
https://docs.woothemes.com/document/table-rate-shipping-v2/J.A
You should be able to just change a little piece in code to
get the attributes.// Variation
if ( $item_meta->meta ) {
echo ‘
<small>’ . nl2br( $item_meta->display( true, true ) ) . ‘</small>’;
}The bolded area should be $_product->get_attribute( ‘delivery’ )
Hope this works for you.J.A
Forum: Plugins
In reply to: [WooCommerce] Order Reports Export, product details?Could you please elaborate a little more?
You want to add the total amount of sales of both
contact lenses and cases, correct?
When you export the report it gives you only product info?J.A
Forum: Plugins
In reply to: [WooCommerce] All my products are not displayed in my sub-category pageI’ve checked your links and when I pull up https://www.lesbonnesbases.ch/shop/cruisers-2/ I get only the skateboards.
Is that what your trying to have show up only or is it another set of products?J.A
Forum: Plugins
In reply to: [WooCommerce] Delivery OptionsWith woocommerce you won’t be able to specify exactly what you are asking for
and need a plugin for that.
https://www.ads-software.com/plugins/table-rate-shipping-for-woocommerce/The table rate shipping plugin should do just that, specify shipping price by quantity.
J.A