im trying to update mvs to use diminsional and am following the UPSXML_v1_2_6_for_MVS file on the osc site one thing i dont understand is the instruction
2) A function is needed to retrieve only products that belong to a specific vendor.
FIND function get_products() {
COPY entire function
PASTE above the function get_products() {
REPLACE IN PASTED COPY OF FUNCTION function get_products() {
TO:
//MVS - added function to only retrieve specific vendors products
function get_vendors_products($vendor) {
REPLACE: v.vendors_id = p.vendors_id
WITH: v.vendors_id = '" . $vendor . "' and p.vendors_id = '" . $vendor . "'
can someone tell me where the end of this function is. sorry for bein a noob ,





LinkBack URL
About LinkBacks






Bookmarks