Jump to content

ZARTURA

New Member
  • Posts

    3
  • Joined

  • Last visited

About ZARTURA

ZARTURA's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Is it possible to instead have all these as minimized by default? They are always collapsed which clutters the UI especially if you have many products.
  2. Use 'ClientAreaPage' to execute across the entire client area pages, Products, Templates, Carts, etc. Saves me time! <? add_hook('ClientAreaPage', 1, function($vars) { $output['something'] = 'Yeah'; $output['somethingelse'] = 'Nope!'; return $output; });
  3. There is a better, less non-invasive way to achieve this. 1. GoTo [WHMCS] -> [Products & Services] -> [Product Addons] -> [{Product to Add The Products To}] -> [Applicable Products] -> [{Add Preferred Addon To Selected Products}] 2. The on the Hosting Server, Edit the file [{Your Template Folder}] -> [Store} -> [Order.tpl} 3. Find the line [ <form method="post" action="{routePath('cart-order-addtocart')}" id="frmAddToCart"> ] 4. Replace it with [ <form method="post" action=" {$WEB_ROOT}/cart.php?a=confproduct&i=0" id="frmAddToCart"> ]
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated