• Resolved codestylist

    (@codestylist)


    Hello!
    I found one more issue in your plugin and hope you would fix it in the next version:
    Your plugin hides the shipping tab in product admin area. This is a problem because some plugins extend this tab (for example the plugin Gemanized). If you hide the tab and you are using Germanized you can not set up the delivery time anymore (which is necassary).
    I commented out line 238 in pw-gift-cards-admin.php so I can set up what I need. Maybe you would like to make it visible in general or you check first if some plugins extend this area or, you give the user a chance to swicht the tab on, if necessary?
    Thanks!

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

    (@pimwick)

    The Shipping tab is hidden since it is a Virtual product and will not use any of the shipping information for delivery. The other plugin that is attaching it’s information to this tab isn’t taking into account Virtual Products.

    With that being said, a quick solution that won’t require code changes is to temporarily change the product type to “Variable Product” from the dropdown menu. Make any changes to the Shipping tab and (before saving) change the product type back to “PW Gift Card”.

    Thread Starter codestylist

    (@codestylist)

    Thank you @pimwick for your reply. Yes, this should work, too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shipping tab hidden’ is closed to new replies.