andrew

HomeSupportWordPress: Popular Widget Plugin 100K downloads

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Redirect after cart #56813
    andrew
    Participant

    Oh great, work perfectly. Thanks

    in reply to: Redirect after cart #56804
    andrew
    Participant

    I’m try in this mode, but not working. Where is the error?

    if ( isset( $_COOKIE[ 'ims_message_' . COOKIEHASH ] ) ) {
    			$messages = array(
    				'1' => __( 'Carrello aggiornato con successo', 'ims' ),
    				'2' => __( 'Aggiornamento con successo', 'ims' ),
    			);
    			$this->message = $messages[ $_COOKIE[ 'ims_message_' . COOKIEHASH ] ];
    			
    		  if ($messages[ $_COOKIE[ 'ims_message_' . COOKIEHASH ]] == 'true' && $messages == '1' ) {
    			wp_redirect( 'http://www.example.com', 301 ); exit;  
    			  
    		  }
    in reply to: Redirect after cart #56792
    andrew
    Participant

    Yes, but the problem is make when $messages == 1

    if ( isset( $_COOKIE[ 'ims_message_' . COOKIEHASH ] ) ) {
    			$messages = array(
    				'1' => __( 'Carrello aggiornato con successo', 'ims' ),
    				
    				'2' => __( 'Aggiornamento con successo', 'ims' ),
    			);
    			$this->message = $messages[ $_COOKIE[ 'ims_message_' . COOKIEHASH ] ];
    		}
    

    Thanks support

    in reply to: Redirect after cart #56787
    andrew
    Participant

    It’s possibile redirect user for payment ? Because more step now for clients.

    in reply to: Photos name #56726
    andrew
    Participant

    Thanks, work fine. 🙂

    in reply to: Photos name #56697
    andrew
    Participant

    The gallery about Andrea Risi Photographer. How can i change permalink? If I change in file php permalink is broken.

    in reply to: Photos name #56626
    andrew
    Participant

    If I change “photos” menu name, my permalink not change and i see 404 not found page.

    The problem is with : Photos or Price List or Shopping Cart
    When i change select all or add to cart work fine.
    This is a permalink problem i think.. how can i change it?

Viewing 7 posts - 1 through 7 (of 7 total)