-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a new created product is purchased it does not appear in basket navbar #24
Comments
That's a bug with Meteor 0.8 not re-rendering the cart. It's actually next on my list to fix (of the meteor 0.8) issues. Probably hit that tomorrow. |
kieckhafer
added a commit
that referenced
this issue
Jun 20, 2018
After some tests, I realized that migration #24 actually adds the hash to the Product when it publishes it to the catalog, so this migration isn't needed.
kieckhafer
added a commit
that referenced
this issue
Jul 20, 2018
This migration is an exact copy of migration #24. It will take all existing products and publish them to the catalog, which will in turn now publish the media to the variants
This was referenced Sep 22, 2021
This was referenced Mar 2, 2022
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…ws-7.4.6 chore(deps): Bump ws from 7.3.0 to 7.4.6
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…ws-7.4.6 chore(deps): Bump ws from 7.3.0 to 7.4.6
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…browserslist-4.16.6 chore(deps): bump browserslist from 4.14.7 to 4.16.6
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…normalize-url-5.3.1 chore(deps): Bump normalize-url from 5.3.0 to 5.3.1
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…trim-newlines-3.0.1 chore(deps): Bump trim-newlines from 3.0.0 to 3.0.1
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…normalize-url-5.3.1 chore(deps): Bump normalize-url from 5.3.0 to 5.3.1
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…normalize-url-5.3.1 chore(deps): Bump normalize-url from 5.3.0 to 5.3.1
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…glob-parent-5.1.2 build(deps): Bump glob-parent from 5.1.1 to 5.1.2
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…570037e2ed1e1ae8205e2 [Snyk] Upgrade simpl-schema from 1.10.2 to 1.12.0
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…5fc114660d16d0bf14b36 [Snyk] Upgrade simpl-schema from 1.10.2 to 1.12.0
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…hosted-git-info-2.8.9 chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…30cf8657eaee5bcb3368e [Snyk] Upgrade @reactioncommerce/api-utils from 1.16.0 to 1.16.5
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…5a5ac9e3ec0769c324796 [Snyk] Upgrade @reactioncommerce/api-utils from 1.16.0 to 1.16.5
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…path-parse-1.0.7 chore(deps): Bump path-parse from 1.0.6 to 1.0.7
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…path-parse-1.0.7 chore(deps): Bump path-parse from 1.0.6 to 1.0.7
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…e2a573067622b6d6972cf [Snyk] Upgrade node-loggly-bulk from 2.2.4 to 2.2.5
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…2cec139d99f3066330592 [Snyk] Upgrade graphql from 14.6.0 to 14.7.0
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…0e7401d63a96661654eda [Snyk] Upgrade @reactioncommerce/api-utils from 1.16.5 to 1.16.7
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
…7bd6db91f5ee0da6e9811 [Snyk] Upgrade @reactioncommerce/logger from 1.1.3 to 1.1.4
brent-hoover
pushed a commit
that referenced
this issue
Sep 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
*) click basket icon --> disappears navbar (ok), press again --> appears correctly basket navbar with the 2 puchased products.
The text was updated successfully, but these errors were encountered: