Ced
Forum Replies Created
-
Thank you ?? !
I manage it to work by editing “advanced-woo-search.php”.
Replace Line 154:if ( in_array( ‘woocommerce/woocommerce.php’, apply_filters( ‘active_plugins’, get_option( ‘active_plugins’ ) ) ) ) {
By :
if ( array_key_exists( ‘woocommerce/woocommerce.php’, apply_filters( ‘active_plugins’, get_site_option( ‘active_sitewide_plugins’) ) ) ) {
Could you do something to make it compatible with multisite ? Because now I can’t update the plugin without loosing my changes
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Trop de tentativesHello Daniel ??
It’s already set to 300 seconds :s
Forum: Plugins
In reply to: [Polylang] On changeThank you, merci ?? !
Forum: Plugins
In reply to: [PrestaShop Integration] Domain issue…Hello ?? !
Any help on this ?? ? Thank you in advance ?? !
Forum: Fixing WordPress
In reply to: WordPress and Prestashop on same domainSomeone told me it’s possible with apache that your server use index.php (the Prestashop one) by default but use index-wp.php (the WordPress one) if a particular url is entered.
What do you think ? Thank you !
Forum: Fixing WordPress
In reply to: WordPress and Prestashop on same domainThanks @aitor,
But I don’t want to move WordPress to the root physically. I want to let it in its folder. I only want to not have the folder in the url. They explain it there : https://codex.www.ads-software.com/Giving_WordPress_Its_Own_Directory
But the problem with that solution is that there are conflicts between index.php from Prestashop and index.php from WordPress… Same for the .htaccess but I think I can merge them ?
Forum: Fixing WordPress
In reply to: WordPress and Prestashop on same domainHi @aitor and thank you for your answer !
I don’t want them to be both installed at the root, I want to remove the /folder/ of the WordPress url.
Thanks for your help !
Forum: Plugins
In reply to: [Mailjet Email Marketing] How to create sign up form without widgetForum: Plugins
In reply to: [WooCommerce - Gift Cards] Not working porperlyHello Wanderer,
Sorry if it’s not the good place, but this guy has done a Kiala integration for Woocommerce ?? https://twitter.com/__yame/status/542426779806232578
Enjoy !
Forum: Plugins
In reply to: Kiala Plugin available?Hi Phil !
No sorry ?? !
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Authorize and capture lataerDone ?? Thank you so much for your time !
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Authorize and capture lataerOk… So that is not what I need…
In fact, what I have to do is save the customers card informations in Stripe, than when a products ends, charge the customer with the amount of the product. Is that possible with your plugin ?
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Authorize and capture lataerThere https://support.stripe.com/questions/migrating-from-balance-to-stripe , they talk about 30days :
Does Stripe have escrow?
While we don’t support escrow accounts, we do offer fully flexibly payout schedules. This means that you can specify when to initiate a transfer from a seller’s Stripe balance to their bank account. You’ll have the ability to set up automatic transfers (daily, weekly, monthly) or one-off transfers (after the service has been rendered, for example). Funds may not be held for transfer for more than 30 days.