I worked on the ISE (Inject Scoring Engine) website from 2017 to 2019. I made it to encourage teams to follow a merit-based, open admission tryout format. I identified a problem and made a solution for it. Problem: Call for Merit and Fairness on CCDC Rosters Solution: Github Project Solution: How to run a Team After Tri-C was finished with 2017 Midwest Wildcards I used httrack to grap the Inject PDF files. I didn't grap just the files, but the entire front-end code of the website. If you created the HTML and CSS of the original ISE website, tell me your name so I can give you credit! My goal was to make an almost-replica of the original. The database and back-end code is all guessing by me. I used a LAMP stack because I believe the original website is built on that. I did some fingerprinting and found the "ccdcadmin1" website was hosted on Apache and PHP. If you notice any bugs or errors let me know. If you want a feature added let me know. I will be working ...
I like your video it is very informative. Can you please make more such vids for salesforce B2B commerce. Thanks!!!
ReplyDeleteIs there any way to view the managed package controllers of the b2b commerce vf pages ?
ReplyDeleteNope you cannot edit or view managed package code. As far as I know. The classes show functions but they are blank inside.
ReplyDeleteThankyou Amanda, for the update to my queries. How come did you come across the apex & VF code which you wrote for the Productdetailpage . Is there any online source where we might get the sample snippets of them or you got it from the cloudcraze doc.
ReplyDeletePlease let me know.
Go to ProductDetail page -> View Source (NOT INSPECT) -> Copy start and end script tags of <script id="ProductDetail-Desktop" type="text/template". I showed in my how to Edit a Page video. The content inside could be slightly different due to the B2B Commerce update.
ReplyDeleteThankyou Amanda.
DeleteHi Amanda,
ReplyDeleteI want to add a link or button on my homepage of the storefront for logged in user. on clicking the link /button a popup form should appear. what must be my approach ??