• I have updated the plugin as recommended by your team, the plugin now works but I have an issue where when my cart is empty the cart is showing the currency in $. it should be £. when you put a product in the cart it then converts to £.

    Any ideas??

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author andrewmrobbins

    (@andrewmrobbins)

    @mediavita Hey there!

    Add this JavaScript to your WordPress theme:

    
    wp.hooks.addFilter('misc.pricing.defaultCurrencyCode', 'wpshopify', function (defaultCode) {
      return 'GBP';
    });
    
    Thread Starter Mediavita

    (@mediavita)

    Hi Andy, many thanks, that has worked a treat!

    I wondered if you could help, I require the product page pasted below to be 2columns not 3, is this possible? I have also passed the shortcode im using:

    https://tonithorntonart.com/larger-size-limited-edition-giclee-prints/

    [wps_collections title=”Larger Size Limited Edition Giclée Prints” products_page_size=”2″ single=”true” excludes=”image, title, description, pricing” products_excludes=”description, buy-button” products_pagination=”false” pagination=”false” products_show_featured_only=”true”]

    Plugin Author andrewmrobbins

    (@andrewmrobbins)

    @mediavita Glad that worked!

    You can change the column size when using the [wps_collections] shortcode like this:

    
    [wps_collections products_items_per_row="2"]
    

    If you’re using the [wps_products] shortcode, you can use this:

    
    [wps_products items_per_row="2"]
    
    Thread Starter Mediavita

    (@mediavita)

    Hi Andrew, thank you that worked a treat. I have noticed something that’s not working correct since I updated your plugin. If you visit the following page:

    https://tonithorntonart.com/products/tempest/

    If you select the following options:
    size: 16×24
    Colour of frame: Gold
    Depth: 38mm

    It will say out of stock, this is wrong as the Gold frame isn’t available in 38mm, before the update if you selected 38mm as your depth, Gold would be removed as an option. Im I missing something?

    Plugin Author andrewmrobbins

    (@andrewmrobbins)

    @mediavita

    Hey, thanks for letting me know.

    I recently changed this so even “out of stock” variants will continue to show inside the dropdown. I had numerous people tell me that they wanted to still display these variants to their users.

    However I can see how hiding them would be useful too.

    I think I should create an option to “toggle” this functionality on or off depending on the use-case.

    Thread Starter Mediavita

    (@mediavita)

    Hi Andrew, the issue is its causing variants that aren’t actually available to list as being out of stock. Is there a way we can hide this from showing?

    Plugin Author andrewmrobbins

    (@andrewmrobbins)

    @mediavita I guess I’m confused about the difference between out of stock and unavailable … can you explain more?

    Thread Starter Mediavita

    (@mediavita)

    so currently when selecting 3 variants that aren’t available as a combination it gives you an out of stock message.the previous plugin version would remove a variant if it wasn’t available so you wouldn’t get an out of stock message on a product that doesn’t exist

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Plugin Error’ is closed to new replies.