提交折扣代码后修复重定向

时间:2019-04-01 14:24:01

标签: woocommerce

我正在使用Display a WooCommerce coupon input field anywhere with a shortcode答案代码在我的首页上添加优惠券表单(通过简码)。

可以,但是输入值后重定向出现问题。

代码在以下路径上运行:public static void main(String[] args) throws Exception { try (BufferedReader reader = new BufferedReader(new InputStreamReader(System.in))) { int n = Integer.parseInt(reader.readLine()); System.out.println(n); while (n-- > 0) { int i = Integer.parseInt(reader.readLine()); System.out.println(i); } } } ,但是在验证后重定向位于www.nameofthesite.com/folder/而不是www.nameofthesite.com上。

欢迎任何帮助。

0 个答案:

没有答案