Search found 18 matches

by crizilla
Thu Aug 04, 2016 7:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Get Gift Options and Multiple Destinations to show
Replies: 1
Views: 9076

Get Gift Options and Multiple Destinations to show

On another project I have it lets the customer select gift options and multiple destinations (see attachment). On my new project they are not there. How do I get them to show? Do I have to enable something in the admin?
by crizilla
Wed Aug 03, 2016 6:21 am
Forum: AbleCommerce GOLD
Topic: need to integrate StoneEdge
Replies: 3
Views: 3657

Re: need to integrate StoneEdge

yeah they had a setup.txt file that i read through but still getting error. Do you have any idea if this would even work LOCALLY? Or would I need to wait until my AC GOLD site is LIVE?
by crizilla
Tue Aug 02, 2016 9:25 am
Forum: AbleCommerce GOLD
Topic: need to integrate StoneEdge
Replies: 3
Views: 3657

need to integrate StoneEdge

how do i integrate StoneEdge into my AC GOLD project? I have the correct StoneEdge version downloaded on my computer, what next?

also can i instlal it on the local or do i have to do it on the live site?
by crizilla
Wed Jul 27, 2016 11:46 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Search control not working when I move it
Replies: 1
Views: 9225

Re: Search control not working when I move it

I solved this. Admins can close this thread
by crizilla
Mon Jul 25, 2016 7:38 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Search control not working when I move it
Replies: 1
Views: 9225

Search control not working when I move it

I moved the SimpleSearch control from the store header into the left column. The HTML renders but when you try to search anything you get "search keyword must be at least 1 character in length". No matter what you put it, that pop up errors displays. How to fix?
by crizilla
Thu Jul 21, 2016 6:05 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need to upgrade site from 7.0.0 to GOLD
Replies: 7
Views: 17383

Re: Need to upgrade site from 7.0.0 to GOLD

Yeah I went through that and got to the confirmation page. There were some SQL errors, though. Errors occurred during database upgrade. SQL: IF NOT EXISTS (SELECT * FROM INFORMATION_SCHEMA.TABLE_CONSTRAINTS WHERE TABLE_NAME = 'ac_TaxRuleGroups' AND CONSTRAINT_NAME = 'ac_TaxRuleGroups_PK') BEGIN alte...
by crizilla
Thu Jul 21, 2016 5:42 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need to upgrade site from 7.0.0 to GOLD
Replies: 7
Views: 17383

Re: Need to upgrade site from 7.0.0 to GOLD

i upgraded to 70.03 then tried upgrading to Gold but im getting "The specified database is not a valid version. The upgrade only works on databases from AC7.0.3 or higher" error. How can I check the version of the database? I have no idea why its not 7.0.3
by crizilla
Wed Jul 20, 2016 7:48 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need to upgrade site from 7.0.0 to GOLD
Replies: 7
Views: 17383

Re: Need to upgrade site from 7.0.0 to GOLD

are you sure thats the right link? it says anonymous user maintenance?
by crizilla
Wed Jul 20, 2016 6:55 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Need to upgrade site from 7.0.0 to GOLD
Replies: 7
Views: 17383

Need to upgrade site from 7.0.0 to GOLD

looks like i need to upgrade 7.0.0 to 7.0.1 then 7.0.2 then 7.0.3 before I can then upgrade to GOLD. I've tried but no luck. Can someone help me? Desperate to get this done message me and we can work something out
by crizilla
Tue May 24, 2016 11:35 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Color option thumbnails to another page
Replies: 13
Views: 24918

Re: Color option thumbnails to another page

Nvm. I just included that ProductItemDIsplay user control into the Featured Products grid and it worked. Thanks again.
by crizilla
Tue May 24, 2016 9:08 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Color option thumbnails to another page
Replies: 13
Views: 24918

Re: Color option thumbnails to another page

Hi Nadeem, I'm trying to do the same thing but this time with the Featured Products Grid (FeaturedProductsGrid.ascx). I tried the same method/changes as we just did but was getting the same errors. Is there anything different I need to change? I noticed there's not a Pre_Render function in FeaturedP...
by crizilla
Thu May 19, 2016 12:18 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Color option thumbnails to another page
Replies: 13
Views: 24918

Re: Color option thumbnails to another page

Ok I got it to work. The problem was the order of the functions in correlation with the Page_PreRender and Page_Load functions. I moved this into Page_PreRender and got it to work. if (ViewState["OptionDropDownIds"] != null) { _OptionDropDownIds = (Hashtable)ViewState["OptionDropDownIds"]; } else { ...
by crizilla
Thu May 19, 2016 11:49 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Color option thumbnails to another page
Replies: 13
Views: 24918

Re: Color option thumbnails to another page

Still can't get them to show. Yes, thumbnails are enabled. The color option thumbnails show just fine on the main product detail page after you click on a product. For the category grid page, though, they still aren't showing. I attached a screenshot of where they are suppose to show. The red circle...
by crizilla
Wed May 18, 2016 6:45 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Color option thumbnails to another page
Replies: 13
Views: 24918

Re: Color option thumbnails to another page

Yes, GOLD. thanks a lot for the help. I made those changes and it made some space for the color options below the product now, but the thumbnails still aren't showing. Looks like we are on the right path, though. Here is my productItemDisplay.ascx.cs code: namespace AbleCommerce.ConLib.Utility { usi...
by crizilla
Tue May 17, 2016 9:58 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Color option thumbnails to another page
Replies: 13
Views: 24918

Re: Color option thumbnails to another page

i saw a lot of pieces of code that had the word "option" in it. Not sure which was which so i tried copying the entire BuyProductDialog.ascx code into ProductItemDisplay.ascx and it still didnt work. I saw the repeater of the optionsList....tried that first, didnt work either. I'm thinking i need to...
by crizilla
Tue May 17, 2016 8:01 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Category vs Webpage
Replies: 7
Views: 17882

Re: Category vs Webpage

in the admin panel, you can put stuff in the summary section after you click on a category. Is that what you mean?
by crizilla
Fri May 13, 2016 10:57 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Color option thumbnails to another page
Replies: 13
Views: 24918

Re: Color option thumbnails to another page

when i copy the class from the buyproductdialog ascx.cs file into the productitemdisplay i get a bunch of red underlined code with the error "x does not exist in the current context"
by crizilla
Thu May 12, 2016 9:55 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Color option thumbnails to another page
Replies: 13
Views: 24918

Color option thumbnails to another page

I'm trying to copy over the color options from the BuyProductDialog page into the ProductItemDisplay page. Not sure how I would go about doing this. Any help is appreciated. When I tried copying over the code I got an error. Looks like the ProductItemDisplay page can't access the options class or wh...