Search found 52 matches

by webmaz
Thu Mar 26, 2015 7:22 am
Forum: AbleCommerce GOLD
Topic: Modify the HTML Head
Replies: 3
Views: 12507

Re: Modify the HTML Head

This has been helpful. Thanks!

Is there a way to add a script to the HTML head of Receipt.aspx only?

Thank you.
by webmaz
Wed Mar 25, 2015 2:39 pm
Forum: AbleCommerce GOLD
Topic: Modify the HTML Head
Replies: 3
Views: 12507

Modify the HTML Head

Hello Could someone point me in the right direction for how to add code to the HTML head of every page? Also, where would I add code to the HTML head of the receipt page only? While I'm asking, how about other checkout pages like Basket.aspx or OPC.aspx? I do see in the Admin where to add code to th...
by webmaz
Mon Mar 16, 2015 3:44 pm
Forum: AbleCommerce GOLD
Topic: Products Review Reminder Email Template Not Showing Products
Replies: 18
Views: 19058

Re: Products Review Reminder Email Template Not Showing Products

The review reminder emails have been sending on my test site. I'm only working with a single order, so I don't think the situation you're referring to applies.
I was trying to speculate why there were errors.
by webmaz
Mon Mar 16, 2015 12:22 pm
Forum: AbleCommerce GOLD
Topic: Bing Ads - Universal Event Tracking
Replies: 0
Views: 3558

Bing Ads - Universal Event Tracking

Has anyone updated their Bing Ads conversion tracking scripts or used Universal Event Tracking? Resources: Track conversions and other site goals with Universal Event Tracking (Help Article) http://advertise.bingads.microsoft.com/en-us/uahelp-topic?querytype=keyword&query=ext53048&product=bing_ads&s...
by webmaz
Fri Mar 13, 2015 10:15 am
Forum: AbleCommerce GOLD
Topic: Products Review Reminder Email Template Not Showing Products
Replies: 18
Views: 19058

Re: Products Review Reminder Email Template Not Showing Products

Review reminders are working correctly on my development site. I think the errors occur when there are no review reminder emails to send. Any recommendations for the Review Reminder Settings? What are other people doing? I don't want to send these emails too often. Run reminder service once every XX...
by webmaz
Fri Feb 27, 2015 3:57 pm
Forum: AbleCommerce GOLD
Topic: Products Review Reminder Email Template Not Showing Products
Replies: 18
Views: 19058

Re: Products Review Reminder Email Template Not Showing Products

When I test review reminders using my development site an error occurs: Error initiating review reminder notifications. Exception: could not execute query [ SELECT o1_.UserId as y0_, p2_.ProductId as y1_, o1_.UserId as y2_, p2_.ProductId as y3_ FROM ac_OrderItems this_ inner join ac_Orders o1_ on th...
by webmaz
Fri Feb 20, 2015 9:55 am
Forum: AbleCommerce GOLD
Topic: Products Review Reminder Email Template Not Showing Products
Replies: 18
Views: 19058

Re: Products Review Reminder Email Template Not Showing Products

I was testing using an admin account and I may not have marked the correct status.
I tried additional tests and hopefully the review reminders send. Thanks for the tips!
by webmaz
Fri Feb 20, 2015 8:16 am
Forum: AbleCommerce GOLD
Topic: Products Review Reminder Email Template Not Showing Products
Replies: 18
Views: 19058

Re: Products Review Reminder Email Template Not Showing Products

I have a dev installation and manually marked two orders as shipped (2/18 and 2/19). I have not yet received a review reminder. Is this because the site is in demo mode? I haven't seen review reminders work on the dev site. Am I missing something? Review Reminder Settings Run reminder service once e...
by webmaz
Thu Feb 19, 2015 3:21 pm
Forum: AbleCommerce GOLD
Topic: Products Review Reminder Email Template Not Showing Products
Replies: 18
Views: 19058

Re: Products Review Reminder Email Template Not Showing Products

It's actually easy to test if you can create a mock customer using an email that you create for this purpose. If I turn on review reminders, customers will also receive these emails. How can I make sure that only the mock order will receive the email? If we mark orders as shipped, then the email wi...
by webmaz
Thu Feb 19, 2015 11:11 am
Forum: AbleCommerce GOLD
Topic: Products Review Reminder Email Template Not Showing Products
Replies: 18
Views: 19058

Re: Products Review Reminder Email Template Not Showing Products

It sounds like there isn't an easy way to test review reminder emails. We'd have to stop shipping orders for a day so that the email isn't sent out to customers. I have 2 additional questions: At what time of the day does the review reminder service run? How can I add product thumbnails to the revie...
by webmaz
Fri Feb 13, 2015 1:29 pm
Forum: AbleCommerce GOLD
Topic: Products Review Reminder Email Template Not Showing Products
Replies: 18
Views: 19058

Products Review Reminder Email Template Not Showing Products

I'm testing out the Products Review Reminder Email Template and it does not show any products. As far as I know, it is the AbleCommerce default template. I've only tested this email template by going to Administration > Manage > Orders > View Order #123456 > Send Email. It has not yet been sent as a...
by webmaz
Wed Feb 11, 2015 3:07 pm
Forum: AbleCommerce GOLD
Topic: Gift Certificate Validated Email Template
Replies: 0
Views: 3995

Gift Certificate Validated Email Template

I currently have gift certificates set up as options/variants on a single product page.

In the Gift Certificate Validated Email Template is there a way for the $giftcertificate.Name to show the variant name?
by webmaz
Tue Feb 10, 2015 1:36 pm
Forum: AbleCommerce GOLD
Topic: Product Rating Stars
Replies: 4
Views: 3555

Re: Product Rating Stars

Perfect! That worked great.
by webmaz
Tue Feb 10, 2015 9:42 am
Forum: AbleCommerce GOLD
Topic: Product Rating Stars
Replies: 4
Views: 3555

Re: Product Rating Stars

Able Gold R8
by webmaz
Mon Feb 09, 2015 2:17 pm
Forum: AbleCommerce GOLD
Topic: Product Rating Stars
Replies: 4
Views: 3555

Product Rating Stars

I'm trying to display product review stars higher up on the product page. I've used ProductRatingStars ConLib Utility but it displays "No Rating" for all products, even products with reviews. I added this reference to ProductPage.ascx: <%@ Register src="~/ConLib/Utility/ProductRatingStars.ascx" tagn...
by webmaz
Tue Feb 03, 2015 12:19 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Pricing question - adding a one time fee
Replies: 5
Views: 9506

Re: Pricing question - adding a one time fee

I'm looking for the same thing. Was a feature like this ever added? I'm looking for a single, one-time fee at a single quantity attached to a product a variable quantity.
by webmaz
Wed Oct 08, 2014 1:54 pm
Forum: AbleCommerce GOLD
Topic: Error on Basket Page
Replies: 2
Views: 2410

Re: Error on Basket Page

There is second checkout button. Partial code is below. Designer: <asp:LinkButton ID="CheckoutButtonNew" runat="server" OnClick="CheckoutButton_Click" Text="Checkout >>" EnableViewState="false" CssClass="checkoutbutton"></asp:LinkButton> ... <asp:LinkButton ID="CheckoutButton" runat="server" OnClick...
by webmaz
Wed Oct 08, 2014 10:52 am
Forum: AbleCommerce GOLD
Topic: Error on Basket Page
Replies: 2
Views: 2410

Error on Basket Page

I noticed an error in my error logs related to the basket page. It seems like it could be easy to fix, but I'm new to C#. Any insights? An error has occured at http://www.website.com/Basket.aspx Exception: Exception of type 'System.Web.HttpUnhandledException' was thrown. Stack Trace: at System.Web.U...
by webmaz
Tue Oct 07, 2014 8:02 am
Forum: AbleCommerce GOLD
Topic: Shipping Estimate Fields
Replies: 8
Views: 4789

Re: Shipping Estimate Fields

If the zip code entered and the state entered are mismatched (not in the same state), then it uses the state and ignores the zip code.
Why is zip code required if it isn't being used?
by webmaz
Mon Oct 06, 2014 2:26 pm
Forum: AbleCommerce GOLD
Topic: Shipping Estimate Fields
Replies: 8
Views: 4789

Re: Shipping Estimate Fields

If the state is Washington and the zip code is 12345, then which shipping methods will show? Shipping for Washington or shipping for New York?
When I've tested this, the shipping shows for Washington and the zip code is ignored.
by webmaz
Mon Oct 06, 2014 1:57 pm
Forum: AbleCommerce GOLD
Topic: Shipping Estimate Fields
Replies: 8
Views: 4789

Re: Shipping Estimate Fields

For domestic shipping, when I enter a fake zip code (12345), the shipping estimate still returns shipping methods and charges.
This leads me to believe the zip code isn't being used. Why is zip code required?
by webmaz
Mon Oct 06, 2014 10:14 am
Forum: AbleCommerce GOLD
Topic: Shipping Estimate Fields
Replies: 8
Views: 4789

Shipping Estimate Fields

What fields are used to calculate shipping using the Shipping Estimate in Gold?
It seems like having both state and zip code fields are not necessary.

Could the zip code field be safely removed from the Shipping Estimate? (or the state field? Which is the better field to remove?)
by webmaz
Mon Sep 29, 2014 8:54 am
Forum: AbleCommerce GOLD
Topic: Gift Certificate Bug?
Replies: 9
Views: 5181

Re: Gift Certificate Bug?

Was a fix ever found for this bug?
by webmaz
Mon Sep 22, 2014 11:25 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Gold: CategoryMenu Overlap Z-Index
Replies: 0
Views: 9275

Gold: CategoryMenu Overlap Z-Index

I'm using ConLib:CategoryMenu in the left sidebar in Gold R7. The fly out menus overlap behind the header and the footer. I'm trying to have the menu overlap in front of the header and footer. I'm using z-index and setting the position to either absolute or relative. The menu uses jquery.ui.menu.css...
by webmaz
Wed Sep 17, 2014 2:52 pm
Forum: AbleCommerce GOLD
Topic: CategoryMenu Shows Hidden and Private Categories
Replies: 3
Views: 2716

Re: CategoryMenu Shows Hidden and Private Categories

This worked. Thanks!
It did result in an error at first, but after a refresh, the site was back up.

What's the best way to recycle the application pool?