In product types (/admin/ecsettings/ptypes), i view my one listed non-shippable (generic) content type and enable Recurring Products.

In store/products i have a product listed as type Generic.

1) If I edit this product (which was created before i enabled recurring) functions that require ec_recurring are ghosted.
2) Also in /admin/store/recurring no recurring products are listed.

i'm not sure if i need to recreate products now i have enabled recurring, does anyone else get this?

thanks in advance

Comments

p_palmer’s picture

Component: product » ec_recurring

the renewal schedule is not saved with the product

p_palmer’s picture

Products have to be re created if the are made before ec_recurring is enabled. If not, all kinds of issues will happen!

p_palmer’s picture

Ok forget the last post, here is the workaround until this is fixed...

if you create one or more schedules, you will observe the 'Renewal schedule :' combo box as...

  • --
  • schedule 1
  • schedule 2
  • at this point you may find that items below are ghosted as you need to set a schedule first, however if you set schedule 1, it fails, setting schedule 2 passes and saves without problem. Therefore, i add a dummy schedule called dummy (alphabetically before 'schedule 1/2') This dummy is at position 2 in the combo box after '--'.

    Now you can save schedule 1+2 without issue.

    This is a bug but not marked critical because of this workaround. Even when this issue is fixed, dummy will still be a dummy :)

    Sorry for the drawn out posts here, but i hope this helps :)

p_palmer’s picture

Title: Recurring options not available for product » Recurring schedules not saved for product

Ok forget the last post, here is the workaround until this is fixed...

if you create one or more schedules, you will observe the 'Renewal schedule :' combo box as...

  • --
  • schedule 1
  • schedule 2

at this point you may find that items below are ghosted as you need to set a schedule first, however if you set schedule 1, and submit your product, this fails. Setting schedule 2 instead saves without problem. Therefore, i add a dummy schedule called dummy (alphabetically comes before 'Schedule 1 + 2') This dummy is at position 2 in the combo box after '--' like so...

  • --
  • dummy schedule
  • schedule 1
  • schedule 2

Now you can save schedule 1+2 without issue to your non-shippable generic products.

This bug is not marked critical because of this workaround. Even when this issue is fixed, dummy will still be a dummy :)

Sorry for the drawn out posts here, but i hope this helps :)

gordon’s picture

Status: Active » Fixed

This has been fixed in 5.x-3.x-dev and I am going to release 5.x-3.2-patch1 soon.

gordon’s picture

Status: Fixed » Active

Opps wrong issue,.

gordon’s picture

Status: Active » Fixed

Fixed this time.

Committed to 5.x-4.x-dev, 5.x-3.x-dev and 4.7.x-3.x-dev

p_palmer’s picture

Status: Fixed » Closed (fixed)

yup that's the one - thank you