Search found 216 matches

by meer2005
Tue Jul 07, 2015 8:25 am
Forum: AbleCommerce GOLD
Topic: Mark payment received "paid" with status?
Replies: 1
Views: 1789

Mark payment received "paid" with status?

Is there a way to update the payment "paid" or receive the payment by changing status? We have some payments processed outside AC. Our system updates the status order status to paid and shipment status to shipped, but payment still says unprocessed for these orders.
by meer2005
Mon Apr 27, 2015 7:37 am
Forum: AbleCommerce GOLD
Topic: Order summary not showing total for shiping
Replies: 6
Views: 5625

Order summary not showing total for shiping

The order summary on the Ship Method page doesn't show shipping charges. They are listed individually, but as a total within the summary.
by meer2005
Mon Apr 27, 2015 7:34 am
Forum: AbleCommerce GOLD
Topic: Bootstrap Theme Editing
Replies: 3
Views: 2600

Re: Bootstrap Theme Editing

You can edit the navs.less and add a direct color or change using a variable. Find: .nav-pills { > li { padding-top: 7px; float: right; // Links rendered as pills > a {color:#000; border-radius: @nav-pills-border-radius; } + li { margin-left: 2px; } .nav-pills { > li { padding-top: 7px; float: right...
by meer2005
Fri Apr 24, 2015 7:44 am
Forum: AbleCommerce GOLD
Topic: Checkout by Amazon
Replies: 33
Views: 54344

Re: Checkout by Amazon

It's a live store, so I have it turned off so you wouldn't be able to see. It does work on my local dev site which just has the default AC store, ship methods, warehouses, products, etc... We do have a bunch of different whorehouse and shipping methods (some integrated like UPS, some flat-rate, some...
by meer2005
Thu Apr 23, 2015 11:17 am
Forum: AbleCommerce GOLD
Topic: Checkout by Amazon
Replies: 33
Views: 54344

Re: Checkout by Amazon

Shipping methods just don't show up. It's a live store and shipping methods work fine with the standard checkout. I've tried both sandbox and regular.
by meer2005
Wed Apr 22, 2015 1:56 pm
Forum: AbleCommerce GOLD
Topic: Gold 10 / Bootstrap questions
Replies: 57
Views: 33959

Re: Gold 10 / Bootstrap questions

You're missing the semicolon. make sure you put this and try again:

@panel-bg : #6e040f;
by meer2005
Wed Apr 22, 2015 12:40 pm
Forum: AbleCommerce GOLD
Topic: Gold 10 / Bootstrap questions
Replies: 57
Views: 33959

Re: Gold 10 / Bootstrap questions

copy the actual less folder inside the bootstrap folder and paste it into your theme folder. Should look like this:
less.JPG
by meer2005
Wed Apr 22, 2015 11:20 am
Forum: AbleCommerce GOLD
Topic: Add this for Bootstrap IE8 compatibility
Replies: 0
Views: 3750

Add this for Bootstrap IE8 compatibility

To make Bootstrap compatible with versions of IE that do not support the @media-query should add (in the head): <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <scrip...
by meer2005
Wed Apr 22, 2015 11:09 am
Forum: AbleCommerce GOLD
Topic: Gold 10 / Bootstrap questions
Replies: 57
Views: 33959

Re: Gold 10 / Bootstrap questions

Did you copy the less folder from the bootstrap download into your theme folder? It's looking for the file responsive-utilities.less in themefolder/less/responsive-utilities.less
by meer2005
Wed Apr 22, 2015 5:22 am
Forum: AbleCommerce GOLD
Topic: Gold 10 / Bootstrap questions
Replies: 57
Views: 33959

Re: Gold 10 / Bootstrap questions

panels.less and variables.less are part of the Bootstrap package you have to download from here: http://getbootstrap.com/getting-started/ - Make sure you download the Source Code option. Once downloaded, copy the entire less folder and put it into your theme folder. Seems like I had the same issue a...
by meer2005
Tue Apr 21, 2015 7:36 pm
Forum: AbleCommerce GOLD
Topic: Gold 10 / Bootstrap questions
Replies: 57
Views: 33959

Re: Gold 10 / Bootstrap questions

What you're looking for is actually in the style.less file. The .less files are the source for the style.min.css so you can edit the .less file, compile which will save the changes into your style.min.css file. You can edit directly in the style.min.css file, but you're not going to find exactly wha...
by meer2005
Tue Apr 21, 2015 11:25 am
Forum: AbleCommerce GOLD
Topic: Allow registered user to checkout as guest
Replies: 5
Views: 7520

Re: Allow registered user to checkout as guest

What about changing out the error messages are displayed then? Problem is, there really isn't a focus to the error messages througuout the store. So when the email is already registered, customers aren't seeing the error and think they are stuck. Even then, it's still a bit combersome to go back and...
by meer2005
Tue Apr 21, 2015 10:00 am
Forum: AbleCommerce GOLD
Topic: Allow registered user to checkout as guest
Replies: 5
Views: 7520

Allow registered user to checkout as guest

Is it possible to allow a registered user to checkout as guest?
by meer2005
Tue Apr 21, 2015 9:40 am
Forum: AbleCommerce GOLD
Topic: Checkout by Amazon
Replies: 33
Views: 54344

Re: Checkout by Amazon

Anyone using this with R10? I'm only seeing the "Amazon Address Book" and "Your Cart" sections. Not seeing Shipping Method, Payment Method, or the Place Order button.
by meer2005
Thu Mar 26, 2015 7:02 am
Forum: AbleCommerce GOLD
Topic: Gold 10 / Bootstrap questions
Replies: 57
Views: 33959

Re: Gold 10 / Bootstrap questions

Being new to less, where is color, background color, and border being pulled from for this: Less before being compiled: div.widget { .panel; .panel-default; div.header { .panel-heading; /* TODO: these should be the default bootstrap heading styles*/ padding: 10px 15px; border-bottom: 1px solid #ddd ...
by meer2005
Wed Mar 25, 2015 8:29 am
Forum: AbleCommerce GOLD
Topic: Gold 10 / Bootstrap questions
Replies: 57
Views: 33959

Re: Gold 10 / Bootstrap questions

Say I want to make something like a BG color change like this in the LESS file Current in css .css file: div.header{color:#333;background-color:#f5f5f5..... Want to change to: div.header{color:#333;background-color:#337ab7..... how would I change that in the less file so the output reflects the chan...
by meer2005
Tue Mar 24, 2015 9:43 am
Forum: AbleCommerce GOLD
Topic: Gold responsive theme showing mobile site on phone
Replies: 5
Views: 4195

Re: Gold responsive theme showing mobile site on phone

That's it, off is on and on is off. Thanks!
by meer2005
Tue Mar 24, 2015 8:34 am
Forum: AbleCommerce GOLD
Topic: Gold responsive theme showing mobile site on phone
Replies: 5
Views: 4195

Re: Gold responsive theme showing mobile site on phone

Same thing, still going to the mobile store.
by meer2005
Tue Mar 24, 2015 8:13 am
Forum: AbleCommerce GOLD
Topic: Gold responsive theme showing mobile site on phone
Replies: 5
Views: 4195

Gold responsive theme showing mobile site on phone

I setup an R10 dev site on my local host to test the new responsive theme. Using a browser emulator for an iphone, the site kept redirecting to the mobile site rather than the theme just being "responsive." I checked and confirmed that the mobile site was NOT enabled in the admin. With no luck testi...
by meer2005
Thu Mar 05, 2015 12:09 pm
Forum: AbleCommerce GOLD
Topic: WYSIWYG Stripping HTML - How to disable or get around
Replies: 3
Views: 3522

Re: WYSIWYG Stripping HTML - How to disable or get around

I clicked on the HTML icon "Edit HTML Source" -- I don't see anything that says "source view?" It's just a featured products slider that I'm trying to put on the home page. How come my local version doesn't even have a WYSIWYG editor? I've attached a screenshot of my local version. Local version NO ...
by meer2005
Thu Mar 05, 2015 11:28 am
Forum: AbleCommerce GOLD
Topic: WYSIWYG Stripping HTML - How to disable or get around
Replies: 3
Views: 3522

WYSIWYG Stripping HTML - How to disable or get around

The WYSIWYG editor is stripping some of the custom HTML entered, even in HTML mode. I have a local demo copy running and it doesn't even have a WYSIWYG, just plain text. I've looked around and don't see a way to disable the WYSIWYG editor, what am I missing? Any way to edit the home page html outsid...
by meer2005
Tue Mar 03, 2015 9:02 am
Forum: AbleCommerce GOLD
Topic: Category List Page: Item Sort Order - Gold R9
Replies: 4
Views: 3129

Re: Category List Page: Item Sort Order - Gold R9

Check to see if the first few products are set to featured within the product record. From what I recall, it sorts with featured items displayed first and then matches the order of the admin.
by meer2005
Thu Feb 05, 2015 8:48 am
Forum: AbleCommerce GOLD
Topic: Migrate Anonymous User to Registered User?
Replies: 10
Views: 9376

Re: Migrate Anonymous User to Registered User?

This is not working how it was described above. It does technically work, but it's not converting the anonymous username to the user email after using the forgot password link. Instead, it creates an account using the anonymous username which isn't user friendly at all. The email below is what I'm r...
by meer2005
Wed Jan 07, 2015 8:20 am
Forum: AbleCommerce GOLD
Topic: Roadmap for Gold?
Replies: 4
Views: 3052

Re: Roadmap for Gold?

I'd love to see or hear more about the responsive theme. Will it have 2 and 3 column layout options, or just 1 column? Are there any early beta versions to view?
by meer2005
Thu Dec 11, 2014 9:47 am
Forum: AbleCommerce GOLD
Topic: Product Review Email
Replies: 18
Views: 10226

Re: Product Review Email

I haven't turned on the automated system to send these review reminder emails yet, but I did try to manually send a few and the product links do not show up. When selecting the "Products Review Reminder" template and selecting format HTML, my emails appear exactly like kwikstand's screenshot above. ...