Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 45

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Paypal recurring billing module for Website Payment Pro

    I have attached the shopping cart image from the granola site. It shows the subscription price in the attributes. That is what is the amount charged through Paypal on the subscription basis.

    In order to show the customer the amount they are being charged in the checkout, you have to display the attributes from the cart. As mentioned with the first version of the recurring mod, and I mention above, the checkout price will show $0, but the amount that is being deducted on the schedule you set, is the amount in the attributes area.

    It was tested through Paypal sandbox, and the checkout went through with no issues.

    You can use the paypal recurring, but unless they have upgraded it, it will require alot of coding inside zen to get it to work through zencarts checkout system.
    Attached Images Attached Images  

  2. #2
    Join Date
    Oct 2008
    Posts
    16
    Plugin Contributions
    0

    Default Re: Paypal recurring billing module for Website Payment Pro

    Quote Originally Posted by blakdeth77 View Post
    Hello, I am getting an error when I log in to the admin section and click on the Subscriptions/Recurring at the top of the screen just under "logoff". The error I get is

    1146 Table 'xxxxxxxxxx.subscription' doesn't exist



    Do you know offhand where I went wrong with the install? I am using ZC v1.3.8, PHP Version: 5.2.5 (Zend: 2.2.0), and MySQL 5.0.67 .

    Thanks!!
    Did you do the sql table update?

  3. #3
    Join Date
    Oct 2008
    Location
    Burnsville MN
    Posts
    40
    Plugin Contributions
    0

    Default Re: Paypal recurring billing module for Website Payment Pro

    Quote Originally Posted by fscproductions View Post
    Did you do the sql table update?
    Yes I copied and pasted each section to the SQL update box. Does the whole thing need to be done at one shot or can I cut and paste one paragraph of the update at a time? It looked to me like they were almost 3 separate pieces with closing brackets so I did one section at a time, copy and paste. I'm not a programmer but it was not stated that I had to copy and paste the entire section at one time in to the SQL patch input. I'll try it that way I guess. Didn't occur to me when I was actually installing it that maybe all three sections of code had to go at one time. Is that maybe the reason?

  4. #4
    Join Date
    Dec 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Paypal recurring billing module for Website Payment Pro

    I am getting the same error Under the Subscriptions/Recurring section.

    1146 Table 'mys0832911580xxx.zen_subscription' doesn't exist
    in:
    [select count(*) as total from zen_subscription s ,zen_products_description pd where s.product_id=pd.products_id]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields

    And also this error in MODULE /PAYMENT

    Fatal error: Call to undefined function: zen_get_module_directory() in /home/content/m/o/t/motorsinmotion/html/store/includes/modules/payment/checkout_process.php on line 16

    No PayPal Payment modules show up now


    Any Ideas how to fix this?



    I did the sql patch with the contents of the data.sql file:

    CREATE TABLE `zen_subscription` (
    `id` int(10) NOT NULL auto_increment,
    `name` varchar(255) default NULL,
    `product_id` int(10) default NULL,
    `sub_price` varchar(100) default NULL,
    `billing_frequency` int(10) default NULL,
    `duration_in` varchar(10) default NULL,
    `sub_description` text,
    `sub_trial_confirm` int(1) default NULL,
    `trial_billing_period1` varchar(10) default NULL,
    `trial_billing_frequency1` int(10) default NULL,
    `trial_amount1` varchar(100) default NULL,
    `trial_to_total_billing_cycles1` int(10) default NULL,
    PRIMARY KEY (`id`)
    );

    CREATE TABLE `zen_customer_subscription` (
    `cust_subscription_id` int(10) NOT NULL auto_increment,
    `profile_id` varchar(100) default NULL,
    `customer_id` int(10) default NULL,
    `order_id` int(10) default NULL,
    `subscription_id` int(10) default NULL,
    `status` char(1) default NULL,
    `modified_date` varchar(100) default NULL,
    `product_id` int(10) default NULL,
    PRIMARY KEY (`cust_subscription_id`)
    );

    alter table zen_products add(products_recurring tinyint(1));
    Last edited by SageSystems; 14 Dec 2008 at 06:06 AM.

  5. #5
    Join Date
    Apr 2008
    Posts
    154
    Plugin Contributions
    0

    Default Re: Paypal recurring billing module for Website Payment Pro

    OK, i just installed this module and went into admin and see the new pull down for 'subscriptions/payments' and i went into ti as see taht i must first create a product subscription through the product page. i went to a product, set the price to 0 but could find NOWHERE on the page a pull down to select subscription.. i also noticed that the product page is product.php and there are no changes to that file in my download - was i missing something??
    Website Developer and Search Engine Optimazation Boise Idaho. Details at BoiseWired.com

  6. #6
    Join Date
    Jun 2008
    Posts
    170
    Plugin Contributions
    0

    Default Re: Paypal recurring billing module for Website Payment Pro

    I know about the attributes showing up on that page. That's not the problem. The order does go through ZenCart. We get an email about it for $0.00. However, nothing happens on the PayPal side. We get no confirmation that the subscription goes through and no record on the PP side either. So essentially, no order actually happens.

    The client does have Website Payments Pro with the Recurring Billing setup. So where are we going wrong? Why can't we get any proof of an order on the PayPal side?
    Posted via Mobile Device

  7. #7
    Join Date
    Jun 2008
    Posts
    170
    Plugin Contributions
    0

    Default Re: Paypal recurring billing module for Website Payment Pro

    New problem...and an update. Client decided to call PayPal today with me in a conference call. PP said we needed to turn the Website Payments Pro and both the Express Checkout as well as the Express Checkout with recurring billing. He also said to turn on all credit cards PP suggests. So we did that too. Still having problems including a new one that only appears when attempting to make a recurring billing order. In this case, it's on Step 2 of the Checkout Process where this message appears under Payment Method:

    Sorry, we are not accepting payments from your region at this time.
    Please contact us for alternate arrangements.

    Why did this show up? How do we lose it?
    Posted via Mobile Device

  8. #8
    Join Date
    Nov 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Paypal recurring billing module for Website Payment Pro

    Quote Originally Posted by datatv View Post
    New problem...

    Sorry, we are not accepting payments from your region at this time.
    Please contact us for alternate arrangements.

    Why did this show up? How do we lose it?
    Posted via Mobile Device
    I get the same error... And I am the one ordering...

    My website is not "live" yet, and I am waiting on this feature to do so... PLEASE HELP!!

  9. #9
    Join Date
    Aug 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: Paypal recurring billing module for Website Payment Pro

    Hello,
    I am having the same problem with the orders showing as $0.00, I changed the product's subscription to NO and it still does the same thing. I don't even see the recurring payment things that were shown in the screen shot you provided. Any help?

  10. #10
    Join Date
    Aug 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: Paypal recurring billing module for Website Payment Pro

    I just tried to add a new product without the recurring subscription and it worked fine. When I turn recurring subscriptions on, add a new subscription, and then go to checkout, the price is $0.00 and when I click on confirm order it just sends out the order summary as if it was sold for free

 

 
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v150 Paypal Website Payment Pro Module not showing without SSL
    By slafrenaye in forum PayPal Website Payments Pro support
    Replies: 1
    Last Post: 7 Jan 2013, 10:05 PM
  2. Paypal Recurring Billing Module installation problems with addon
    By SageSystems in forum Addon Payment Modules
    Replies: 0
    Last Post: 14 Dec 2008, 05:01 AM
  3. Any ETA on recurring billing for Paypal and ZenCart
    By jcfra420 in forum General Questions
    Replies: 6
    Last Post: 23 Aug 2008, 07:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg