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

Added sale confirmation emails #4441 #45

Merged
merged 1 commit into from
May 19, 2014

Conversation

goyal1092
Copy link
Contributor

No description provided.

@prakashpp
Copy link
Collaborator

@sharoonthomas please merge

Thank you for shopping from our store.
<br/>
To view your order details please
<a href="{{ url_for('sale.sale.render_list') }}"> click here </a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This URL will have all the orders and not the specific one

To view your order details please click on the link below or copy
and paste it to your browser:

{{ url_for('sale.sale.render', active_id=sale.id, access_code=sale.guest_access_code, _external=True) }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guest_access_code only when the sale is of guest user. No need of this when the sale is for a registered user.

@goyal1092
Copy link
Contributor Author

If both types of checkouts are enabled, We need to send email when sale is for guest and at time of registered user guest_access_code will be none.

sharoonthomas pushed a commit that referenced this pull request May 19, 2014
Added sale confirmation emails #4441
@sharoonthomas sharoonthomas merged commit 14f2199 into openlabs:develop May 19, 2014
@sharoonthomas
Copy link
Contributor

ok

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

Successfully merging this pull request may close these issues.

None yet

3 participants