andrewmrobbins
Forum Replies Created
-
Forum: Plugins
In reply to: [ShopWP] How do you localise the prices?I should note, these database columns exist in the
wp_wps_settings_general
table.Forum: Plugins
In reply to: [ShopWP] How do you localise the prices?Ah! I see what you mean.
At the moment, ShopWP doesn’t have an automatic currency detection. So there will only be a single currency shown no matter what location the user comes from.
However, you can still customize this by updating the following database columns:
currency_code country_code language_code
Theoretically, you could update these values before the page loads to reflect the user’s location.
So if the user comes from the UK, you would set them to these values:
currency_code = GBP country_code = GB language_code = en-gb
I know this isn’t ideal. I’m working on creating an auto detection feature, but it’s still probably a few months away.
Forum: Plugins
In reply to: [ShopWP] How do you localise the prices?Ah, makes sense. Yeah the currency needs to be setup within the Shopify Markets settings.
Let me know if you need anything else!
Forum: Plugins
In reply to: [ShopWP] How do you localise the prices?Hey there,
What currency do you see set within the ShopWP settings here?
ShopWP - Settings - Pricing
You should be able to adjust the currency here.
Let me know!
Forum: Plugins
In reply to: [NSFW] [ShopWP] Access denied for sellingPlanGroups field.Sorry about that, I wasn’t thinking clearly earlier ??
You’re right,
5.1.9
is the latest version. To fix this issue, you’ll need to disconnect your Shopify store from the plugin and reconnect it again.Let me know if this doesn’t help!
Forum: Plugins
In reply to: [NSFW] [ShopWP] Access denied for sellingPlanGroups field.@pawandongoloutside Hey there
You’ll need to update to version
6.0.3
to fix this issue.Forum: Plugins
In reply to: [ShopWP] WPML path issueExcellent, glad you got it working.
LMK if you need anything else.
Forum: Plugins
In reply to: [ShopWP] WPML path issueIt looks like this is the URL that the plugin is trying to use to fetch the products:
https://staging-wwwactiveironcom.kinsta.cloud/nl/wp-json/shopwp/v1/query/products
The problem is the
/nl/
in the URL. That won’t resolve to a valid ShopWP callback.Are you able to “turn off” your translation plugin for the WordPress REST API urls?
Forum: Plugins
In reply to: [ShopWP] Error Translate English@barcostudio @doublemarvellouscork
Can you guys send me a link to your site with the error present? My gut instinct here is that it has to do with the WP REST API endpoints not working due to the
/en/
subdirectory URLs.Forum: Plugins
In reply to: [ShopWP] showing the QTY option@mediavita Hey there,
It looks like you have some CSS in your theme causing it to hide. Try adding this CSS to make it show again:
.wps-product-single-content .wps-component-products-quantity { display: none; }
Let me know if this helps!
Forum: Plugins
In reply to: [ShopWP] Change the word ‘Checkout’ when using shortcodeClever solution! Glad you got it working. Let me know if you need anything else.
Forum: Plugins
In reply to: [ShopWP] Change the word ‘Checkout’ when using shortcodeI just finished taking a closer look at this.
It looks like the plugin checks whether the
add_to_cart_button_text
value is “Add to cart” or not. If is, it just returns that text.So at the moment, the
add_to_cart_button_text
attribute won’t work if you set the value to “Add to cart”.Are you able to set it to something else?
Forum: Plugins
In reply to: [ShopWP] Change the word ‘Checkout’ when using shortcodeHey there,
Try using the
add_to_cart_button_text
attribute, like this:[wps_products title="This is the product title" direct_checkout="true" add_to_cart_button_text="Add to cart"]
Forum: Plugins
In reply to: [ShopWP] Gallery thumbnails not appearing but main image isHey, apologies for the delay.
I still plan on fixing this, but I need to wait until the new Data Sync feature is done. I’m working on this full time right now.
I hope to have it done in a couple weeks, and then I can update this.
Thanks for being patient.
Forum: Plugins
In reply to: [ShopWP] Error: Field ‘metafields’ is missing required arguments: identifiersOpen WordPress and go to Dashboard – Updates
Then click the blue “Check again” link.
That’ll force WP to check for new updates.