Jump to content

Private Label


Guest rapidweb

Recommended Posts

Guest Brivtech

The terms state that you can't rebrand the software. However, you are welcome to customise the software, if you give it a different name, you must acknowledge that the system is or is based (if heavily modified) on CubeCart, and you must also leave all copyright notices within the code files intact, whether you buy the copyright removal key or not.

Contact CubeCart Customer Support for further clarification, and for the licensing terms, look here: http://www.cubecart.com/v4-software-license

Link to comment
Share on other sites

Guest rapidweb

In a nut shell you can't rename it "XYZ Cart" but you can remove all CubeCart branding if a copyright removal key is purchased from the HTML output but not form the source code. This way it is anonymous.

I don’t mind to have the Cube Cart logo in the source or even on the page. However, when my customer logs in, I don’t want the branding of Cube Cart to be so visible. I want my own. Is it possible?

Link to comment
Share on other sites

Guest rapidweb

You would also have to comment out in the code the version check so the client would not be redirected to cubecart when clicked.

Degsey

Hi,

I'm not that technical. What is "Comment Out" and how do you do that?

Link to comment
Share on other sites

  • 2 weeks later...
Guest Wrk_InProgress

You would also have to comment out in the code the version check so the client would not be redirected to cubecart when clicked.

Degsey

Hi,

I'm not that technical. What is "Comment Out" and how do you do that?

in the php file, to comment a line you do the following to this EXAMPLE code

echo "This is my php code";

change it to

// echo "This is my php code";

By adding the " // " you have commented out the code and it will not execute.

If the code is in a block or several lines, you can do the following instead of adding " // " to each line,

if ($phpCode == TRUE) {

echo "This is working php code";}

else {

echo "This is still working php code";}

change it to

/ * if ($phpCode == TRUE) {

echo "This is working php code";}

else {

echo "This is still working php code";} */

So you can have "commented out" that entire block of code by placing it between " / * " and " * \"

HTH

Link to comment
Share on other sites

Guest Wrk_InProgress

Also, since Al has already posted in this thread, maybe I can semi-hijack (please) and add an additional question.

Is there anyway we can private label the license error messages ? Specifically, I would like to remove the one mention of Cubecart in the error message.

I love you guys at Cubecart, I really do, but I think if we've paid for the license and removal tool, it would be great to remove it from the license error messages

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...