Search found 4912 matches

by mazhar
Fri Aug 26, 2016 5:10 am
Forum: AbleCommerce GOLD
Topic: Note Types - Purpose & Handling
Replies: 4
Views: 6079

Re: Note Types - Purpose & Handling

What would be a type of SystemPublic note? Would this type appear in the Notes Manager or are both System types excluded there? Both system types are excluded there. System Public only appears on notes tab on admin order screen or notes section in receipt/my order page. System public note type is u...
by mazhar
Fri Aug 26, 2016 4:47 am
Forum: AbleCommerce GOLD
Topic: Any way to show all ship methods when placing admin order?
Replies: 1
Views: 2534

Re: Any way to show all ship methods when placing admin order?

Are you sure if it was that way and not some customization? What would be example criteria to test this? If shipping method belongs to a different zone would it still appear? I tried this in AC7 and it only listed the method that applied.
by mazhar
Sun Aug 21, 2016 11:34 pm
Forum: AbleCommerce GOLD
Topic: Designating Product Types
Replies: 2
Views: 3494

Re: Designating Product Types

If its just about showing different content then without any code changes you can do it via Product Batch editing and setting product specific display page. For example you can batch edit products under certain category and choose some specific display page for each of them. Those products will be s...
by mazhar
Mon Aug 15, 2016 3:05 am
Forum: AbleCommerce GOLD
Topic: Some size concerns with old 7.x databases in Gold
Replies: 5
Views: 7016

Re: Some size concerns with old 7.x databases in Gold

I see, I will do some research on this. Please share if you find something useful while working on this.
by mazhar
Mon Aug 15, 2016 1:32 am
Forum: AbleCommerce GOLD
Topic: Some size concerns with old 7.x databases in Gold
Replies: 5
Views: 7016

Re: Some size concerns with old 7.x databases in Gold

Always a good idea to rebuild/reorganize indexes in your SQL database from time to time. Definitely improves site performance for larger sites with a high volume of traffic. In my hosting servers, I have a maintenance plan configured to automate this process easily. Right, I guess then most probabl...
by mazhar
Sun Aug 14, 2016 11:26 pm
Forum: AbleCommerce GOLD
Topic: Admin Log Out Constantly
Replies: 7
Views: 6814

Re: Admin Log Out Constantly

As Katie suggested there are two places and you should update them both. Make sure to update timeout in forms element after updating sessionstate

Code: Select all

<forms timeout="15" slidingExpiration="true" name="ACGOLD.ASPXAUTH"/>
by mazhar
Sun Aug 14, 2016 11:23 pm
Forum: AbleCommerce GOLD
Topic: Where is the item notes field stored in the database?
Replies: 4
Views: 4876

Re: Where is the item notes field stored in the database?

You can always find those values from order summary page in Administration. Anything entered will be listed along with purchased item. In database as Katie mentioned the name of table you can find them in ac_OrderItemInputs table.
by mazhar
Sun Aug 14, 2016 11:10 pm
Forum: AbleCommerce GOLD
Topic: Some size concerns with old 7.x databases in Gold
Replies: 5
Views: 7016

Re: Some size concerns with old 7.x databases in Gold

A) Why isn't that being done automatically? Seems awfully simple to slap that rebuild-index into the maintenance routine. Well for this first we need to see if its correct to rebuild FTS index regularly? I wonder if index needs some reorganization or rebuild takes away some useful indexed informati...
by mazhar
Wed Aug 10, 2016 1:36 am
Forum: AbleCommerce GOLD
Topic: Pure bootstrap
Replies: 2
Views: 3584

Re: Pure bootstrap

Bootstrap defiantly makes it easy to develop responsive front end without much knowledge of CSS but it does take away the HTML semantics. You end up with HTML classes strongly coupled to bootstrap. For example a css class called .leftColumn is much more meaningful then .md-col-3. Anyway the way we d...
by mazhar
Sun Aug 07, 2016 8:11 pm
Forum: AbleCommerce GOLD
Topic: GOLD email templates, same as 707 syntax?
Replies: 4
Views: 5141

Re: GOLD email templates, same as 707 syntax?

BTW please check following thread. I posted details about porting AC7 codes to Gold few years ago
viewtopic.php?f=47&t=17108
by mazhar
Sun Aug 07, 2016 8:08 pm
Forum: AbleCommerce GOLD
Topic: GOLD email templates, same as 707 syntax?
Replies: 4
Views: 5141

Re: GOLD email templates, same as 707 syntax?

We tried out best to make sure templates NVeclocity scripts of AC7 work seamlessly with gold. There are only few things that are different in gold. 1- In AC7 we had Token.Instance and now you will use AbleContext.Current instead. 2- In AC7 we used Price.ToString("ul") to format currency, now you hav...
by mazhar
Sun Aug 07, 2016 8:00 pm
Forum: AbleCommerce GOLD
Topic: Gold R10 Category Sort Time out
Replies: 2
Views: 4167

Re: Gold R10 Category Sort Time out

This part tries to calculate child products sort order within category being sorted. If you comment it out then it may result in some incorrect order for child products.
by mazhar
Sun Aug 07, 2016 7:42 pm
Forum: AbleCommerce GOLD
Topic: No logo image will crash store
Replies: 2
Views: 3404

Re: No logo image will crash store

Strangely I am not able to reproduce the issue, maybe missing some step. I simply dropped the logo.gif from a theme and then opened store making sure cache is invalidated. Store seems to be working though Image is missing as expected. Am I missing some step?
by mazhar
Sun Aug 07, 2016 7:22 pm
Forum: AbleCommerce GOLD
Topic: Preview theme via URL?
Replies: 1
Views: 2879

Re: Preview theme via URL?

You need to go to Administration > Website > Manage Themes page. From action area in front of theme name that you want to preview use preview button (Magnifying Glass Icon) .
by mazhar
Wed Aug 03, 2016 10:28 pm
Forum: AbleCommerce GOLD
Topic: Global setting to make HTML wysiwyg editors taller in Admin?
Replies: 6
Views: 6026

Re: Global setting to make HTML wysiwyg editors taller in Admin?

OK great! I just posted the snippet without testing the change. Now that you have it working I made updates to above comment and removed MaxLength attribute.
by mazhar
Wed Aug 03, 2016 5:44 am
Forum: AbleCommerce GOLD
Topic: Global setting to make HTML wysiwyg editors taller in Admin?
Replies: 6
Views: 6026

Re: Global setting to make HTML wysiwyg editors taller in Admin?

Neal regarding Global setting I think you can accomplish that by using Admin theme's Skin file. All you need is to add a generic style for all cb:HtmlEditors with default width, height and toolbar set. For example give a try by adding this to your admin theme's skin file. Updated code snippet and re...
by mazhar
Wed Aug 03, 2016 5:18 am
Forum: AbleCommerce GOLD
Topic: Global setting to make HTML wysiwyg editors taller in Admin?
Replies: 6
Views: 6026

Re: Global setting to make HTML wysiwyg editors taller in Admin?

Yes within admin you can check example of inline WYSIWYG editor big enough to not need full screen. For example Admin/Products/EditProduct.aspx check the summary and extended description. They make use of cb:HtmlEditor control which is a server side wrapper over WYSIWYG(tinymce). You can control its...
by mazhar
Wed Aug 03, 2016 4:33 am
Forum: AbleCommerce GOLD
Topic: Exception when deleting categories
Replies: 21
Views: 16442

Re: Exception when deleting categories

We enforce this delete casecade via code. If you are deleting product using CommerceBuilder API then it will ensure to enforce this delete casecade and automatically remove product from catalog nodes. If you are performing manual delete directly from database then you will have to do it yourself.
by mazhar
Wed Aug 03, 2016 4:18 am
Forum: AbleCommerce GOLD
Topic: Reinitializing a database
Replies: 3
Views: 4232

Re: Reinitializing a database

I got it working, I tried that first, didn't work so I put the Install folder in place, compiled it and deployed it (WAP) and then used the default database.config and did what I needed. Just didn't know if there was a more official way as obviously we may develop against a database copy and then n...
by mazhar
Wed Aug 03, 2016 3:39 am
Forum: AbleCommerce GOLD
Topic: Dynamic content in product page
Replies: 2
Views: 3481

Re: Dynamic content in product page

You can't put conlib in product description but you can put conlib in product display page. Every product is served against a database based display page. You can check them under Administration > Website > Product Pages. You can create a custom display page where you may use multiple ConLibs otherw...
by mazhar
Wed Aug 03, 2016 3:33 am
Forum: AbleCommerce GOLD
Topic: Global setting to make HTML wysiwyg editors taller in Admin?
Replies: 6
Views: 6026

Re: Global setting to make HTML wysiwyg editors taller in Admin?

Have you tried increasing width of cb:HtmlEditor control? We already have a custom control that can quickly get you a server side WYSIWYG editor. Please check add/edit product page.
by mazhar
Wed Jul 27, 2016 11:20 pm
Forum: AbleCommerce GOLD
Topic: Product image size reduces on option change
Replies: 3
Views: 4207

Re: Product image size reduces on option change

In Gold R12 we made an update and choose not to resize product images when listing on product display page. This means we will simply render image with actual dimensions in which they are uploaded without effecting image quality. In sample data some products have sample images with different sizes, ...
by mazhar
Wed Jul 27, 2016 11:12 pm
Forum: AbleCommerce GOLD
Topic: Order Notes in email template
Replies: 3
Views: 4523

Re: Order Notes in email template

You can try following code and place it just above the </body> tag of your Customer Order Notification Email template contents. #foreach ($note in $order.Notes) #beforeall <table class="Email"> <tr> <th class="Email">Order Notes</th> </tr> </table> <table class="Email"> <tr> <td style="background:#c...
by mazhar
Wed Jul 27, 2016 1:45 am
Forum: AbleCommerce GOLD
Topic: PageNotFound error in Page Views
Replies: 2
Views: 3831

Re: PageNotFound error in Page Views

There are two things, first PageNotFound.aspx is a user friendly error page which is shown when you request that doesn't exist on website. For example when you try to open an invalid URL. This means that you seems to have some invalid URL in your website which is pointing to a resource which no long...
by mazhar
Tue Jul 26, 2016 3:34 am
Forum: AbleCommerce GOLD
Topic: ConLib reference list empty
Replies: 6
Views: 6037

Re: ConLib reference list empty

Yes you are correct. Development environment does have code files since they are required. I quickly performed a test by simply dropping .cs files, since its WAP mode code is already compiled so website seems to be working but conlib reference is not. I am going to report this.