Skip to content
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

More questions Jan. 7 2014 #125

Open
APS-TNS opened this issue Jan 7, 2014 · 3 comments
Open

More questions Jan. 7 2014 #125

APS-TNS opened this issue Jan 7, 2014 · 3 comments

Comments

@APS-TNS
Copy link

APS-TNS commented Jan 7, 2014

Hey D.R., thanks for your help so far.

Some new notes:

  • This product has two variants. Price is shown for the first variant. When I select the second variant, price for the first variant is still shown. Can a price ranfge be shown? Can you display the price of the selected variant? If this is how the feature works, we won't be able to use variants.

image

  • When I went to check out, I was asked to log in as a user. After entering accurate credentials, I got this error:

image

  • Is there a way to assign sales tax by state, with an override for specific zip codes? Example: 2.9 percent in Colorado; 2.2 percent in certain zips.
  • Is there a mechanism to send order confirmation emails to customers and other assigned addresses? We need one email to go to the customer and one to go to our fulfillment company.
  • I need to set flat-rate shipping fees for some products (shipping kits) and per-order shipping fees for all other products. Example: $100 order contains one shipping kit and a bunch of other stuff. Kit is charged $12.50 shipping. The rest of the order is charged a shipping fee based on the order total (not counting the kit). Can this be set up? The user should not have the opportunity to choose a different shipping fee. I have tried to set this up, but here is the current page:

image

  • There is no way to pick a shipping method. Clicking does nothing.
  • The shipping fees should simply be listed. $12.50 for the kit. $XX.XX. for the rest or the order. Total is $YY.YY.
    What can be done here?

Have a good one,

-- Lee

@drhenner
Copy link
Owner

drhenner commented Jan 7, 2014

I'm off to work... I'll answer tonight

@APS-TNS
Copy link
Author

APS-TNS commented Jan 7, 2014

Thank you.

On Tue, Jan 7, 2014 at 9:44 AM, D. R. Henner [email protected]:

I'm off to work... I'll answer tonight


Reply to this email directly or view it on GitHubhttps://github.com//issues/125#issuecomment-31754368
.

Lee McCormack

Lee Likes Bikes - and so should you
http://www.leelikesbikes.com

@drhenner
Copy link
Owner

drhenner commented Jan 8, 2014

  1. Is there a way to assign sales tax by state, with an override for specific zip codes? Example: 2.9 percent in Colorado; 2.2 percent in certain zips.

no, but you should know 2 things... If this is required you have 1 year to build this into your app. States are very flexible with this for the first year.

  1. Is there a mechanism to send order confirmation emails to customers and other assigned addresses? We need one email to go to the customer and one to go to our fulfillment company.

That is pretty easy to implement but isn't in the base app

  1. I need to set flat-rate shipping fees for some products (shipping kits) and per-order shipping fees for all other products.

Yes that works out of the box. (individual vs order

  1. There is no way to pick a shipping method. Clicking does nothing.

Looks like shipping methods are not set up correctly for those products on the demo site... that happens when everyone has admin rights... hmmm

  1. The shipping fees should simply be listed. $12.50 for the kit. $XX.XX. for the rest or the order. Total is $YY.YY. What can be done here?

?????? Not sure what the question is? I think this is part setup / part customizing this to your taste.

  1. Can a price ranfge be shown? Can you display the price of the selected variant?

Yes, Yes.

The displaying the selected variant's price is something that I didn't implement but is simple enough to fix. I'll add it to my todo list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants