Questions tagged [storefront]

To be used in e-commerce specifically. It's also the official Woocommerce free Theme.

It define the main webstore Page from a an e-commerce website. It's often the Shop page of an e-commerce web site.

It is directly related to some tags as

It's also the official Woocommerce free Theme.

290 questions
8
votes
1 answer

MVC Storefront - Kona - Where are they?

I am looking for a full-blown shopping cart example for ASP.Net MVC. I found plenty of links pointing to MVC Storefront (1) (Apparently not being developed anymore) and other articles which talk about Kona, a separate project based off MVC…
IEnumerator
  • 2,960
  • 5
  • 31
  • 33
7
votes
1 answer

Filter Products using Storefront API in shopify

We are developing filters functionality using Storefront API. We can write query with operators as given below to search within parent key such as "product_type" but we couldn't find way to search within child key. .products(first: 10, query:…
Akash Doshi
  • 421
  • 1
  • 4
  • 8
6
votes
1 answer

FlexSlider with Woocommerce: prevent vertical swipe touch on horizontal sliders

with WooCommerce 4.2, on iOS, FlexSlider (v2.7.2) show a bug with a horizontal slider: when the focus is on the slider as the user swipes left or right, the vertical scroll is still active, there is some level of vertical movement. That makes the…
Louis
  • 2,548
  • 10
  • 63
  • 120
6
votes
3 answers

Prevent clickable image in product page, disable product-image link

With Woocommerce and my Storefront child theme, I am trying to prevent the fact that when clicking on a single-product image, it opens a new page with the full size image. I want the image to be unclickable so nothing happens if the user clicks on…
Louis
  • 2,548
  • 10
  • 63
  • 120
5
votes
2 answers

Vue-storefront installation error. Can't build storefront npm

I have some questions according to the installation of Vue-storefront on my local. I am using Mac OS 10.13.4 and node version 8.11.5, npm version 5.6 But while building storefront npm, it returns an error. [Error: Can't build storefront npm. …
5
votes
5 answers

Change order of items in Storefront Theme Header

I am using a child theme of the Wordpress, WooCommerce theme Storefront. Storefront header hooked functions are ordered this way:
Scott Eldo
  • 473
  • 11
  • 28
4
votes
2 answers

Change account menu wording if user is "logged in" in WooCommerce

I'm using WooCommerce with a child theme of Storefront. I have a secondary menu named "Desktop secondary top right EN" where there's a link to "my account". My question is: how to change the "my account" item wording if the customer is logged in…
Louis
  • 2,548
  • 10
  • 63
  • 120
4
votes
3 answers

Shopify Storefront API: Getting referenced variant with GraphQL

I'm using the Shopify Storefront API and Accentuate to try to get my hands on a specific variant, but it won't work for me. THE SHORT VERSION: When I select a variant on the website, I get the url: (... url ...)?variant=31696763027492. How do I get…
4
votes
5 answers

WooCommerce - unset " removed notice…" on cart page

actions and filters. On my WooCommerce site I get the following message when I remove a product from the shopping cart: "" removed. Undo? Looking over WooCommerce source code I have found a conditional statement in…
Daniel Gamboa
  • 115
  • 1
  • 2
  • 7
4
votes
3 answers

How to change the redirect of the "add to cart" button in woocommerce store

Let me start by saying sorry that this title is somewhat vague. More specifically the title should be: How to select the behavior of the "add to cart" button in a woocommerce Storefront theme (probably other themes as well) product archives page…
Damian Green
  • 633
  • 2
  • 8
  • 13
4
votes
1 answer

Woocommerce Storefront template-tags.php changes to storefront_cart_link() not possible

I am using WordPress 4.3.1, Woocommerce 2.4.7 and the theme storefront 1.5.1. I want to change the "site-header-cart" in the header, that displays the current price of the cart along the amount of items in the cart, to only show the number of…
Lukars
  • 141
  • 5
4
votes
1 answer

How can query ALL iTunes store fronts of all countries?

I have an iTunes appID of 9 digits. When I query itunes with a US store http://itunes.apple.com/us/app/id508611913 it does not work. When I try it with a Great Britain (UK) store front http://itunes.apple.com/gb/app/id508611913 then it works. If i…
adam
  • 41
  • 1
  • 3
3
votes
0 answers

SKPaymentQueue.defaultQueue.storefront.countryCode does not return the correct country code

I try using SKPaymentQueue.defaultQueue.storefront.countryCode to get the correct countrycode of my appstore, but it returns the wrong one, and after I change my appstore's countrycode by changing appleid , it returns the same wrong one again, which…
jianpx
  • 3,190
  • 1
  • 30
  • 26
3
votes
1 answer

Move coupon form before subtotal in WooCommerce checkout

In my Storefront child theme, in the checkout page, I am trying to move the coupon code block just above the cart totals and below the item review I see in review-order.php that there's the following hook just at the right place: do_action(…
Louis
  • 2,548
  • 10
  • 63
  • 120
3
votes
1 answer

sale_flash badge cannot be removed from woocommerce product loop hook/action

I am trying to remove or edit the "sale!" badge is in woocommrce loop In the content-product.php, the comment block says the woocommerce_show_product_loop_sale_flash is hooked with woocommerce_before_shop_loop_item. However it actually works with…
1
2 3
19 20