Pendiente de pago
-
Buenas,
tengo el mismo problema que todo el mundo.
Los pedidos se quedan en “Pendiente de pago” a pesar de realizarse el cobro en la tarjeta y los emails no salen.Evidentemente tengo “Let’s Encrypt” y el plugin “Really Simple SSL”.
Desde el hosting me comentan que ellos no fuerzan ninguna redirección y el plugin de Really lo tengo configurado de la siguiente manera:Solucionador de contenido mixto –> SI
Activar redirección 301 de WordPress a SSL –> SI
Permitir redirección 301 de .htaccess –> NO
Activar redirección Javascript a SSL –> NO
Depuración –> NO
Dejar de modificar el archivo .htaccess –> SI
Usa un método alternativo para corregir el contenido mixto –> NO
Descartar todos los avisos de Really Simple SSL –> NOTe copio también lo que tengo en el .htaccess ya que he incluído tu línea:
RewriteOptions inherit
# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* – [E=Cache-Control:no-autoflush]
RewriteRule ^min/\w+\.(css|js) – [E=cache-control:no-vary]
### marker CACHE RESOURCE start ###
RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php – [E=cache-control:max-age=3600]
### marker CACHE RESOURCE end ###
### marker FAVICON start ###
RewriteRule favicon\.ico$ – [E=cache-control:max-age=86400]
### marker FAVICON end ###
</IfModule>
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END LSCACHE
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
### marker MINIFY start ###
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\w+)\.(css|js)$
RewriteCond %1/wp-content/cache/$2/$1.$2 -f
RewriteRule min/(\w+)\.(css|js) wp-content/cache/$2/$1.$2 [L]
</IfModule>
### marker MINIFY end ###
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END NON_LSCACHE# REDIRECCION CERTIFICADO SSL REDSYS POR JOSE CONTI
RewriteEngine on
RewriteCond %{QUERY_STRING} !^wc-api=WC_Gateway_redsys
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# FIN REDIRECCION CERTIFICADO SSL REDSYS POR JOSE CONTI# BEGIN WordPress
# Las directivas (líneas) entreBEGIN WordPress
yEND WordPress
se generan dinámicamente
# , y solo se deberían modificar mediante filtros de WordPress.
# Cualquier cambio en las directivas que hay entre esos marcadores se sobreescribirán.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
RewriteCond %{HTTP_HOST} ^lacasadelpanettone\.es$ [OR]
RewriteCond %{HTTP_HOST} ^www\.lacasadelpanettone\.es$
RewriteRule ^/?$ “https\:\/\/lacasadelpanettone\.com\/” [R=301,L]Por otro lado, ?con tu plugin me deberían aparecer nuevos campos en la gestión del modulo de pago con Redsys? Porque me aparece exactamente igual.
Algo que me genera dudas es que en el último campo del módulo de Redsys lo tengo como me dijeron que lo dejara. Así:
Estado: Pendiente de pago
Y no sé si es necesario cambiarlo a completado..?Ayuda!
The page I need help with: [log in to see the link]
- The topic ‘Pendiente de pago’ is closed to new replies.