Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all 102307 articles
Browse latest View live

WooCommerce Product Links to Product Pages Not Working

$
0
0

Replies: 1

WooCommerce Product Links to Product Pages Not Working

If you click on the product images for some of the product on this page it opens a new window with the product page – see products 4, 6, 8 but for the rest if you click on the product image hyperlink it reloads the current page http://www.leadershipmind.com/workplace-solutions/disc-assessment-tools/. How do we fix this so that the product page appears when you click on the product image, rather than relaunching the page? It looks like all of the products are set up exactly the same. We’ve updated all of the plugins too.

Thanks in advance.


UK countries not in the shipping to list

$
0
0

Replies: 0

Hello,

For some reasons, when I’m on the front-end, in the cart page, I cannot find any countries in the UK for the shipping estimation.
No England, no Ireland, etc.
But I got pretty much every other countries in the world. I haven’t put anywhere that I don’t want to ship to UK.

The selling point is set to “Sell to all countries”.

Other than that, is there any reason this can happen?
I am using a plugin called “WooCommerce Shipping Per Product v2”, to handle shipping pricing per products, but the only thing I do is setting the price per regions, and I cannot modify regions in the system so, this shouldn’t be an issue.

Thanks

Checkbox “Used for variations” under attributes hidden for custom product types

$
0
0

Replies: 1

when adding a custom product type, it is easy to modify the visibility of ‘inventory’ or ‘variations’ data tabs by using the woocommerce_product_data_tabs filter like:

add_filter('woocommerce_product_data_tabs','pluginname_add_cprt_data_tabs');
function pluginname_add_cprt_data_tabs($data_tabs){
    $data_tabs['inventory']['class'][] = 'show_if_cprt';
    $data_tabs['variations']['class'][] = 'show_if_cprt';

    return $meta_tabs;
}

And that works. However, there is no filter to make the ‘Used for variations’ checkbox under ‘Attributes’ data tab visible in a similar way. So while there is a filter to make the variations tab visible, there is no filter to actually get any variations from the attributes tab to the variations.

The checkbox is displayed as

<div class="enable_variation show_if_variable">
  <label><input type="checkbox" class="checkbox" <?php checked( $attribute->get_variation(), true ); ?> name="attribute_variation[<?php echo $i; ?>]" value="1" /> <?php _e( 'Used for variations', 'woocommerce' ); ?>
  </label>
</div>

I solved it with jQuery that adds the class to .enable_variation but I believe a filter would be a nicer solution.

Woocommerce – Sage 50 Integration

$
0
0

Replies: 0

Hi there,
We would like to export Woocommerce orders in .imp format for Sage 50.
Can you help us with that please?
Thx,

Marie-Hélène

404s Galore

$
0
0

Replies: 0

(Sorry if this is in the wrong place – I’m new here and the search function wasn’t working to try to find similar topics.)

I’m having trouble with my WooCommerce/WordPress site, where I can’t create any pages, and all pages which were previously there now return 404 errors (even though they still show up on the pages list under the same permalink), save for my homepage and shop page.

The site in question is relianceventures.website, though I’ve also duplicated the issue at a few different locations in an attempt to troubleshoot. Those locations are:

site.relianceventures.website
backup.relianceventures.website (since deleted)
reliance.threepitchstrikeout.com (tried twice)

I’m using the StoreFront theme with WooCommerce. Other than that, the only changes I’ve made have been through the Customizer.

I’ve tried this across two separate hosts (NameCheap and Bluehost) and had the identical issue, so I know the host isn’t the issue. And I’ve tried it on five different WordPress installations, so I doubt WordPress is the issue. That leaves me as the likely culprit! hoping you guys can help. Let me know if there’s any other info I can provide…tried to be thorough but it’s entirely possible I omitted some important info.

Really hope you guys can help. Thanks in advance.

Restricting Free Shipping Over a Certain Amount

$
0
0

Replies: 0

Our store offers free shipping on orders over $75. The Free Shipping method is set up to offer free shipping if there is a valid coupon or a min. amount of $75.

My questions is…is there any way to restrict or remove free shipping if the order amount is over a certain amount, say $200.

Sync WooCommerce stage

$
0
0

Replies: 0

I have a staging environment for WooCommerce DEV, but I am afraid to migrate the DB back to PROD for fear of loosing the newest orders.

Now I am perplexed on how to safely migrate woocommerce changes back to DEV

Any pointers?

terms and condition _blank ver 3.0.1

$
0
0

Replies: 0

Hi,
on 3.2.1 terms and condition link is no lionger open in a new window but, instead, in a sort of iframe in the bottom of the page.
I need to be open in a new window due to the format I gave to the page!

Any Hint?


Change product ID

$
0
0

Replies: 0

Hello, I have just started using WooCommerce and it seems to be just what I want. However, I need to export/import product prices. For that purpose I need the product ID of my products to match a SAP ID from my products database. Any chance I can edit the ID of a WooCommerce product?

Failed to Programmatically Update Woocommerce Cart Total

$
0
0

Replies: 0

We are trying to change woocommece cart totals ( Including subtotal, shipping ) programatically using ‘woocommerce_calculate_totals‘ hook. We have updated woocommerce to the latest version. Now the ‘total’ price in the cart not changing according to the changed value of subtotal and shipping, it always shows the default value. So please help

This image will explain the issue

The below code explains what we are doing with ‘woocommerce_calculate_totals’ hook



add_action('woocommerce_calculate_totals', 'offer_book_calculate_total',10);
function offer_book_calculate_total() {
   global $woocommerce;
   $woocommerce->cart->cart_contents_total = xxx // some value
   $woocommerce->cart->subtotal = xxx // some value
   $woocommerce->cart->shipping_total = xxx //some value

}
But the 'total' price calculated is not changing, it always shows the default value
  • This topic was modified 3 hours, 39 minutes ago by maneshmpp.
  • This topic was modified 3 hours, 38 minutes ago by maneshmpp.

first price repeated down the list

$
0
0

Replies: 0

I changed Woocommerce to show the prices inclusive of tax. Now when I list a product page or go to the shop page, whichever price is allocated for the first product on the page is listed as the price for ALL the products. Going to Read More for the individual product shows the correct price, and the cart shows the correct price. Even when I change it back to ex tax price, the same things happens. The first item is $8 the second should be $316 but it shows as $8.
What have I done wrong?

Add to cart variations fails

$
0
0

Replies: 0

Hi!

I have been trying to find out what is wrong with variations and add to cart. Basically I have set up attributes, variations of the product, different prices for them and once I try to add the variation product to the cart, using the url:
http://airis.lt/cart/?add-to-cart=80&variation_id=112&attribute_laikotarpis=Diena&attribute_kaloriju-norma=1300&attribute_rinkiniai=Reguliarūs

It adds the parent product, the main one, not the variation. Before setting up the prices it would require the attributes when adding to cart, once I have set up the prices it just ignores everything and adds the simple product to cart, not the variation.

No other plugins installed.

Is it possible to recognize short description as default description?

$
0
0

Replies: 0

Hi.

I want to use short description as default (original) description.

now i am using Short description as Product description but I have a problem that description empty in product feed, Schema.

Colud you tell me how do fix that?

Thank you.

Customer completed emails option has disappeared and coupons aren’t working

$
0
0

Replies: 0

Hi! Status report pasted below the question….

I am experiencing 2 issues – the first is my free shipping coupons seem to have stopped working. I have one for everything in a category and I cannot get it to consistently apply. I can’t fogure out what is wrong and have fiddles so much that I can’t remember my original settings now! I have shipping settings set to allow free shipping when there is a valid free shipping coupon. And I have 3 free shipping coupons I use regularly, but the one causing trouble is when anything in 2 particular category is in the cart, there should be free shipping available, and it is not working.

The second issue is, when I complete an order, there used to be an option to send the customer completed order email. The option has now disappeared and there is only the resend order details option? Is the completed order sent automatically or is it jut not an option suddenly? There is still a template and settings for this email so it is stil there in the setup?
Thank you for your help,
Keneena


### WordPress Environment ###

Home URL: https://kablooiestore.com.au
Site URL: https://kablooiestore.com.au
WC Version: 3.2.1
Log Directory Writable: ✔
WP Version: 4.8.2
WP Multisite: –
WP Memory Limit: 256 MB
WP Debug Mode: –
WP Cron: ✔
Language: en_AU

### Server Environment ###

Server Info: LiteSpeed
PHP Version: 7.0.24
PHP Post Max Size: 64 MB
PHP Time Limit: 300
PHP Max Input Vars: 3000
cURL Version: 7.54.0
OpenSSL/1.0.2k

SUHOSIN Installed: –
Max Upload Size: 64 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔

### Database ###

WC Database Version: 3.2.1
WC Database Prefix: wp_khzd_
Total Database Size: 35.98MB
Database Data Size: 30.39MB
Database Index Size: 5.59MB
wp_khzd_woocommerce_sessions: Data: 11.31MB + Index: 0.63MB
wp_khzd_woocommerce_api_keys: Data: 0.00MB + Index: 0.01MB
wp_khzd_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.01MB
wp_khzd_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB
wp_khzd_woocommerce_order_items: Data: 0.06MB + Index: 0.03MB
wp_khzd_woocommerce_order_itemmeta: Data: 0.42MB + Index: 0.28MB
wp_khzd_woocommerce_tax_rates: Data: 0.00MB + Index: 0.00MB
wp_khzd_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB
wp_khzd_woocommerce_shipping_zones: Data: 0.00MB + Index: 0.00MB
wp_khzd_woocommerce_shipping_zone_locations: Data: 0.00MB + Index: 0.01MB
wp_khzd_woocommerce_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB
wp_khzd_woocommerce_payment_tokens: Data: 0.00MB + Index: 0.00MB
wp_khzd_woocommerce_payment_tokenmeta: Data: 0.00MB + Index: 0.01MB
wp_khzd_woocommerce_log: Data: 0.00MB + Index: 0.00MB
wp_khzd_ac_abandoned_cart_history_lite: Data: 0.04MB + Index: 0.00MB
wp_khzd_ac_email_templates_lite: Data: 0.00MB + Index: 0.00MB
wp_khzd_ac_guest_abandoned_cart_history_lite: Data: 0.00MB + Index: 0.00MB
wp_khzd_ac_sent_history_lite: Data: 0.00MB + Index: 0.00MB
wp_khzd_commentmeta: Data: 0.01MB + Index: 0.02MB
wp_khzd_comments: Data: 0.31MB + Index: 0.15MB
wp_khzd_failed_jobs: Data: 0.02MB + Index: 0.00MB
wp_khzd_hidemysiteSecure: Data: 0.00MB + Index: 0.00MB
wp_khzd_jitso_offer_accepts: Data: 0.00MB + Index: 0.00MB
wp_khzd_jitso_offer_conversions: Data: 0.00MB + Index: 0.00MB
wp_khzd_jitso_offer_declines: Data: 0.01MB + Index: 0.00MB
wp_khzd_jitso_offer_views: Data: 0.06MB + Index: 0.00MB
wp_khzd_links: Data: 0.00MB + Index: 0.00MB
wp_khzd_mailchimp_carts: Data: 0.02MB + Index: 0.00MB
wp_khzd_options: Data: 4.88MB + Index: 0.47MB
wp_khzd_postmeta: Data: 4.03MB + Index: 1.98MB
wp_khzd_posts: Data: 1.28MB + Index: 0.22MB
wp_khzd_queue: Data: 0.03MB + Index: 0.00MB
wp_khzd_redirection_404: Data: 0.17MB + Index: 0.08MB
wp_khzd_redirection_groups: Data: 0.00MB + Index: 0.00MB
wp_khzd_redirection_items: Data: 0.01MB + Index: 0.01MB
wp_khzd_redirection_logs: Data: 0.05MB + Index: 0.02MB
wp_khzd_termmeta: Data: 0.02MB + Index: 0.02MB
wp_khzd_terms: Data: 0.02MB + Index: 0.06MB
wp_khzd_term_relationships: Data: 0.05MB + Index: 0.11MB
wp_khzd_term_taxonomy: Data: 0.02MB + Index: 0.02MB
wp_khzd_usermeta: Data: 0.42MB + Index: 0.19MB
wp_khzd_users: Data: 0.01MB + Index: 0.02MB
wp_khzd_wcpdf_invoice_number: Data: 0.00MB + Index: 0.00MB
wp_khzd_wdi_feeds: Data: 0.00MB + Index: 0.00MB
wp_khzd_wdi_themes: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfBadLeechers: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfBlockedCommentLog: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfBlockedIPLog: Data: 0.01MB + Index: 0.01MB
wp_khzd_wfBlocks: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfBlocksAdv: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfConfig: Data: 0.77MB + Index: 0.01MB
wp_khzd_wfCrawlers: Data: 0.01MB + Index: 0.00MB
wp_khzd_wfFileMods: Data: 1.81MB + Index: 0.36MB
wp_khzd_wfHits: Data: 3.09MB + Index: 0.54MB
wp_khzd_wfHoover: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfIssues: Data: 0.01MB + Index: 0.00MB
wp_khzd_wfKnownFileList: Data: 1.00MB + Index: 0.11MB
wp_khzd_wfLeechers: Data: 0.07MB + Index: 0.07MB
wp_khzd_wfLockedOut: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfLocs: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfLogins: Data: 0.17MB + Index: 0.04MB
wp_khzd_wfNet404s: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfNotifications: Data: 0.03MB + Index: 0.00MB
wp_khzd_wfPendingIssues: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfReverseCache: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfScanners: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfSNIPCache: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfStatus: Data: 0.14MB + Index: 0.06MB
wp_khzd_wfThrottleLog: Data: 0.00MB + Index: 0.00MB
wp_khzd_wfVulnScanners: Data: 0.00MB + Index: 0.00MB
wp_khzd_woocommerce_bundled_itemmeta: Data: 0.01MB + Index: 0.02MB
wp_khzd_woocommerce_bundled_items: Data: 0.00MB + Index: 0.00MB
wp_khzd_yith_wcwl: Data: 0.00MB + Index: 0.00MB
wp_khzd_yith_wcwl_lists: Data: 0.00MB + Index: 0.01MB
wp_khzd_yoast_seo_links: Data: 0.02MB + Index: 0.01MB
wp_khzd_yoast_seo_meta: Data: 0.00MB + Index: 0.00MB

### Post Type Counts ###

attachment: 435
feedback: 1
jit_sales_offer: 1
jp_img_sitemap: 1
jp_sitemap: 1
jp_sitemap_master: 1
mc4wp-form: 2
ml-slider: 2
nav_menu_item: 17
page: 14
post: 24
product: 70
product_variation: 703
revision: 122
shop_coupon: 12
shop_order: 350
shop_order_refund: 19
wafs: 3
wpcf7_contact_form: 2
wpcr3_review: 15

### Security ###

Secure connection (HTTPS): ✔
Hide errors from visitors: ✔

### Active Plugins (29) ###

WooCommerce Afterpay Gateway: by AfterPay – 1.3.1 – Not tested with the active version of WooCommerce
Akismet Anti-Spam: by Automattic – 4.0
Contact Form 7: by Takayuki Miyoshi – 4.9
Google Analytics Dashboard for WP (GADWP): by Alin Marcu – 5.1.2
Imsanity: by Shane Bishop – 2.3.9
Insert Headers and Footers: by WPBeginner – 1.4.2
MailChimp for WooCommerce: by MailChimp – 2.0.2 – Not tested with the active version of WooCommerce
MailChimp for WordPress: by ibericode – 4.1.10
MOJO Marketplace: by Mike Hansen – 1.2.7
WooCommerce Shipment Tracking API Extension for ReadyToShip: by Ben Slinger – 0.3 – Not tested with the active version of WooCommerce
Really Simple SSL pro: by Rogier Lankhorst – 2.0.3
Really Simple SSL: by Rogier Lankhorst – 2.5.22
Redirection: by John Godley – 2.8.1
Page Builder by SiteOrigin: by SiteOrigin – 2.5.13
SiteOrigin Widgets Bundle: by SiteOrigin – 1.10.2
UpdraftPlus – Backup/Restore: by UpdraftPlus.Com
DavidAnderson – 1.13.12

Woo Free Shipping Bar: by VillaTheme – 1.0.4
Abandoned Cart Lite for WooCommerce: by Tyche Softwares – 4.4
WooCommerce Category Banner: by WP BackOffice – 1.1.2 – Not tested with the active version of WooCommerce
WooCommerce Free Shipping Bar: by VillaTheme – 1.0.4 – Not tested with the active version of WooCommerce
WooCommerce Stripe Gateway: by WooCommerce – 3.2.3 – Not tested with the active version of WooCommerce
WooCommerce PDF Invoices & Packing Slips: by Ewout Fernhout – 2.0.13 – Not tested with the active version of WooCommerce
WooCommerce Product Bundles: by SomewhereWarm – 5.4.3 – 5.5.2 is available – Not tested with the active version of WooCommerce
WooCommerce Shipment Tracking: by WooCommerce – 1.6.8 – Not tested with the active version of WooCommerce
WooCommerce: by Automattic – 3.2.1
Wordfence Security: by Wordfence – 6.3.20
Yoast SEO: by Team Yoast – 5.7.1
WP Customer Reviews: by Go Web Solutions – 3.1.4
YITH WooCommerce Wishlist: by YITHEMES – 2.1.2 – Not tested with the active version of WooCommerce

### Settings ###

API Enabled: ✔
Force SSL: ✔
Currency: AUD ($)
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Number of Decimals: 2
Taxonomies: Product Types: bundle (bundle)
external (external)
grouped (grouped)
simple (simple)
variable (variable)

Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
featured (featured)
outofstock (outofstock)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)

### WC Pages ###

Shop base: #5 – /kablooie-store-shop/
Cart: #6 – /cart/
Checkout: #7 – /checkout/
My account: #8 – /my-account/
Terms and conditions: #49 – /policies-faq/

### Theme ###

Name: FreeStore
Version: 1.2.1
Author URL: https://kairaweb.com/
Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
WooCommerce Support: ✔

### Templates ###

Overrides: –
`

woocommerce COD extra fee

$
0
0

Replies: 0

It is possible without additional plugin to add extra COD fee ?


problem with REST Api

$
0
0

Replies: 0

Hello,

I’m trying to develop a rest client with api v2. I can get products, categories, etc, but I can’t post or put anything. The error I get is this:

{“code”:”rest_invalid_json”,”message”:”El cuerpo JSON no v\u00e1lido pas\u00f3.”
,”data”:{“status”:400,”json_error_code”:4,”json_error_message”:”Syntax error”}}c
url: (3) [globbing] unmatched close brace/bracket in column 8

and this is the curl command:

D:\Instaladores\curl>curl -X POST https://rcsoftware.test/wp-json/wc/v2/products
/categories -u ck…:cs…. -H “Content-Type: application/json” -d ‘{“name”: “Test Category”}’ –insecure

Any help?

Thanks!

V3.2.1 404 Checkout

$
0
0

Replies: 2

Hi,
Updated to Woocommerce 3.2.1 and suddenly getting 404’s for the Checkout page.
Updated my theme which has been updated for use with Woocommerce 3.2.1
Switched themes – error persists.
Toggled Force SSL error persists.
Page is there and linked to. Shortcode is in page. Permalinks updated.

H E L P!!

Stop auto scroll to empty field on checkout

$
0
0

Replies: 0

When going to the checkout page, the page is automatically scrolled to the empty “First Name” field for Billing (the field is pink). It jumps there even before clicking the checkout button.

I need to stop the auto scrolling on this page completely. We have content that display above the WooCommerce checkout area that is loaded by the shortcode.

Thank you for your help.

Woocommerce product sorting is not sorting correct

$
0
0

Replies: 0

Hello,
Could someone help me with this ….
I noticed that the product sorting of woocommerce in the category section is not correct.

The products are not sorting from low to high according to price, and vice versa.

I created a test site to check it. Checked for plugin compatibility issues as well as theme, but it doesn’t seem like any of them.

No matter what I do, I have this issue with woocommerce.

You can check it here:
Url : https://sorttest.wpengine.com/product-category/womens-clothing/womens-clothing-hot-categories/womens-clothing-hot-categories-dresses/
The authentication username to reach the url is : demo
And the password is : test1234

Seems like some kind of bug.

Do let me know if you have any suggestions on how I could fix this.

Would really appreciate the effort.

Thanks in advance.

Woocommerce add to cart and redirect to Custom URL – Different for each link

$
0
0

Replies: 0

So I am using a link on this page: https://www.revealio.com/make-brand-come-alive/ (yellow button).

The link is supposed to add the product to the cart and then send them to the next step in the sales funnel.

For the link URL I used:

https://www.revealio.com/help-creating-video?add-to-cart=4951
and

https://www.revealio.com/help-creating-video?add-to-cart=4951&quantity=1
Full link code is:

<a href="https://www.revealio.com/help-creating-video?add-to-cart=8877">YES! MAKE MY BRAND COME ALIVE!</a>
I found this code here: https://businessbloomer.com/woocommerce-custom-add-cart-urls-ultimate-guide/

If you need to see the cart (we are still redesigning these pages) you can go here in a seperate browser tab to see how it updates: https://www.revealio.com/cart/

The problem is that it is adding 2 products to my cart instead of 1.

How can I get this to just add one of my products to the cart and move on?

Here is something new I found out. If I just go directly to the link it only adds one product. If I click on the link in the page (https://www.revealio.com/make-brand-come-alive/) it adds 2 products. It does the same for a button or a text link.

Viewing all 102307 articles
Browse latest View live