Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Contact Us


elkaso

Recommended Posts

Hi Fernando,

Are you using the .htaccess file that was included with OSC, or have you modified it at all?

Just wondering as the URL should produce the contact page again, but with a message saying "Message Sent" or words to that effect.

 

Link to comment
Share on other sites

20 hours ago, CHD-UK said:

Hola Fernando,

¿Está utilizando el archivo .htaccess que se incluyó con OSC o lo ha modificado?

Solo me preguntaba cómo la URL debería producir la página de contacto nuevamente, pero con un mensaje que diga "Mensaje enviado" o palabras en ese sentido.

 

No, the .htaccess is the original

Link to comment
Share on other sites

2 hours ago, elkaso said:

No, el .htaccess es el original


Deprecated: Creation of dynamic property common\components\GoogleTools::$provider is deprecated in /srv/vhost/karavaca.com/home/html/lib/common/components/GoogleTools.php on line 51

Warning: Cannot modify header information - headers already sent by (output started at /srv/vhost/karavaca.com/home/html/lib/common/components/GoogleTools.php:51) in /srv/vhost/karavaca.com/home/html/lib/frontend/controllers/IndexController.php on line 290

Link to comment
Share on other sites

Posted (edited)

Hi Fernando,  that sounds like something is out of date, or will need updating very soon. 

Google Tools... it may be the captcha so you could try disabling to see if the error goes away, the we will know if that is the issue and can move forward from there.

I know that there were a lot of modules and dependency updates in the latest version.   Have you updated to the latest version (4.12.56860) ?
You can check this on ADMIN -> App Shop ->System Update

 If you have the latest version, then I may need to defer this to the OSC specialists...

Edited by CHD-UK
Link to comment
Share on other sites

1 hour ago, CHD-UK said:

Hi Fernando,  that sounds like something is out of date, or will need updating very soon. 

Google Tools... it may be the captcha so you could try disabling to see if the error goes away, the we will know if that is the issue and can move forward from there.

I know that there were a lot of modules and dependency updates in the latest version.   Have you updated to the latest version (4.12.56860) ?
You can check this on ADMIN -> App Shop ->System Update

 If you have the latest version, then I may need to defer this to the OSC specialists...

yes. I updated to the latest version (4.12.56860)

Link to comment
Share on other sites

2 hours ago, CHD-UK said:

Hi Fernando,  that sounds like something is out of date, or will need updating very soon. 

Google Tools... it may be the captcha so you could try disabling to see if the error goes away, the we will know if that is the issue and can move forward from there.

I know that there were a lot of modules and dependency updates in the latest version.   Have you updated to the latest version (4.12.56860) ?
You can check this on ADMIN -> App Shop ->System Update

 If you have the latest version, then I may need to defer this to the OSC specialists...

hello,
how do i turn off recaptcha?

Link to comment
Share on other sites

There is a toggle button on the widget to switch it off.   You should be able to edit this in the theme editor as discussed here (

However, I was unable to locate the "contact" page in my theme editor so I needed to make the following changes to make it visible on the page selector widget. 
 

Edit /lib/backend/design/FrontendStructure.php and add the following block of code to the     private static $pages variable definition (located around line 217)

        'contact' => [
            'action' => '',
            'name' => 'contact',
            'page_name' => 'contact',
            'title' => TEXT_CONTACT,
            'type' => 'home',
            'group' => 'informations',
            'settings' => true,
        ],

 

Your edited file section should look something like this:

image.thumb.png.7033d8e0d8b71aec7af6757561ec57c6.png

 

Now when you go to the theme editor at ADMIN -> Design and CMS -> Themes  (Click Customize) -> Desktop and select the contact page using the "Pages" button at the top right you should now see "Contact" under "Informations" in the choose page popup

image.thumb.png.6621600fef6a2164ec0787c825ee4e45.png

 

Now, on the page, hover over the widget and click the edit (pencil) icon to show the widget settings

image.png.fcb03442543e2766320e598b3a2d1c57.png

image.png.7bf6fcee039cd648f8bf3f868aa93cc7.png

 

Toggle this off, click Save and you should see the captcha disappear from your form

Next click Save Again (Top of screen) to save the page then go and check to see if that solves your issue.

image.png.582a8afe0be3c17bee0b36775be23cad.png

 

 

Link to comment
Share on other sites

On 10/6/2023 at 14:37, CHD-UK said:

There is a toggle button on the widget to switch it off.   You should be able to edit this in the theme editor as discussed here (

However, I was unable to locate the "contact" page in my theme editor so I needed to make the following changes to make it visible on the page selector widget. 
 

Edit /lib/backend/design/FrontendStructure.php and add the following block of code to the     private static $pages variable definition (located around line 217)

        'contact' => [
            'action' => '',
            'name' => 'contact',
            'page_name' => 'contact',
            'title' => TEXT_CONTACT,
            'type' => 'home',
            'group' => 'informations',

 

La sección de su archivo editado debería verse así:

imagen.thumb.png.7033d8e0d8b71aec7af6757561ec57c6.png

 

Ahora, cuando vaya al editor de temas en ADMIN -> Diseño y CMS -> Temas (haga clic en Personalizar) -> Escritorio y seleccione la página de contacto con el botón "Páginas" en la parte superior derecha, ahora debería ver "Contacto" en "Información". " en la ventana emergente de elegir página

imagen.pulgar.png.6621600fef6a2164ec0787c825ee4e45.png

 

Ahora, en la página, coloque el cursor sobre el widget y haga clic en el icono de edición (lápiz) para mostrar la configuración del widget.

imagen.png.fcb03442543e2766320e598b3a2d1c57.png

imagen.png.7bf6fcee039cd648f8bf3f868aa93cc7.png

 

Desactive esta opción, haga clic en Guardar y debería ver que el captcha desaparece de su formulario

A continuación, haga clic en Guardar de nuevo (parte superior de la pantalla) para guardar la página, luego vaya y verifique si eso resuelve su problema.

imagen.png.582a8afe0be3c17bee0b36775be23cad.png

 

 

with recapcha disabled and the problem continues!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...