Viewing 15 replies - 16 through 30 (of 39 total)
  • Ah, that works but I still see the wholesale price when that user is logged out. Shouldn’t the Default Customer Type be set to Retail for the retail prices to show when a wholesale user isn’t logged in?

    However, changing Default Customer Type to Retail doesn’t affect the price. It’s still wholesale pricing that is shown.

    Is anyone having any luck with this plugin? I see it is in BETA testing still. When will there be a full release?

    Any updates for this?

    I just installed removed the two lines of code listed by what Dalton Rooney said to do.

    I have a product set to show a different prices if someone is a subscriber but for some reason it will not show. As a test I even made it if they were a wholesaler instead of subscriber but nothing shows on the site other then the price. I wanted to make it so that when someone logs in to the site that the prices will be different. As in member pricing versus non member pricing. I believe this plugin will do it however it doesn’t seem to be working.

    Any ideas. I am using the latest wordpress and shopp pluggin if that helps.

    Dalton Rooney, are you able to point me in the right direction?

    Thanks

    I got it to work. Awesome. This is a great addition. I followed the same work configuration from this link. https://staging.edieandbup.com.au/

    Create an account, sign in and look at all the setting to make sure your match just like this one and it will work like a charm.

    Crazy situation. I just noticed that the general wordpress settings disappears when I activate the plugin. Strange. any ideas.

    stowepro,

    open up classes/admin/AdminMenus.php and replace the following starting on line 28:

    /**
    	 * Install our admin menu.
    	 */
    	function initAdminMenu() {
    
    		//add our submenu
    		$hook_main = $this->addMenu('settings');
    		$this->addMenu('presentation', $hook_main);
    		$this->addMenu('account-settings', $hook_main);
    
    		//COMMENT THIS OUT $accounts_hook = $this->addMenu('accounts', ShoppWholesale::SHOPP_MENU_ROOT, 'Customer Account Requests', 'Account Requests');
    		$this->addMenu('account-review', $accounts_hook);
    
    		//reorder menus
    		$this->sendToBottom('Settings');
    
    		//COMMENT THIS OUT $this->__TEMP__dodge_up_adminMenus();
    
    	}

    @ paylruescher,

    Wow, that did the trick. Thank you for the code change. That worked perfectly.

    Again thank you.

    No sweat, let me know if you run into any other problems. I check into here periodically.

    @ Paulruescher,

    A new problem just came up that wasn’t a problem before. The insert image now causes an error and won’t let the images upload. If I disable the wholesale plugin, it the image upload will work again.

    Any ideas? Just a note, it was working fine before the suggested code change for the adminmenus.php.

    Again thanks.

    For products, or just for pages/posts? Kind of a quick fix, but if you uncomment

    $this->__TEMP__dodge_up_adminMenus();

    then it should allow you to upload your images. When you need the Settings tab again, just recomment that line out. There’s a note in the code that this function needs to be fixed, so it’s definitely a little buggy here.

    Actually the issue only happens when placing new products within shipp plugin.

    I tried um commenting the code though the issue still seems to present itself. The only thing that seems to correct the issue is if I disable the wholesale plugin.

    You’re right, it is a little buggy but I do appreciate your help.

    thanks again.

    did you try disabling flash image upload?

    Bingo. That fixed it.

    Thanks paulruescher. You are the best.

    no prob ??

Viewing 15 replies - 16 through 30 (of 39 total)
  • The topic ‘[Plugin: Shopp Wholesale] Plugin could not be activated because it triggered a fatal error.’ is closed to new replies.