Forum Moderators: tim, msansing, ebasham
MarketPlace Customers F.A.Q (Last Updated: 2024 Dec 13 6:03 am)
Contact and Support Information:
To reach our Marketplace staff, please open a support ticket at
support.renderosity.com
Our goal is to respond to support tickets within 24 hours, 7 days a week.
OK THIS HAS RESOLVED ITSELF!!!
I waited a while, cleared my browser cache, and now I was able to load the product page, add the item to my cart, and purchase it, so no further action needs to be taken. It must have been a momentary quirk.
_______________
OK . . . Where's my chocolate?
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
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