edit store page

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 1 reply thread
  • Author
    Posts
    • #125251
      masa
      Participant

      ・how can i edit store top page?
       /store/shop-1/
       WP admin bar does not showing Edit menu.

      ・how can i change product clumns on store page?
       now products are 3 in 1 row.

      ・how can i show “store message(Vendor)” to Product page?

    • #125321

      Hello,

      ・how can i edit store top page?
       /store/shop-1/
       WP admin bar does not showing Edit menu.

      >>Did you want to edit/modify the “store tabs” from vendor store page? Can you please explain us( with scrrenshot ), What modification are you looking for? then we can guide you properly.

      ・how can i change product clumns on store page?
       now products are 3 in 1 row.

      >>Try the code in your theme’s functions.php –

      add_filter('loop_shop_columns', 'loop_columns', 999);
      if (!function_exists('loop_columns')) {
      	function loop_columns() {
      		return 2; // 2 products per row
      	}
      }

      ・how can i show “store message(Vendor)” to Product page?
      >>By-default any custom vendor’ value is not display in product page. Can you please let us know which field value(store message, how to add store message?), you want to display in product page(where in product page?) ?
      Then we can guide you accordingly.

      Thanks.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.