View Single Post
  #2  
Old 06-24-2021, 02:01 AM
 
Ed B. Ed B. is offline
 

X-Adept
  
Join Date: Apr 2016
Posts: 446
 

Default Re: XC5 Multi-Vendor Registration Column Width

As I don't have multi vendor version source code, I can't tell where the page is, but you can look for a View class containing code that look like
Code:
public static function getAllowedTargets() { $list = parent::getAllowedTargets(); $list[] = 'register_vendor'; return $list; }
Good luck.
__________________
X-cart 5.2.12, php 5.6
Ed from Grenoble, France
Reply With Quote