Forum: MarketPlace Customers


Subject: Tried adding sale item to cart, and it went very weird

Miss B opened this issue on Mar 02, 2018 ยท 4 posts


Miss B posted Fri, 02 March 2018 at 5:42 PM

I was checking out the Poser VGS sale, and found an item I wanted to purchase, but when I clicked on the Add to Cart button, it seemed to freeze, and then I got the following jumble of code:

""s", "message" => "Success! Your report was submitted successfully.", "redirect" => !empty($_POST['gotoPage']) ? $_POST['gotoPage'] : bw_href_prefix().'/mod/bcs/?product_id='.$product['product_id'] ) ); }else{ Flash::add( array( "type" => "e", "message" => "Sorry! We cannot find this message in our records.", "redirect" => !empty($_POST['gotoPage']) ? $_POST['gotoPage'] : bw_href_prefix().'/mod/bcs/?product_id='.$product['product_id'] ) ); } } } DB::execute("SELECT a.username, a.userid FROM bwcore_member a LEFT JOIN bwcore_member_role_map b ON a.userid = b.userid LEFT JOIN bwcore_member_role c ON b.role_id = c.role_id LEFT JOIN bcs_vendor d ON d.userid = a.userid WHERE c.role_id = 8 AND d.status = 'A' ORDER BY a.username"); $all_vendors = DB::getResults(); DB::execute("SELECT username FROM bcs_top_vendor ORDER BY username"); $top_vendors = DB::getResults(); DB::execute("SELECT a.userid, b.username FROM bcs_vendor a LEFT JOIN bwcore_member b ON a.userid = b.userid WHERE a.exclusive = 'Y' AND a.status = 'A' ORDER BY b.username ASC"); $exclusive_vendors = DB::getResults(); DB::execute("select name from bcs_product_file_types where file_type_id in (select distinct file_type_id from bcs_product_file_type_map) order by name;"); $file_types = DB::getResults(); /////////////////////////////////////////////////// // Page Controllers /////////////////////////////////////////////////// //Info/Description Page if(is_numeric($_GET['ViewProduct'])){ require_once root_dir().'mod/bcs/info/index.php'; TMPL::renderHeader('layouts/application/header.html.php', array( "js" => array("assets/javascripts/bcs.js","js","https://www.google.com/recaptcha/api.js"), "css" => array("assets/css/bcs.css"), "title" => $meta_title, "meta" => $meta_data )); require_once root_dir().'mod/bcs/_index.html.php'; } //Vendor Store elseif(isset($_GET['uid'])){ require_once root_dir().'mod/bcs/store/index.php'; TMPL::renderHeader('layouts/application/header.html.php', array( "js" => array("assets/javascripts/bcs.js","assets/javascripts/imageLoader.js"), "css" => array("assets/css/bcs.css"), "title" => $meta_title, "meta" => $meta_data )); require_once root_dir().'mod/bcs/_index.html.php'; } elseif ( isset($_GET['br']) ) { require_once root_dir().'mod/bcs/browse/index.php'; TMPL::renderHeader('layouts/application/header.html.php', array( "js" => array("assets/javascripts/bcs.js","assets/javascripts/imageLoader.js"), "css" => array("assets/css/bcs.css"), "meta" => $meta_data, "title" => $meta_title)); require_once root_dir().'mod/bcs/_index.html.php'; } elseif ( isset($_GET['best']) || isset($_GET['hot']) ) { require_once root_dir().'mod/bcs/hot/index.php'; TMPL::renderHeader('layouts/application/header.html.php', array( "js" => array("assets/javascripts/bcs.js","https://www.google.com/recaptcha/api.js"), "css" => array("assets/css/bcs.css"), "title" => "What's Hot | Marketplace | Renderosity" )); require_once root_dir().'mod/bcs/_index.html.php'; } elseif ( isset($_GET['trending']) ) { require_once root_dir().'mod/bcs/trending/index.php'; TMPL::renderHeader('layouts/application/header.html.php', array( "js" => array("assets/javascripts/bcs.js","https://www.google.com/recaptcha/api.js"), "css" => array("assets/css/bcs.css"), "title" => "Trending Products | Marketplace | Renderosity" )); require_once root_dir().'mod/bcs/_index.html.php'; } elseif ( isset($_GET['recommended']) ) { require_once root_dir().'secure.php'; require_once root_dir().'mod/bcs/recommended/index.php'; TMPL::renderHeader('layouts/application/header.html.php', array( "js" => array("assets/javascripts/bcs.js","https://www.google.com/recaptcha/api.js"), "css" => array("assets/css/bcs.css"), "title" => "For You | Marketplace | Renderosity" )); require_once root_dir().'mod/bcs/_index.html.php'; } elseif ( isset($_GET['vendors']) ) { require_once root_dir().'mod/bcs/vendors/index.php'; TMPL::renderHeader('layouts/application/header.html.php', array( "js" => array("assets/javascripts/bcs.js", "assets/javascripts/endlessScroller.js","https://www.google.com/recaptcha/api.js"), "css" => array("assets/css/bcs.css"), "title" => "Vendors | Marketplace | Renderosity" )); require_once root_dir().'mod/bcs/_index.html.php'; } elseif(isset($_GET['newsearch'])){ require_once root_dir().'mod/bcs/new-search/index.php'; TMPL::renderHeader('layouts/application/header.html.php', array( "js" => array("assets/javascripts/bcs.js", "assets/javascripts/imageLoader.js","https://www.google.com/recaptcha/api.js"), "css" => array("assets/css/bcs.css"), "meta" => $meta_data, "title" => $meta_title)); require_once root_dir().'mod/bcs/_index.html.php'; } elseif(isset($_GET['search']) || !empty($_GET['TopID']) ){ require_once root_dir().'mod/bcs/results/index.php'; TMPL::renderHeader('layouts/application/header.html.php', array( "js" => array("assets/javascripts/bcs.js", "assets/javascripts/imageLoader.js","https://www.google.com/recaptcha/api.js"), "css" => array("assets/css/bcs.css"), "meta" => $meta_data, "title" => $meta_title)); require_once root_dir().'mod/bcs/_index.html.php'; } //Homepage else{ require_once root_dir().'mod/bcs/homepage/index.php'; TMPL::renderHeader('layouts/application/header.html.php', array( "js" => array("assets/javascripts/bcs.js"), "css" => array("assets/css/bcs.css"), "title" => "Marketplace | Renderosity" )); require_once root_dir().'mod/bcs/_index.html.php'; } TMPL::renderFooter('layouts/application/footer.html.php');"

Needless to say, I wasn't trying to report anything, I was just trying to add the item to the cart so I could purchase it. The item I was having a problem with is --> RA Colors For Dawn This item is only on sale for a couple of days, so a quick resolution would be greatly appreciated.

_______________

OK . . . Where's my chocolate?

Butterfly Dezignz