Typically the role of E-junkie would not be apparent to buyers if you use our standard Add to Cart and Cart Script codes in your site; when used together, those would display our cart as an overlay within your own sales page. If you're concerned about buyers scrutinizing the link URLs, you can change the e-junkie.com to fatfreecartpro.com in your button/link codes.
That leaves just one more place our e-junkie.com domain would normally appear, in the link URL we send in thank-you email messages for buyers to reach their thank-you/download page. Our thank-you email messages do now support HTML formatting, so you can make a clickable text link rather than showing the raw link URL in the message body, and you can use template tags to insert the link URL for the buyer's thank-you page.
The tag [%thankyou_link_url%] will insert a link to our thank-you/download page for all items in the buyer's order, or the tag [%download_link_url%] (supported in Product Thank-you Emails only) will insert a link to that page for just that particular item -- e.g., you could use such a tag in HTML email formatting like so:
<a href="[%thankyou_link_url%]">Click here to access your download</a>
One last thing, those tags would still insert a URL that uses the e-junkie.com domain, so there's another approach you could use to assemble a link URL with the fatfreecartpro.com domain, using our [%txn_id%] template tag to insert the Transaction ID, like so:
<a href="https://www.fatfreecartpro.com/d/?t=[%txn_id%]">Click here to access your download</a>