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

Remove cart products on post or delete request #4723 #72

Closed
wants to merge 1 commit into from

Conversation

goyal1092
Copy link
Contributor

Review Id: 9863001

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 49b015d on goyal1092:feature/task-4723 into a239c80 on openlabs:develop.

@@ -88,7 +88,7 @@
</td>
<td class="action">
<a href="" data-toggle="tooltip" data-placement="top" title="" data-original-title="Move to Wishlist"><i class="fa fa-heart"></i></a>
<a href="{{ url_for('nereid.cart.delete_from_cart', line=line.id) }}" data-toggle="tooltip" data-placement="top" title="" data-original-title="{{ _('Remove Item') }}"><i class="fa fa-trash-o"></i></a>
<span data-url="{{ url_for('nereid.cart.delete_from_cart', line=line.id) }}"data-toggle="tooltip" data-placement="top" title="" data-original-title="{{ _('Remove Item') }}" class="remove_from_cart"><i class="fa fa-trash-o"></i></span>
Copy link
Collaborator

Choose a reason for hiding this comment

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

space before data-toggle

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling defb5bb on goyal1092:feature/task-4723 into 684b802 on openlabs:develop.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 843883d on goyal1092:feature/task-4723 into b4dd2af on openlabs:develop.

@goyal1092 goyal1092 changed the title Remove cart products on post request #4723 Remove cart products on post or delete request #4723 Jul 5, 2014
@goyal1092 goyal1092 closed this Aug 24, 2014
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

4 participants