jpayam Posted March 23, 2017 Share Posted March 23, 2017 Hi,, Is this possible i create a PHP page which ONLY show small "box.basket" ? Quote Link to comment Share on other sites More sharing options...
bsmither Posted March 23, 2017 Share Posted March 23, 2017 The CubeCart template file "box.basket.php" is really standard HTML code. There is no PHP code in it. So, if your browser calls for this file directly, you will get whatever HTML is in the file. However, a standard web page makes use of resources: images, CSS, javascript. The code to have the browser request these resources would need to be added. Then, in the template code are extra things that are understood by the template rendering engine. This will populate variables with the values, evaluate conditions, and iterate through loops. So, in short, yes, you can create a PHP script that will render the box.basket.php template. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.