Nicolas Lecocq
Forum Replies Created
-
Thank you so much for your review π
Forum: Reviews
In reply to: [DigiFlash] Awesome ThemeThank you so much for your wonderful review!
Iβm really happy to hear that youβre enjoying the theme, that means a lot!
If youβd like to take things even further, try it together with DigiBlocks, with the two combined, anything is possible!
Thanks again for your support! π
Thank you so much for your amazing review Sean π
Forum: Reviews
In reply to: [DigiBlocks - Professional Gutenberg Block Collection] Great PluginThanks a lot for your review π
I’m not going to lie, I didn’t understand everything but thanks a lot for your review π
I mark as resolved π
Hello Sean,
That’s quite weird, just tried the remove button and it works well on my side, could you send me the site where it happen? I will be able to see if there is any console errors.
Also, as you are a pro user, you can directly create tickets via your account on DigiHold: https://digihold.me/my-account/
It is better if you don’t want your URL to be public or if I need login details.Thank you.
Iβm very glad to hear that, feel absolutely free to use pro support for any feedbacks or issues you could have, it would be my pleasure to help you.
And if you appreciate DigiCommerce, could you do me a favor by rating it 5 stars to spread the word, it would mean a lot.
Thank you!
Indeed, I didn’t even taught about the decimals, well, same again, delete DigiCommerce form you site, add it again, then go to DigiCommerce > Settings, you will see new settings for Currency Settings section.
For subtotal and total on checkout it would be hard to remove them as they are needed for VAT.
Hello Sean,
I totally understand what you want to achieve but this is not the purpose of the bundle so, here what you need to do:
- Remove DigiCommerce from your website and install it again.
- Go on your 2 products pages.
- Copy your both product direct Purchase URL
- Combine your two products URL.
For example if product 1 direct purchase URL is:
https://website.com/checkout/?id=43Your product 2 URL:
https://website.com/checkout/?id=82
Do like this:
https://website.com/checkout/?id=43&id=82And for variable products, if:
https://website.com/checkout/?id=82&variation=1
Do like this:
https://website.com/checkout/?id=43&id=82&variation=1
This will add all the product ids in the checkout page the exact way you need it.But I need to warn you about payments, for Stripe, no problem at at all, you can add fixed priced product with subscription product, everything will be handled correctly, but for PayPal, it is not possible to add mixed cart products, so you can’t pay with PayPal if there is a fixed priced product with a subscription product in checkout, unfortunately there is nothing I can do about that, it is an issue from PayPal directly.
Tell me if everything is like you need to?
What do you mean by adding the bundled product to checkout? Did you added a price for your bundle ?
Here an example, DigiCommerce is a plugin from DigiHold, we’re creating many WordPress products like a blocks plugin, we’ll create a bundle product where DigiCommerce and DigiBlocks will be added, so when users will choose the bundle and buy it they will be able to download DigiCommerce Pro and DigiBlocks Pro.
On the checkout page, users will see what products are includes in the bundle.
And for the price, you need to add a price for your bundle, the price will not be the total of all products from the bundle because we need to let users do what they want.For example, if product 1 cost is $59, product 2 is $79, if I want my bundle to be $99, it is possible, if I automatically add the bundled products total, it will not be possible anymore.
Oh I see, yes indeed, what’s included in the bundle should be shown on the checkout page.
I will not display it on product page so users could add what is included where they want to.
So remove DigiCommerce on your site, install it again, and tell me if it is good now. I have added a text to say what the bundle have on checkout.Hello Sean,
If you copy the bundle Direct Purchase URL and you add it to a new window, it doesn’t add the bundle to checkout?
Is your site is local or can you share the url so I could see what happen exactly.
Thanks.
Perfect π
Ah ok I see, didn’t taught about this issue, try directly:
<?php echo esc_url( add_query_arg( 'section', $key ) ); ?>