Close

Themehits

Download WooCommerce Product Catalog Mode Nulled

 


Convert your WooCommerce Shop into a catalog!

This Plugin remove prices, removes the add to cart button or replaces it with an enquiry form. Only if you want, because there are more settings than you could expect! You have a product / category you still want to sell? Just put it inside the exclusion list!

  • Demo – Single Product
  • Demo – Variable Product
  • WP-Admin Demo Login

Send Enquiry Button related to this plugin. The Find in store button is for our WP Store Locator plugin.

Features:

  • enable / disable the catalog mode
  • remove the add to cart button
  • remove the price
  • hard remove for non WooCommerce compliant themes
  • redirect the cart / checkout pages
  • apply for all users / only logged in users / only NOT logged in users
  • exclude product categories
  • exclude products
  • replace the add to cart button on category / archive pages
  • own button text
  • 2 options: go to product page / go to a custom URL (with target option)
  • replace the add to cart button on single product pages
  • add an enquiry form which opens in a pop-up window
  • give your enquiry an own title
  • add any contact formular shortcode (e.g. Contact Form 7)
  • Select the size of your plugin
  • create custom CSS
  • create custom Javascript

This plugin requires the free Redux Framework Plugin to give you an easy to manage backend

Compatibility

  • WooCommerce 2.0+
  • WordPress 3.8.1+
  • PHP 5.2+
  • Theme should be WooCommerce standards compliant.
  • Multilingual Support

Changelog

======
1.4.4
======
- FIX:    Fallback Product Name issue

======
1.4.3
======
- FIX:    If itemprop name not found our plugin takes H1 to contact form product

======
1.4.2
======
- NEW:    Variation Table attributes not display in their own columns

======
1.4.1
======
- FIX:  Product title selector for contact form JS

======
1.4.0
======
- FIX:  Exclude User Roles description

======
1.3.9
======
- NEW:  Exclude User Roles from appliance
- NEW:  Splitted section Exclusions & Limitations from General Settings tab
- FIX:  Code Documentation

======
1.3.8
======
- FIX:  ID was called indirectly

======
1.3.7
======
- NEW:  Updated Documentation
        See: https://plugins.db-dzine.com/woocommerce-catalog-mode/docs/
- FIX: Variations Table display
- FIX: Spelling error
- FIX: Enquiry Modal Size -> Normal default value set

=====
1.3.6
======
- FIX: Categories revert exclusions function
- FIX: Added some more CSS classes to remove button & quantity

=====
1.3.5
======
- NEW:     The following filters are now available:
        woocommerce_catalog_mode_loop_button_text (Loop Button Text)
        woocommerce_catalog_mode_loop_custom_url_button_text (Loop Custom Url Button Text)
        woocommerce_catalog_mode_loop_custom_url_button_url (Loop Custom Url Button Url)
        woocommerce_catalog_mode_loop_custom_url_button_target (Loop Custom Url Button Target)
        woocommerce_catalog_mode_enquiry_button_text (Enquiry Button Text)
        woocommerce_catalog_mode_single_product_modal_contact_form (Single Product Modal Contact Form)
        woocommerce_catalog_mode_single_product_modal_title (Single Product Modal Title)
        woocommerce_catalog_mode_single_product_button_text (Single Product Button Text)
        woocommerce_catalog_mode_single_product_button_url (Single Product Button Url)
        woocommerce_catalog_mode_single_product_button_target (Single Product Button Target)
        woocommerce_catalog_mode_custom_free_price_text (Custom Free Price Text)

=====
1.3.4
======
- NEW: WPML Support (see string translations > admin_texts_woocommerce_catalog_mode_options)

=====
1.3.3
======
- FIX: "PHP Notice: id was called incorrectly" 

=====
1.3.2
======
- FIX: Plugin activation check
- FIX: WooCommerce 3.0 compatibility

=====
1.3.1
======
- FIX: In the variation dropdown now also the variation price + description shows up

=====
1.3.0
======
- NEW: Variations can now be shown like you know from the regular add to cart button > see dropdown in Variations admin section
- NEW: you can now send the SKU & Product name from inside your Contact Forms -> make sure you add the following fields there:
        [text sku class:hidden]
        [text product class:hidden]

=====
1.2.2
======
- NEW: Hard remove via CSS now respects exclusions and inclusions (revert exclusions)

=====
1.2.1
======
- NEW: Better plugin activation
- FIX: Better advanced settings page (ACE Editor for CSS and JS )
- FIX array key exists

=====
1.2.0
======
- FIX: Redux Error

=====
1.1.9
======
- NEW: Removed the embedded Redux Framework for update consistency
//* PLEASE MAKE SURE YOU INSTALL THE REDUX FRAMEWORK PLUGIN *//

=====
1.1.8
======
- NEW: always show the loop button (even if the product is in the exclusion list)
- NEW: always show the single product button (even if the product is in the exclusion list)
- NEW: revert product category exclusions
- NEW: revert product category exclusions
- NEW: revert product exclusions
- NEW: revert country exclusions
- FIX: add to cart / read more on product categories now appear as they should

======
1.1.7
======
- FIX: width of variations table (colspan)

======
1.1.6
======
- FIX: free price text not shown

======
1.1.5
======
- NEW: remove the "Free"-Text if there is no price and show a custom text instead

======
1.1.4
======
- NEW: you can now specify where the modal HTML should be placed (useful to debug special mail tags from CF7)
- NEW: you can now specify where the single product button should be placed 

======
1.1.3
======
- NEW: exclude some countries and show users from this country the price / add to cart button

======
1.1.2
======
- fixed end of file error

======
1.1.1
======
- fixed PHP 5.2 errors
- removed unneeded admin JS and admin CSS

======
1.1.0
======
- moved modal HTML to the footer
- added variation display support
- added variation settings in admin panel
- fixed issue with The7 Theme
- moved to local bootstrap js

======
1.0.4
======
- moved JS to footer

======
1.0.3
======
- fixed an issue with the CSS namespace (backdrop & modal to show)
- added new settings page: debug
- added 3 new option to "debug"-settings:
--> hard remove prices
--> hard remove add to cart
--> disable the load of bootstrap.js
- added "button"-class to buttons
- removed data-options and added javascript to call the modal

======
1.0.2
======
- added namespace for public CSS 

======
1.0.1
======
- fix for category button
add_filter('woocommerce_loop_add_to_cart_link', array($this,'loopProductPageButton'),10); become
add_action('woocommerce_after_shop_loop_item', array($this,'loopProductPageButton'),10);
- added hard remove setting inside options panel (can be used for non WooCommerce standard compliant themes still showing price / add to cart button)
- tested plugin with the following themes: Storefront, Bridge, Dante, Onetake, The7, Total, Twenty Sixteen, Universal

======
1.0
======
- Inital release

======
Future Features
======
- none, but YOU can suggest one!

[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Demo = WooCommerce Product Catalog Mode
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/woocommerce-product-catalog-mode/14518494″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy WooCommerce Product Catalog Mode from the The Developer ( db-dzine ) website. Thank you.
Download = WooCommerce Product Catalog Mode-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.