Hi,
The problem is that you can’t have the same product with different themes because you choose the theme in the calculator options. And you should have two calculators and two products but probably you can’t hide the product from shop without any expensive plugin.
But there is a workaround: You can use the same calculator, the same product, showing only one product in the shop and using different theme for each.
You should create the theme you want to use for the “company service”, say: “company_service.php” and it’s something like this:
//Write here your template using WooPriceCalculator Docs as always
//It will be printed the default autogenerated calculator view
view['defaultView']; ?>
So if you use “http://website/your-product-page?service=1” than you get your simple and cute product theme, but if you use “http://website/your-product-page” you’ll get the complex one.
Note that only one product is listed in your shop, that is: “http://website/your-product-page”
Please use the 1.2.23 version to use view['defaultView']; ?>
which will simplify the default theme printing (auto-generated).
Best regards,
Enrico