3488521
Forum Replies Created
-
Forum: Plugins
In reply to: [WC - APG Weight Shipping] 設定についてThank you.
After downloading and testing the “3.6.0.2b” version from GitHub, the results were as expected, as shown below.
Totales calculados.
Método de envío: APG Shipping – ID: 8.
- Peso total del carrito: 0
- Volumen total del carrito: 0
- Longitud total del carrito: 0
- Ancho total del carrito: 0
- Altura total del carrito: 0
Datos procesados.
- Medidas procesadas:Array ( [0] => Array ( [largo] => [ancho] => [alto] => [cantidad] => 1 ) )
- Clases procesadas:Array ( [todas] => 0 [sin-clase] => 0 )
- Tarifas procesadas:Array ( [sin-clase] => Array ( [0] => Array ( [peso] => 0 [importe] => 0 ) [1] => Array ( [peso] => 1 [importe] => 940 ) [2] => Array ( [peso] => 3 [importe] => 1230 ) [3] => Array ( [peso] => 6 [importe] => 1530 ) [4] => Array ( [peso] => 12 [importe] => 1850 ) ) )
Tarifa seleccionada:Array ( [sin-clase] => 0 )
Forum: Plugins
In reply to: [WC - APG Weight Shipping] 設定についてThank you for your guidance.
I will provide screenshots of the settings page on the admin side and the calculation results in debug mode.Totales calculados.
Método de envío: APG Shipping - ID: 8.
Peso total del carrito: 0
Volumen total del carrito: 0
Longitud total del carrito: 0
Ancho total del carrito: 0
Altura total del carrito: 0
Datos procesados.
Medidas procesadas:
Formación
(
[0] => Matriz
(
[largo] =>
[ancho] =>
[alto] =>
[cantidad] => 1
)
)
Clases procesadas:
Formación
(
[todas] => 0
[sin-clase] => 0
)
Tarifas procesadas:
Formación
(
[sin-clase] => Matriz
(
[0] => Matriz
(
[peso] => 0
[importación] => 0
)
[1] => Matriz
(
[peso] => 1
[importación] => 940
)
[2] => Matriz
(
[peso] => 3
[importación] => 1230
)
[3] => Matriz
(
[peso] => 6
[importación] => 1530
)
[4] => Matriz
(
[peso] => 12
[importación] => 1850
)
)
)
Tarifa seleccionada:
Formación
(
[sin-clase] => 1850
)Forum: Plugins
In reply to: [WC - APG Weight Shipping] 設定についてThank you very much for your assistance.
I tested the downloaded plugin on my site, but the maximum shipping cost continues to be displayed.
For reference, I’ve included some of the settings used during testing.
Please let me know if you require any additional information.Best regards,
APG Shipping “Shipping Region” Shipping Cost Settings
・Shipping Cost
0|0
1|1460
3|1740
6|2050
12|2370・Weight/Dimension Overage
⇒Check enabled: Returns the maximum price.WooCommerce Product Page
・Weight (kg)
⇒“0” or “blank”.Forum: Plugins
In reply to: [WC - APG Weight Shipping] 設定についてThank you for your response.
After verifying the “0-1|0” setting across multiple sites I manage, I found that while some cases returned 0 as expected, others returned the maximum value. This did not lead to a direct solution.
Upon checking the plugin version where this issue began occurring, it appears to happen when upgrading from Ver3.5 to 3.5.0.1.
Could the processing or features added or modified in Ver3.5.0.1 be related to this issue.
Forum: Plugins
In reply to: [WC - APG Weight Shipping] 設定についてThank you for your quick reply.
I will be using a translation tool to translate from Japanese to English.My first question:
I had the shipping fees set as follows:
- 0|0
- 1|960
- 3|1280
- 5|1600
- 10|2000
Before updating the plugin, it was working normally. However, after the update, the
0|0option disappeared.I would like the shipping fee to be applied once the weight reaches a certain amount. How can I achieve this?My next question:
When an item with a weight of 0 is added to the cart, I would like the shipping fee to be ¥0.
The WooCommerce-related plugins I have installed are:
- WC – APG Weight Shipping: 3.6.0.1
- WooCommerce: 10.1.2
- WooCommerce Product Add-ons: 7.9.2
- Japanized for WooCommerce: 2.7.6
- Preview E-mails for WooCommerce: 2.2.14
- YITH WooCommerce Wishlist: 4.9.0
Forum: Plugins
In reply to: [WooCommerce] 9.9以降の不具合#general_product_data .show_if_variable{display:none;}
を当てると一般のタブが消えます。
9.8.5までは上記のCSSが当たっていても一般のタブは表示されていました。Forum: Plugins
In reply to: [Login rebuilder] Woocommerceの「登録」ご対応ありがとうございます。
使っていて、何かありましたらご連絡いたします。
今後ともよろしくお願いいたします。Forum: Plugins
In reply to: [Login rebuilder] Woocommerceの「登録」ありがとうございます。
何卒、よろしくお願いいたします。Forum: Plugins
In reply to: [Login rebuilder] Woocommerceの「登録」WordPress:6.7.2
WooCommerce:9.7.1Login rebuilder:2.8.7
<設定内容>
ステータス:準備中
無効なリクエスト時の応答:403ステータス
第2ログインファイル:設定無し
第2ログインファイル>権限グループ:購読者のみチェックが入ってます。
ログ保存:しない
ログの日時の表示書式: (カスタム)
著者ページの閲覧:受け入れる
oEmbed:標準
通知:サイト管理者をCC/BCCに指定しない。
その他:登録フォームを拒絶する。ログファイルに見出しを付ける。のみにチェック。ほとんど変更しておりません。単純に有効化すると不具合が起きます。
最初の投稿で、
「登録メールアドレス宛にパスワード設定するリンク」ですが、
このリンクを生成しているWoocommerceのコードが、
protected function generate_set_password_url() {
// Generate a magic link so user can set initial password.
$key = get_password_reset_key( $this->object );
if ( ! is_wp_error( $key ) ) {
$action = ‘newaccount’;
return wc_get_account_endpoint_url( ‘lost-password’ ) . “?action=$action&key=$key&login=” . rawurlencode( $this->object->user_login );
} else {
// Something went wrong while getting the key for new password URL, send customer to the generic password reset.
return wc_get_account_endpoint_url( ‘lost-password’ );
}
}
です。
Login rebuilderを
無効化すると、
return wc_get_account_endpoint_url( ‘lost-password’ ) . “?action=$action&key=$key&login=” . rawurlencode( $this->object->user_login );
になり、有効化すると、
return wc_get_account_endpoint_url( ‘lost-password’ );
になります。何卒、よろしくお願いいたします。
@shoheitanaka 2.6.16大丈夫でした。ありがとうございます。
Forum: Reviews
In reply to: [LightStart - Maintenance Mode, Coming Soon and Landing Page Builder] 表示が崩れるプラグインを有効化にし、maintenance or coming soon pageの設定をすると下記のエラーが出ます。
Fatal error: Uncaught Error: Call to a member function get_page_permastruct() on null in ・・・/wp-includes/link-template.php:430 Stack trace: #0 ・・・/wp-includes/link-template.php(392): _get_page_link(Object(WP_Post), false, false) #1 ・・・/public_html/word/press1/wp-includes/link-template.php(197): get_page_link(Object(WP_Post), false, false) #2 ・・・/wp-content/plugins/wp-optimize/cache/class-wpo-page-cache.php(1018): get_permalink(Object(WP_Post)) #3 ・・・/wp-content/plugins/wp-optimize/cache/class-wpo-cache-rules.php(162): WPO_Page_Cache::delete_single_post_cache(4109) #4 ・・・/wp-includes/class-wp-hook.php(309): WPO_Cache_Rules->purge_post_on_update(4109) #5 ・・・/wp-includes/class-wp-hook.php(33 in ・・・/wp-includes/link-template.php on line 430
何とかしてください!!