Descrição
Este plugin permite-lhe adicionar uma opção aos seus produtos WooCommerce para adicionar o serviço de montagem, embrulho ou qualquer outro serviço e, opcionalmente, cobrar uma taxa pelo mesmo.
Em WooCommerce > Configurações > Produtos pode definir o estado do serviço e custo por omissão, o nome do serviço, a mensagem e a forma como os custos são apresentados no carrinho.
Se o cliente optar por adicionar o serviço ao comprar o produto, essa informação é apresentada no carrinho e nas encomendas. O custo do serviço pode ser adicionado ao carrinho como uma taxa global, em vez de ao nível do produto, evitando que plugins de desconto o afectem.
Este plugin é um fork do WooCommerce Product Gift Wrap por Mike Joley
Fotos de topo por Igor Ovsyannykov e freestocks.org
Outros plugins (premium)
Já conhece os nossos outros plugins WooCommerce (premium)?
- Comprar como Cliente para WooCommerce – Crie rapidamente encomendas em nome dos seus clientes
- Advanced Coupon Restrictions for WooCommerce – Create coupons for any Product Taxonomy, User details, and Order destination.
- Simple Custom Fields for WooCommerce Blocks Checkout – Add custom fields to the new WooCommerce Block-based Checkout
- Aprovação Simples de Encomendas WooCommerce – A solução simples para aprovação de encomendas WooCommerce antes do pagamento
- Descontos por Taxonomia/Termos e Papéis para WooCommerce – Crie facilmente regras de desconto em massa para produtos com base em quaisquer termos de taxonomia (nativos ou personalizados)
- DPD / SEUR / Geopost Pickup and Lockers network for WooCommerce – Deliver your WooCommerce orders on the DPD and SEUR Pickup network of Parcelshops and Lockers in 21 European countries
- Auto Cancel WooCommerce On-hold Orders – Automatically cancel WooCommerce “On-hold” orders after a determined period of time.
Perguntas frequentes
-
É possível personalizar a mensagem na página de cada produto?
-
Sim. Use o filtro
product_assembly_cost_message
. Aqui fica um exemplo: link -
Is it possible to force the service not to be available on certain products or variations?
-
Sim.
For products, use the
product_assembly_show_assembly
filter and return false to it. The second argument is the product object.For variations, use the
product_assembly_show_assembly_variation
filter and return false to it. The second argument is the variation object. -
Is it possible to set the service cost on runtime, based on custom conditions, without having to set the cost on each product?
-
Yes. Use the
product_assembly_cost
filter. Here’s an example: link -
Este plugin é compatível com o novo armazenamento de encomendas de alto desempenho do WooCommerce?
-
Sim.
-
Este plugin já é compatível com o Carrinho e Finalização de Compras do WooCommerce baseados em blocos?
-
Sim.
-
Posso contribuir com uma tradução?
-
Claro. Vai ao GlotPress e ajuda-nos.
-
Necessito ajuda, posso obter suporte técnico?
-
Este é um plugin gratuito. É a nossa maneira de dar de volta à fantástica comunidade WordPress.
Existe uma aba de suporte no topo desta página, onde podes pedir ajuda à comunidade. Tentamos estar atentos aos fóruns, mas não podemos prometer responder a pedidos de suporte.
Se nos contactar por email ou qualquer outra forma directa, vamos assumir que necessita de suporte urgente, premium, e claro, pago.
-
Onde reporto vulnerabilidades de segurança encontradas neste plugin?
-
Pode reportar bugs de segurança encontrados no código fonte deste plugin através do Patchstack Vulnerability Disclosure Program. A equipa do Patchstack irá ajudar com a verificação, atribuição de CVE e tratará de nos notificar.
Avaliações
Contribuidores e programadores
“Custo de Montagem de Produto / Embrulho / … para WooCommerce” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
Contribuidores“Custo de Montagem de Produto / Embrulho / … para WooCommerce” foi traduzido para 2 locales. Obrigado aos tradutores pelas suas contribuições.
Traduza o “Custo de Montagem de Produto / Embrulho / … para WooCommerce” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.
Registo de alterações
3.5 – 2024-12-19
- [NEW] WPML support: translate service name and message on WPML String Translation and copy product level fields to product translations (via wpml-config.xml)
- [DEV] Tested with 6.8-alpha-59521 and WooCommerce 9.6.0-beta.1
3.4 – 2024-10-16
- [FIX] Load text domain at the right time to avoid PHP notices on WordPress 6.7 and above
- [DEV] Deprecated: Creation of dynamic property in PHP 8.3
- [DEV] Apply some WordPress Coding Standards
- [DEV] Tested with 6.7-beta2-59198 and WooCommerce 9.4.0-beta.2
3.3 – 2024-02-14
- [NEW] New
product_assembly_show_assembly
andproduct_assembly_show_assembly_variation
filters to force the assembly cost not to be shown on a product or variation if false is returned - [NEW] New
product_assembly_cost
filter to override/set the service cost on runtime, without having to set it on the admin - [DEV] Tested with 6.5-alpha-57571 and WooCommerce 8.6.0-rc.1
3.2 – 2023-12-12
- Tested and confirmed WooCommerce block-based Cart and Checkout compatibility
- Requires WooCommerce 5.0 and WordPress 5.4
- Tested with WordPress 6.5-alpha-57159 and WooCommerce 8.4.0-rc.1
3.1 – 2022-12-02
- New filter
product_assembly_cart_data
that allows to change the data that is shown on the cart and order - Tested with WordPress 6.2-alpha-54926 and WooCommerce 7.2.0-beta.2
3.0 – 2022-11-09
- You can now set the fee as taxable, or not, and choose its tax class
- Tested and confirmed WooCommerce HPOS compatibility
- Fix a CSS floating issue on the variations interface
- Tested with WordPress 6.2-alpha-54748 and WooCommerce 7.1
2.5.0 – 2021-06-30
- Field paragraph now inside a container
- New filters to change the field position:
product_assembly_cost_frontend_hook
andproduct_assembly_cost_frontend_priority
- New actions to add content before and after the field paragraph:
product_assembly_cost_before_field
andproduct_assembly_cost_after_field
- Requires WooCommerce 4.0
- Tested with WordPress 6.1-alpha-54043 and WooCommerce 6.9.2
2.4.0 – 2021-06-30
- Add – Settings link on the plugins list
- Fix – PHP notice when the fee has no taxes and taxes are enabled
- Requires WordPress 5.0, WooCommerce 3.0 and PHP 7.0
- Tested with WordPress 6.1-alpha-53556 and WooCommerce 6.7.0-beta.2
2.3.1 – 2021-06-13
- New brand: PT Woo Plugins 🥳
- Bugfix with variations
- Tested with WordPress 6.1-alpha-53479 and WooCommerce 6.6.0-rc.2
2.3.0 – 2021-12-03
- Small fix on the
woocommerce_product_options_pricing
priority to make it compatible with other plugins - Tested with WordPress 5.9-beta1-52307 and WooCommerce 6.0.0-rc.1
2.2.2 – 2021-08-13
- Tested with WordPress 5.9-alpha-51607 and WooCommerce 5.6.0-rc.2
- Requires PHP 7.0
2.2.1 – 2021-03-10
- Tested with WordPress 5.8-alpha-50516 and WooCommerce 5.1.0
2.2.0 – 2020-12-21
- Stop using deprecated
woocommerce_add_order_item_meta
action and function - Tested with WordPress 5.7-alpha-49782 and WooCommerce 4.8
2.1.0 – 2020-11-19
- Add the checkbox even if it wasn’t specified on the message template
- Do not load our class unless WooCommerce is active
- Tested with WordPress 5.6-beta3-49562 and WooCommerce 4.8.0-beta.1
2.0.1 – 2020-08-27
- Bugfix when adding the service information to the order item metadata
2.0.0 – 2020-08-16
- New option to multiply service cost by the quantity of product purchased (default) or charge only once per cart line (new)
- It’s now possbile to set variation service cost (breaking change if you’re already using this for variations, please check all your variations)
- Fix taxes bug (sorry guys 😐) – but still defaulting to the standard tax and cost set to taxable (we will revise this on a next version)
- Drop WooCommerce prior to 3.0 support
- Tested with WordPress 5.6-alpha-48783 and WooCommerce 4.4.0-rc.1
1.3
- Follow the “Prices entered with tax”, “Display prices in the shop” and “Display prices during cart and checkout” WooCommerce tax settings
- Tested with WooCommerce 4.2.0-beta.1
1.2.1
- Technical support clarification
- Tested with WordPress 5.5-alpha-47761 and WooCommerce 4.1.0
1.2
- Bugfix when used with AutomateWoo
- Tested with WooCommerce 4.0.0
1.1
- You can now enable the service by default and then explicitly disable it on each product
- New
product_assembly_cost_message
filter to customize the message - Bugfix on the default service status
- Tested with WordPress 5.3.3-alpha-46995 and WooCommerce 3.9.0-rc.2
1.0
- Make the service name configurable so that it can be used for anything rather than just assembly
- New option to add the service name to the product name on the cart and order items, which can be useful for warehouse operations or invoicing
- Plugin name change
- Tested with WordPress 5.3.1-alpha-46798 and WooCommerce 3.9.0-beta.1
0.4.2
- Tested with WordPress 5.2.5-alpha and WooCommerce 3.8.0
0.4.1
- Added “/ unit” on assembly cost on each cart item
- Tested with WooCommerce 3.5.1 and bumped
WC tested up to
tag
0.4
- Use WooCommerce 3.0 (and above) CRUD functions to read/update product meta
- Bumped
WC tested up to
tag
0.3
- Fix for variations with assembly cost
0.2
- melhoramentos no readme.txt
0.1
- Lançamento inicial patrocinado por Ideia Home Design