Search
 
SCRIPT & CODE EXAMPLE
 

PHP

redirecionar tienda agregar carrito woocommerce

// Redirigir usuarios después de agregar al carrito.
function dl_redirigir_añadir_carrito( $url ) {
	$url = home_url( 'contacto/' ); // Pon la url entre las comillas a la que quieras redirigir
	return $url;
}
add_filter( 'woocommerce_add_to_cart_redirect', 'dl_redirigir_añadir_carrito' );
Comment

PREVIOUS NEXT
Code Example
Php :: wordpress remove noindex programmatically 
Php :: PHP Warning: Module "curl" is already loaded in Unknown on line 0 
Php :: put_assoc 
Php :: Remove the additional notes area from the WooCommerce checkout 
Php :: restrict_manage_posts hook 
Php :: php glob multiple file with different formats in directory 
Php :: myr currency symbol 
Php :: enableQueryLog 
Php :: How to post a mutlipart file using file_get_contents in php 
Php :: php file handling 
Php :: laravel remove public from url htaccess 
Php :: woocommerce php same skus 
Php :: Array unpacking support for string-keyed arrays - PHP 8.1 
Php :: unable to composer require apidoc yii2 
Php :: Primary Termmaatwebsite/excel store s3 
Php :: laravel create event listener 
Php :: laravel restore deleted 
Php :: deploy php composer with vercel.com 
Php :: php array key value print 
Php :: unisharp laravel, Tai anh? 
Php :: js data php 
Php :: if no data show msg and chang style laravel 
Php :: /usr/local/bin/php /home/tbmholdingltd/public_html/tugent/php artisan schedule:run /dev/null 2&1 
Php :: costante php define 
Php :: php curl upload linkedin image 
Php :: php send response without quitting 
Php :: how to convert php code to html 
Php :: image_store 
Php :: return multiple rows from mysqli php and encode JSON 
Php :: Php excel from Z to AA 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =