No bug Cancel auto-renewal ++

Lees meer
3 maanden 1 week geleden - 3 maanden 1 week geleden #3345 door Sakis Terz
Cancel auto-renewal ++ werd gestart door Sakis Terz
Hi Ruud

First of all, I would like to say that I am amazed by the work done regarding the Analytics.
It is really useful and detailed

1. I also like the recurring subscriptions feature and I am planning to use it.
My question is how the user can cancel it, if he/she does not wish to keep it.

2. I have a small wish regarding my API integration.
For the API to work, it needs that node in your extension's xml/manifest file.

<api>
<files folder="api">
<folder>src</folder>
</files>
</api>
I don't know if you need to include any files/folders in your package, though.
The use of that is for the appropriate namespace generation for the files used in api folder for that component.

Cheers,
Sakis
Laatst bewerkt 3 maanden 1 week geleden doorSakis Terz.
Discussie gesloten.
Lees meer
3 maanden 1 week geleden #3346 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Cancel auto-renewal ++
Hi Sakis,
thanks and glad you like the reports, by implementing them as back-end modules you can add them anywhere on your sites administrator interface, not just withing ochSubscriptions.

as for 1.
in the subscription overview the automatic recurring subscribed subscriptions have an extra button, see below: the first one is recurring (ochCaptcha), the second on is where the customer cancelled the automatic renewal (ochResponsiveImages), the customer can then re-enable it or do a manual renewal if he wants.
 
For 2, I will look into this and add it in the next release: note then when you start utilising this by adding your own api files, these will be overwritten when a new release comes out as that directory is empty or when i start adding files myself.

regards,
Ruud.
Discussie gesloten.
Lees meer
3 maanden 5 dagen geleden #3347 door Sakis Terz
Beantwoord door Sakis Terz in topic Cancel auto-renewal ++
Thanks Ruud!

I will check if by just adding the <api> node can work, without the <files> and <folders>
Discussie gesloten.
Lees meer
3 maanden 4 dagen geleden #3348 door Sakis Terz
Beantwoord door Sakis Terz in topic Cancel auto-renewal ++
I also like the notification icon you show over the "Checkout" link, when there are products in the cart.
Screenshot: www.awesomescreenshot.com/image/58548315...d619712c98250283e988

Can you provide some info on how you did that?
Discussie gesloten.
Lees meer
3 maanden 4 dagen geleden #3349 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Cancel auto-renewal ++

Can you provide some info on how you did that?
 

You can find all information / JS in documentation:  onlinecommunityhub.nl/documentation/ochs...ptions#checkout-page

Scroll down to "Checkout / Cart indicator"
Discussie gesloten.
Lees meer
3 maanden 2 dagen geleden #3350 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Cancel auto-renewal ++

For 2, I will look into this and add it in the next release: note then when you start utilising this by adding your own api files, these will be overwritten when a new release comes out as that directory is empty or when i start adding files myself.

Just released version 5.2.2, it hase the API manifest info and (empty) folder structure in it.
Discussie gesloten.
Lees meer
3 maanden 22 uren geleden #3351 door Sakis Terz
Beantwoord door Sakis Terz in topic Cancel auto-renewal ++
Hi Ruud

Thanks for the guidance so far! The issue with the cart counter icon is solved!
I installed the latest version and the <api> node is indeed there.
It turns out that the namespaces are created even by adding that single node in the xml: <api/>
This has the advantage that it does not override any files into the Joomla api folder.
if you go on with the API implementation please consider starting with my code. It a good starting point offering all the necessary scaffolding.

I also have a one small request.
I removed the element with id:  "recurring-automatic" in my override but it gives a js error. See screenshot.
Can you please check if that element exists before adding any style there through JS?

Cheers!
Sakis
 
Discussie gesloten.
Lees meer
3 maanden 4 uren geleden #3352 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Cancel auto-renewal ++

I also have a one small request.
I removed the element with id:  "recurring-automatic" in my override but it gives a js error. See screenshot.
Can you please check if that element exists before adding any style there through JS?

Cheers!
Sakis

 

Fixed in next release, thanks for bringing this to my attention Sakis!
Discussie gesloten.
Lees meer
3 maanden 1 uur geleden - 3 maanden 39 minuten geleden #3353 door Sakis Terz
Beantwoord door Sakis Terz in topic Cancel auto-renewal ++
Great!
Are you going to use the single <api/> node as well?

Also, in the future I would like to present different products in different groups.
E.g. Products and Services or Single Products and Bundles
See:  breakdesigns.net/pricing/

Is there any plan to use the Joomla Categories or Tags for the OCH Subs Products?
 
Laatst bewerkt 3 maanden 39 minuten geleden doorSakis Terz.
Discussie gesloten.
Lees meer
3 maanden 27 minuten geleden #3354 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Cancel auto-renewal ++

Great!
Are you going to use the single <api/> node as well?

No, it is like it is now. Joomla installer doesn't remove files from a folder, it just copies over the files in that forlder from the install zip.
So there is only an issue when you have a file and I also have that file (with different content).
so using single <api /? node doesn't make a difference.

Also, in the future I would like to present different products in different groups.
E.g. Products and Services or Single Products and Bundles
See:  breakdesigns.net/pricing/

Is there any plan to use the Joomla Categories or Tags for the OCH Subs Products?
 

I thought about that, but merely for the product overview so you can then 'filter by tag or category'.
That is the only use case I see as you can now already have products with multiple files in them: like my agency bundle.
So If I was to make a social media 'category', I could just make that a product that would then give access to ochSocials and ochOpenGraph: no need for a category.

So no, there is no plan
Discussie gesloten.