• Resolved knientje

    (@knientje)


    Hello,

    I have found out,that when I enable this plugin, it is not possible anymore to upload/change image products.

    You can see this because it says “set featured image” instead of “set product image”
    If you click it, it will open your media library, but you will not be able to edit or add a product image with this plugin enabled.

    The other problem is that I use multi currency on my website.
    The percentual rate is not a problem (as it is a mathematic formula based on the checkout price)
    The fixed rate however does give a problem. It doesn’t get converted, when you switch the page to another currency.

    For example: if I enter a fixed surcharge of € 0.25, it will also charge 0.25 in USD or GBP instead of converting it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Karolina Vyskocilova

    (@vyskoczilova)

    Hi, I adopted the plugin few days ago and I would love to help you, if possible.

    1. issue – “set featured image”
    This should not be caused by this plugin. There is probably a conflict between other plugins. Could you try to deactivate all plugins except WooCommerce and this one and see whether it works or not? If not, would you mind to switching to TwentySeventeen theme?

    2. Do you use a plugin for enabling multicurrency or is that WC feature?

    Thanks a lot
    Karolina

    Plugin Author Karolina Vyskocilova

    (@vyskoczilova)

    For the multicurrency issue, try to update the wpml-config.xml inside plugin/woocommerce-payforpayment

    replace the content with following and let me know:

    <wpml-config>
    	<admin-texts>
    		<key name="woocommerce_bacs_settings">
    			<key name="pay4pay_item_title" />
    			<key name="pay4pay_charges_fixed" />
    		</key>
    		<key name="woocommerce_cheque_settings">
    			<key name="pay4pay_item_title" />
    			<key name="pay4pay_charges_fixed" />
    		</key>
    		<key name="woocommerce_cod_settings">
    			<key name="pay4pay_item_title" />
    			<key name="pay4pay_charges_fixed" />
    		</key>
    		<key name="woocommerce_mijireh_checkout_settings">
    			<key name="pay4pay_item_title" />
    			<key name="pay4pay_charges_fixed" />
    		</key>
    		<key name="woocommerce_paypal_settings">
    			<key name="pay4pay_item_title" />
    			<key name="pay4pay_charges_fixed" />
    		</key>
    	</admin-texts>
    </wpml-config>
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin disables product image in woocommerce’ is closed to new replies.