وردپرس

Make Product Pages Open In A New Tab


Hello, i’m trying to make my (internal) woocommerce product pages open in a new tab when clicking on the image or title on the shop page.

I’ve tried the PHP directly in my theme files before, which worked initially, but I’ve noticed that it doesn’t work anymore. I tried to remove it from my direct PHP theme file and add it as a snippet, however I got the error “Could not create snippet. Request failed with status code 403”

remove_action( 'woocommerce_before_shop_loop_item','woocommerce_template_loop_product_link_open', 10 );
add_action ( 'woocommerce_before_shop_loop_item', 'ami_function_open_new_tab', 10 );
function ami_function_open_new_tab() {
echo '';
}
  • This topic was modified 31 minutes ago by aldenzuck.
  • This topic was modified 31 minutes ago by aldenzuck.

این خبر را در ایران وب سازان مرجع وب و فناوری دنبال کنید

مشاهده پاسخ های این مطلب
———————————————
این مطلب از سایت انجمن وردپرس گردآوری شده است و کلیه حقوق مطلق به انجمن وردپرس می باشد در صورت مغایرت و یا بروز مشکل اطلاع دهید تا حذف گردد

منبع: انجمن وردپرس

دکمه بازگشت به بالا