Search found 19 matches

by AnthonyD
Wed Dec 08, 2010 12:15 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: SimpleCategoryList modification
Replies: 0
Views: 2892

SimpleCategoryList modification

Greetings.

Would anyone know how I can display 2 product categories with several items under each category on the SimpleCategoryList.ascx? Would this affect the current categories in the catalog?

Any help would be most appreciated.
by AnthonyD
Sun Nov 28, 2010 7:33 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Register Dialog code
Replies: 6
Views: 6923

Re: Register Dialog code

Thanks so much!
by AnthonyD
Thu Nov 25, 2010 7:06 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Register Dialog code
Replies: 6
Views: 6923

Re: Register Dialog code

s_ismail wrote:i guess you have removed some captcha field html from RegisterDialog.ascx file.
Would you know where I can get the default RegisterDialog code? Even my backups reflect the same error message. Thanks.
by AnthonyD
Tue Nov 23, 2010 11:20 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Register Dialog code
Replies: 6
Views: 6923

Re: Register Dialog code

Help!

I'm getting this message when I uploaded the RegisterDialog code:

[[ConLib:RegisterDialog]] e:\hshome\selectit\selectitonline.com.au\ConLib\RegisterDialog.ascx.cs(32): error CS0103: The name 'trCaptchaField' does not exist in the current context

Have any idea how I can fix this? Many thanks.
by AnthonyD
Thu Oct 28, 2010 6:50 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Register Dialog code
Replies: 6
Views: 6923

Register Dialog code

Help.

I messed up the store dialog code and I need to revert to the original code (which I lost). Store version is 7.0.4

Any help will be greatly appreciated.

Thanks all.
by AnthonyD
Wed Oct 27, 2010 12:36 am
Forum: Good Reference Posts
Topic: User Registeratoin with verification
Replies: 4
Views: 14540

Re: User Registeratoin with verification

I implemented the download file but I find the following error message: [[ConLib:RegisterDialog]] ...\ConLib\RegisterDialog.ascx.cs(48): error CS1501: No overload for method 'CreateUser' takes '7' arguments Worse still, when I replaced the original files back, they won't work anymore. I badly need h...
by AnthonyD
Thu Sep 23, 2010 5:18 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: store URL
Replies: 1
Views: 2397

store URL

My store URL redirects to a test page, not the actual homepage. This happens too when I try to access the Password help page. I'm not a developer so I really don't know how to fix this. Any help would be most appreciated.
by AnthonyD
Wed Sep 15, 2010 5:27 pm
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help with Password Reset
Replies: 4
Views: 3178

Re: Help with Password Reset

Thanks, jmestep. Thanks, plugables. The domain is set correctly and it has a / at the end. The link in the notification email originally redirected to a test page. I tried fixing the htm file but it just redirected to the homepage. Here's the htm code: <html> <head> <style type="text/css"> TABLE.Ema...
by AnthonyD
Wed Sep 15, 2010 6:14 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Help with Password Reset
Replies: 4
Views: 3178

Help with Password Reset

Help!
How do I configure the Password reset template so that it redirects to the proper page?
by AnthonyD
Mon Jul 05, 2010 2:20 am
Forum: Feature Requests
Topic: Make 'Hide Price' really hide the price!
Replies: 23
Views: 22799

Re: Make 'Hide Price' really hide the price!

Hello.

Is there a code i can add to hide all prices and show them when the user is logged in? i would need some other items' prices hidden even when logged in. Thanks in advance for the help.
by AnthonyD
Wed Jun 16, 2010 12:59 am
Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
Topic: Adding Price breaks for different users
Replies: 2
Views: 1972

Adding Price breaks for different users

Help! I am not a developer but I have been assigned to manage the shopping cart. I would like to add price breaks or discounts to certain users which I can manage manually. My big concern is having a lot of products in the store and offering the same products at different discounted prices for speci...
by AnthonyD
Wed Jun 16, 2010 12:35 am
Forum: Feature Requests
Topic: Make 'Hide Price' really hide the price!
Replies: 23
Views: 22799

Re: Make 'Hide Price' really hide the price!

@s_ismail

Thanks! That worked out just fine.
by AnthonyD
Wed Jun 09, 2010 9:18 am
Forum: Feature Requests
Topic: Make 'Hide Price' really hide the price!
Replies: 23
Views: 22799

Re: Make 'Hide Price' really hide the price!

Hey, thanks.

I replaced the code with what you suggested and the price still shows:
Image
Any idea how I can hide it when the user is not logged in? I may have supplied the wrong code to fix.

Thanks again. Really appreciate it.
by AnthonyD
Wed Jun 09, 2010 6:25 am
Forum: Feature Requests
Topic: Make 'Hide Price' really hide the price!
Replies: 23
Views: 22799

Re: Make 'Hide Price' really hide the price!

Hello again. Could you also help me as to what I could add to this line of code so that the price could be seen only if you were logged in? <uc:ProductPrice ID="OurPrice" runat="server" EnableDefaultKitProducts="false" /> My knowledge here is vastly insufficient but I've began some tutorials and cla...
by AnthonyD
Tue Jun 08, 2010 7:32 pm
Forum: Feature Requests
Topic: Make 'Hide Price' really hide the price!
Replies: 23
Views: 22799

Re: Make 'Hide Price' really hide the price!

Thanks, s_ismail. I appreciate all the help. :)

But I ran into a snag, the prices of recently viewed items don't show even when logged in. :(
by AnthonyD
Mon Jun 07, 2010 8:44 pm
Forum: Feature Requests
Topic: Make 'Hide Price' really hide the price!
Replies: 23
Views: 22799

Re: Make 'Hide Price' really hide the price!

The store has a one-page anonymous checkout. Does this need to be disabled or removed, in order to have the prices show only for registered users?
by AnthonyD
Mon Jun 07, 2010 6:09 pm
Forum: Feature Requests
Topic: Make 'Hide Price' really hide the price!
Replies: 23
Views: 22799

Re: Make 'Hide Price' really hide the price!

Where you want to show/hide products prices if in CategoryGridPage.ascx then locate this code <uc:ProductPrice ID="Price" runat="server" Product='<%#Container.DataItem%>' ShowRetailPrice="true" /> and replace with this code <uc:ProductPrice ID="Price" runat="server" Visible='<%# !Token.Instance.Use...
by AnthonyD
Mon Jun 07, 2010 9:35 am
Forum: Feature Requests
Topic: Make 'Hide Price' really hide the price!
Replies: 23
Views: 22799

Re: Make 'Hide Price' really hide the price!

@s_ismail: Many thanks!
by AnthonyD
Mon Jun 07, 2010 1:05 am
Forum: Feature Requests
Topic: Make 'Hide Price' really hide the price!
Replies: 23
Views: 22799

Re: Make 'Hide Price' really hide the price!

Hello. I'm not a developer and I'm new to the ablecommerce cart. I need to hide the product prices to anonymous users and visible only to registered users. I don't know how to go about this, as I mentioned I'm very new to development work. So any assistance you could supply would be most appreciated...