semplicewebsite
Forum Replies Created
-
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Proof of consent doesn’t work@jonkastonka thank u so much…
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Proof of consent doesn’t workHi! ChatGpt has the solution. You can insert in the .htaccess in the root this string:
# Reindirizza tutto alla sottocartella "subfolder"
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/subfolder/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /subfolder/$1 [L]
</IfModule>and if that wasn’t enough you can insert in wp-config.php
define('WP_SITEURL', 'https://yoursite.com/subfolder/');
define('WP_HOME', 'https://yoursite.com/');
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/subfolder/');
define('WP_CONTENT_URL', 'https://yoursite.com/subfolder/wp-content');
define('WP_PLUGIN_URL', 'https://yoursite.com/subfolder/wp-content/plugins');But the first change should be enough. I hope I was helpful! It would be convenient if the plugin itself already offered the possibility of making this change within the backend rather than modifying the code for those who are less familiar.
- This reply was modified 1 month, 3 weeks ago by semplicewebsite.
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Proof of consent doesn’t workI have an update…I did a test and actually by moving the site to the root, the consents are recorded correctly. But what or how do I need to set the plugin so that I can move the site to a subfolder?
Forum: Plugins
In reply to: [Cookies and Content Security Policy] Proof of consent doesn’t workI would like to specify that the site is located in a subfolder. Obviously in the root there is the htaccess file and index.php appropriately modified. However, I would not like the subfolder to influence The registration of the consent
Good morning, thank you for your patience and availability. It would be helpful to use a hook or something similar to “print” the sample image instead of the standard product image without going through variations as that would be a very time consuming job. Do you have a hook from which I can start to develop custom code please? Obviously I will update you on developments
is there anybody out there?
I don’t understand if it’s a problem or the plugin doesn’t have this functionality. For one product I set color variations by showing the product in different colors across the image. I would like that by selecting the thumbnail with the product image of the selected color it can also be visible large instead of the default product image. It’s possible to do it? Maybe via code. However, I did not insert the images in the individual combinations of variations, but only in the samples section… because with so many variations it would be too laborious a job… so I expected that by inserting the images in the samples section, they would also be integrated instead of the product image. selected time. Any answer?
the link is above on the question in Italian language
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce by CartFlows] Show image in the cartThank u so much!
Puoi accedere qui… io però non ho inserito le immagini nelle singole combinazioni di variazioni, ma solo nella sezione swatches… perché con tantissime variazioni sarebbe un lavoro troppo laborioso… quindi mi aspettavo che inserendo le immagini nella sezione swatches, venissero visualizzate anche al posto dell’immagine prodotto una volta selezionate. Grazie per la celere risposta!
Forum: Plugins
In reply to: [WooCommerce] Price of First variationif you want I can share it in private…
Forum: Plugins
In reply to: [WooCommerce] Price of First variationA me occorre una soluzione globale per ogni singolo prodotto… chatGPT non aiuta
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] php warningCiao Alessio, grazie…ma sei italiano? Così posso evitare di tradurre le mie domande ??
Forum: Plugins
In reply to: [GIFT4U - Gift Cards All in One for Woo] Shipping costthis is a problem, since the gift card equals money. Therefore, in any physical or online store, using the Gift Card is equivalent to spending money, money with which the card itself was purchased. Having the shipping cost outstanding is incorrect. Is there any code that can bypass this plugin flaw?
Buonasera, quindi cosa dovremmo fare nello specifico? Ho lo stesso problema
Forum: Plugins
In reply to: [GIFT4U - Gift Cards All in One for Woo] Shipping costIn fact, mine is another problem. I’ll give you an example. I have a €20 coupon. The cost of the product is 15.90, the shipping cost is €5. Total 20.90. I don’t want to enable free shipping, I just want the coupon to also cover the shipping cost. So there should only be €0.90 left to pay. However, to date, unless free shipping is applied, at checkout, once the coupon has been applied, for example, €15.90 remains paid but the €5 shipping remains because it is not covered by the coupon. And I’m not talking about free shipping. Try it without enabling allow shipping for free shipping