Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problemas com e-commerce usando Dokan #74

Open
cesard2b opened this issue Aug 20, 2023 · 3 comments
Open

Problemas com e-commerce usando Dokan #74

cesard2b opened this issue Aug 20, 2023 · 3 comments

Comments

@cesard2b
Copy link

Eu tenho uma cliente com um marketplace e estou utilizando o Dokan, para frete estou utilizando o plugins dos correios do Cláudio Sanches, na página de checkout o cálculo do frente funciona normalmente, mas com o plugin de simulação na página do produto não.

Alguém já tentou utilizar esses plugins em conjunto antes?

@luizbills
Copy link
Owner

Ainda não testei o plugin com o dokan. Então nem sei te dizer qual pode ser o motivo da incompatibilidade, e nem poderei investigar para saber. No momento, estou com tempo apenas para correção de bugs relacionados diretamente com o plugin.

@cesard2b
Copy link
Author

Opa, descobri aqui.. na função get_package é necessário passar o seller_id

Exemplo:

$package = apply_filters( 'wc_shipping_simulator_package_data', [ 'contents' => $this->contents, 'destination' => $this->destination, 'applied_coupons' => [], 'user' => [ 'ID' => get_current_user_id() ], 'contents_cost' => $contents_total, 'cart_subtotal' => $contents_total, 'has_variations' => $has_variations, 'seller_id' => 62 ] );

Consegui fazer funcionar usando o filtro pra pegar o seller através do produto e aplicar.

@luizbills luizbills reopened this Sep 29, 2023
@luizbills
Copy link
Owner

Opa! Valeu pela dica, vou implementar isso na próxima versão assim que eu puder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants