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

Add link to most popular products #7725 #366

Merged
merged 1 commit into from
May 8, 2015

Conversation

gautampanday
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 70.11% when pulling 272046c on gautampanday:popular-item-link into 1ddc145 on openlabs:develop.

@@ -93,7 +93,9 @@
<div class="client-slider">
{% for product in latest_products %}
<div class="slide">
<img src="{{ CDN }}{{ product.default_image.transform_command().thumbnail(150, 150, 'a') }}" alt="{{ product.name }}" title="{{ product.name }}" class="img-responsive img-rounded">
<a href="{{ url_for('product.product.render', uri=product.uri) }}" ga-product-link data-ga-product-list="Featured Products" data-ga-event-label="Product Name" data-ga-product-id="{{ product.id }}" data-ga-product-name="{{ product.name }}" data-ga-product-category="{{ product.category and product.category.name or None }}">
Copy link
Contributor

Choose a reason for hiding this comment

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

ga-product-list="Most Popular Item"

@coveralls
Copy link

Coverage Status

Coverage remained the same at 70.11% when pulling f475635 on gautampanday:popular-item-link into 1ddc145 on openlabs:develop.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage remained the same at 70.11% when pulling f475635 on gautampanday:popular-item-link into 1ddc145 on openlabs:develop.

tarunbhardwaj added a commit that referenced this pull request May 8, 2015
Add link to most popular products #7725
@tarunbhardwaj tarunbhardwaj merged commit 417d471 into openlabs:develop May 8, 2015
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