CodeVerge.Net Beta
Login Idy
Register Password
  Forgot?
Explore    Item Entry    Members   
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML





Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.custom_modules Tags:
Item Type: NewsGroup Date Entered: 6/18/2005 3:27:59 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 5 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
13 Items, 1 Pages 1 |< << Go >> >|
portvista
Asp.Net User
Catalook Subscriptions6/18/2005 3:27:59 PM

0/0

I setup a Catalook store with a subscription product. A new user is able to "purchase" a subscription product, but it's only giving "Subscribers" role. How do I get it to update the user with the desired role?
-PortVista-

www.PortVista.com
xddg
Asp.Net User
Re: Catalook Subscriptions6/19/2005 3:42:09 AM

0/0

You need to setup a role unders Admin/Security Roles - EG Subscription Members
Then edit the product and assign that product to the Subscription Members role. 
When they purchase they will automatically be assigned.
Then when editing your information for your subscribers, remember to add that page/module to the Subscription Members role.

Does that help?
Nina Meiers
Nina Meiers


Free Skins & Containers by Nina Meies
portvista
Asp.Net User
Re: Catalook Subscriptions6/19/2005 11:43:41 AM

0/0

That's exactly what I'm doing. The user is never assigned anything other than the automatic roles in the portal. I've tried just about every variation I can think of. The product is $0, so the user is instantly marked as paid, but no role is assigned. Susanne of Catalook has offered to take a look, so maybe she'll find something. She's been very responsive/helpful in emails, but if I stump her with an odd "How do I" question I don't hear back from her. lol!

But this one has got to work! It's a major feature of the product!


-PortVista-

www.PortVista.com
xddg
Asp.Net User
Re: Catalook Subscriptions6/19/2005 12:49:24 PM

0/0

OK, Since I got your post here - I did the following -
Created a product with subscription role of 1 year for $1.00
I then logged out and logged in as a test user and purchsed it but used pay in advance.
I then logged in as administrator and checked the orders.
I searched for the test user and it brought up the order.
I then clicked the edit link on the left and set product to being paid
Then logged out  and logged back in as administrator and checked the security role and sure enough - the user is now set for 1 year subscription.

So yes it does work.  Maybe working with a value of nothing doesn't help - I'm not sure -
But I just did it and haven't done it before so ... if you try these steps with a value in it, it could help.

Nina Meiers
Nina Meiers


Free Skins & Containers by Nina Meies
portvista
Asp.Net User
Re: Catalook Subscriptions6/19/2005 5:01:40 PM

0/0

Yes I got it to work that way thanks or checking this out! That was the only thing I didn't try since we're not charging for subscriptions yet. I guess I don't really need the cart to handle free subscription products. I can just bring back the portal registration page and have them sign-up that way...


-PortVista-

www.PortVista.com
YodaRocks
Asp.Net User
Re: Catalook Subscriptions9/5/2005 2:08:09 AM

0/0

Nina, help. 

I've been rapidly ascending the learning curve, having just successfully installed DNN 3.11 and then the trial version of CATALooK.netStore Pro & Booking Tools.  Everything's working -- so far, so good.

However, I've been trying to gleen from the manual exactly the steps to utilize CATALooK not for a product-based shopping cart, but rather for a web site registration system that assigns the appropriate roles following payment.  I just cannot see how it's done.  Here's the only reference in the entire manual that I could find:

"
Subscriptions

That means that the customer is automatically added to the selected user role for the selected period after payment has been effected. This can be used if you want publish content on your portal tabs which is only visible for customers who are members of a specific role."

To which I say, "Huh??"

Susanne Koehler did respond to my request for help, with this:

"Please find all informations in the module help of module CAT_StoreSettings and in the admin manual."


So, basically, I was told to RTFM.  Not helpful, and more than a little frustrating.  I've written again to Susanne and hope to hear from her, but haven't, yet.

So, having come this far, I guess I could use a primer on how to do this.  I could sure use the basic steps for accomplishing this!

Thank you in advance!

xddg
Asp.Net User
Re: Catalook Subscriptions9/5/2005 4:32:20 AM

0/0

That's exactly how I would understand it Yoda - You're simply having a challenge perhaps with the words..
It's easy as far as I can understand it -

Create a Security role for the subscribers - which will have the content in there for them only to see
I'd call it WebSubscribers for this example

Create a new product
Further down page - see the word Subscription Role >>> Assign that Security role to WebSubscribers from the dropdown box next to the word Subscription Role.

Set the time for Subscription - in days - in the text box next to the word Subscription Period

If you want to go the depth of recurring billing - you need to RTFM a bit more - but in a nutshell  if you check the box that you want recurring billing, you then setup a schedule in the Host/Schedule tab and enter the [CatalooK.RecurringBill,CatalooKStore] text (copy and paste from the page, not here)

You can then assign if you want paypal to be the choice of recurring payment method, or use the advanced settings - but this is more involved.

So I understand what Susanne is telling you - but perhaps neglected where you'll find it - It's in the Products Page. 

Like any method of subscription you need to assign a role first  so that when you create the product and it's paid for, DNN knows what role to put them into after the transaction is done - and it's on these pages you would have your member content.

Does that help you?
You're just lucky - I'm working with Catalook at the moment -so found the information in front of me.
Nina Meiers


Nina Meiers


Free Skins & Containers by Nina Meies
YodaRocks
Asp.Net User
Re: Catalook Subscriptions9/5/2005 2:30:12 PM

0/0

Nina, thank you.  I've followed the breadcrumbs you left for me and found my way! 

Now, I need to test the payment processing and see how to customize this to suit a web site registration need rather than a product-based shopping cart need.  Any tips would be gratefully received!

Steve

YodaRocks
Asp.Net User
Re: Catalook Subscriptions9/5/2005 5:09:37 PM

0/0

To make this better fit a site registration system, I need to change the headings in the CAT_Cart module.  Out of the box, they are:

Product ID
Product Name
Item code
Quantity
Price
Total
Item
Delete 

I want to make them something like

Subscriber ID
Registration Option
Item code
etc.

Any idea how I might go about doing that?

Steve

YodaRocks
Asp.Net User
Re: Catalook Subscriptions9/6/2005 12:59:59 PM

0/0

Just a quick follow-up.  Susanne sent me the instructions for changing the headings for the CAT_Cart module.  I'm posting them in case they will be of use to others who may find this thread:

Module CAT_LangSwitcher -> Select 'Edit Language Resources' from the module menu. Please find all informations in the admin manual.

Steve

wylie
Asp.Net User
Re: Catalook Subscriptions1/1/2006 1:47:01 AM

0/0

I am interested is setting up an easy to use recurrent subscription feature for portal access.  It seems like Catalook is the best way to do this.  Is this correct?

Can someone refer me to an online example?

Thanks,
Wylie
xddg
Asp.Net User
Re: Catalook Subscriptions1/1/2006 7:24:46 AM

0/0

Are you talking about recurring revenue subscriptions? I know a few people having issues with dnn3.012>> when the membershiprole from MS changed and the recurring billing is not working for those who are using payment gateways using silent postback urls - like MY CLIENT for example  - where the empty postbacks are causing problems of roles not being updated and payments not being set as being received.

How it affects recurring payment systems is that there is an issue with the scheduler returning an acknowledgement of the payment, hence the person doesn't get reminded to pay after the initial payment.  Susanne was working on that prior to Christmas.

I just got another build from Susanne yesterday and am going to test it - And I have a couple of other colleagues using Catalook, one is for a magazine subscription, and I'll know tomorrow whether it's worked or not.  The catch is I think it's for DNN 3.2 and up only, so that would mean the 3.87 build of Catalook should have addressed the issues found here.

So while it's not a direct yes or no, Yes Catalook does it, but not always successfully due to how some payment gateways behave, and it's acknowledged there was a problem and it was being addressed. 

There's NOTHING worse than finding this out at the end.. But great that Catalook is so well supported. I'll find the link to the site I know is using it for you to look at.

Nina Meiers


Nina Meiers


Free Skins & Containers by Nina Meies
wylie
Asp.Net User
Re: Catalook Subscriptions1/2/2006 7:13:04 AM

0/0

Hi Nina,

Thank you for sharing your experience. 

Yes I am talking about recurring revenue subscriptions.

>Catalook does it, but not always successfully due to how some payment gateways behave, and it's acknowledged there was a problem and it was being addressed.

When you say "not always succesfully" are you hopeful Catalook will soon be functioning 100% after the problem is "addressed"?

And do you see this only being fully addressed for DNN 3.2?

I'd really appreciate seeing one of these subscription gateways online - I'd be interested in looking at any example links you can offer.

Thanks,
Wylie
13 Items, 1 Pages 1 |< << Go >> >|



Search This Site:


Meet Our Sponsors:



Other Resources:

New Module: Catalook eCommerce Dashboard Keep up to date on DotNetNuke and new modules from OnyakTech as well as other ... Subscriptions. Shopping Cart. Support. Support (Uses core SigmaPro Module) ...
Snowcovered.com :: Catalook ... s- h,Norwegian), subscription management, recurring billing, inventory tracking, ... subscriptions with recurring billing option, configurable products(computers) ...
Catalook eCommerce Dashboard 7.2 Professional eCommerce Charting module by OnyakTech. Easily track sales ... All OnyakTech Modules and Skins - ONLY $99.95 - Click Here For Subscriptions ...
CATALooK.netStore A powerful easy-to-use shopping cart and renting ... ... delivery of digital goods, subscription management, recurring billing, inventory ... 20009 (Handbag Catalook Skin 1)-Flash ...
Store307 (Labadi.biz) DotNetNuke & e-commerce CATALooK.netStore ... ecommerce store and renting/letting system . Using CATALook for DNN ... Product configurator,Item packages,Customizable data entry forms,Subscriptions, ...
Catalook 101 Skin Collection ... been designed exclusively for the Catalook eCommerce system. ... Catalook 101 Skin ... for: CATALooK.netStore by Susanne Koehler (www.catalook.net) ...
CATALook .net Store Module, DotNetNuke Module Review Recurring Billing for subscriptions. Auto-Ship option. Donation options. Shipping data ... How to set up DotNetNuke to accept subscription payments ...
Catalook allows IPN? - Chat About It! - DotNetNuke DotNetNuke® Forums ... Re: Catalook allows IPN? Catalook not only does this, but it will do subscriptions to PayPal also. ... Can Catalook handle Affiliate referrals? ...
Snowcovered.com : Catalog Shop for DotNetNuke modules, DotNetNuke skins, & more! ... PayPal Subscriptions 2.8 w/ IPN. by Gumbosoft. 8. CATALooK netStore Standard. by Catalook ...



user control libraries - interesting use of generics and proxy user controls

problems with security and access to protected files

customizing the required data to register in my website.

where in code is the editable setting for modules?

affiliate referrals

how to add items of the user

problems with enabling iis to delegate requests to remote resoureces

authorization question/confusion. i

need help using session state to track user names

in my web application folder i can't find the webctrl_client where i can copy the runtime folder to

html editor raises exception

file manager and links/document modules do not agree on document root

an easy skin css-mozilla-netscape skin question (i hope)

div scrolling in vs 2008

extending user attributes in the database

vs2003 coexists with vwd2005express?

parser error-unable to load type **.global

formsauthentication.signout()

is there a provider for email notifications ?

re: using multiple sitemaps

 
All Times Are GMT