{"id":7323,"date":"2009-11-25T17:09:12","date_gmt":"2009-11-25T17:09:12","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/big-cartel-wordpress-plugin\/"},"modified":"2010-03-30T19:12:06","modified_gmt":"2010-03-30T19:12:06","slug":"big-cartel-wordpress-plugin","status":"publish","type":"plugin","link":"https:\/\/ru.wordpress.org\/plugins\/big-cartel-wordpress-plugin\/","author":5472123,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.010","stable_tag":"0.010","tested":"2.9.2","requires":"2.0.2","requires_php":"","requires_plugins":"","header_name":"Big Cartel Wordpress Plugin","header_author":"Lucas Monaco","header_description":"","assets_banners_color":"","last_updated":"2010-03-30 19:12:06","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/sites.google.com\/site\/sooperinc","header_author_uri":"http:\/\/sites.google.com\/site\/sooperinc","rating":0,"author_block_rating":0,"active_installs":10,"downloads":4611,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.002","0.003","0.004","0.005","0.006","0.007","0.008","0.009","0.010"],"block_files":[],"assets_screenshots":{"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1539327","resolution":"2","location":"plugin"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"1539327","resolution":"3","location":"plugin"},"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1539327","resolution":"1","location":"plugin"}},"screenshots":{"1":"<p>The options Page<\/p>","2":"<p>The default Product Home Page<\/p>","3":"<p>The default Product Page<\/p>"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[12377,12378,701,282,2653],"plugin_category":[45],"plugin_contributors":[94190],"plugin_business_model":[],"class_list":["post-7323","plugin","type-plugin","status-publish","hentry","plugin_tags-big-cartel","plugin_tags-bigcartel","plugin_tags-commerce","plugin_tags-ecommerce","plugin_tags-store","plugin_category-ecommerce","plugin_contributors-lmon","plugin_committers-lmon"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/big-cartel-wordpress-plugin.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/big-cartel-wordpress-plugin\/trunk\/screenshot-1.jpg?rev=1539327","caption":"<p>The options Page<\/p>"},{"src":"https:\/\/ps.w.org\/big-cartel-wordpress-plugin\/trunk\/screenshot-2.jpg?rev=1539327","caption":"<p>The default Product Home Page<\/p>"},{"src":"https:\/\/ps.w.org\/big-cartel-wordpress-plugin\/trunk\/screenshot-3.jpg?rev=1539327","caption":"<p>The default Product Page<\/p>"}],"raw_content":"<!--section=description-->\n<p>Pulls info from your Big Cartel Account into Pages on your Wordpress site. \nThe Plugin allows you to create a few of the Main Big Cartel pages easily.<\/p>\n\n<p>This is a very early version and I encourage others to contribute with ideas and code!\nThere are a number of Basic TODOs, so if you're interested, contact me http:\/\/sites.google.com\/site\/sooperinc. Also feel free to donate! http:\/\/sites.google.com\/site\/sooperinc\/donate<\/p>\n\n<p>Version:  0.010<\/p>\n\n<p>DATE: 03-25-10<\/p>\n\n<!--section=installation-->\n<ol>\n<li><p>Upload to Plugins Directory (\/wp-content\/plugins\/)<\/p><\/li>\n<li><p>Activate<\/p><\/li>\n<li><p>Go to Options page( Settings &gt; \"Big Cartel Wordpress Plugin\" )<\/p><\/li>\n<li><p>Fill in the Details, Confirm its working below.<\/p><\/li>\n<li><p>Follow the instructions<\/p><\/li>\n<li><p>To Edit HTML Template files, go to [PLUGINDIRECTORY]\/big_cartel_shop\/templates. To change product list template(Home), edit \"productList.tpl\". To change product detail template(Product Detail), edit \"productDetail.tpl\"<\/p><\/li>\n<li><p>Make sure jQuery is enabled by adding this like to your themes\/YOURTHEME\/header.php file: &lt;?php wp_enqueue_script(\"jquery\"); ?&gt;<\/p><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>What is BigCartel?<\/dt>\n<dd><\/dd>\n<dt>Big Cartel is www.bigcartel.com. 'Big Cartel is a simple shopping cart for artists. It's easy to use, customizable, and awesome.' Find out more at http:\/\/bigcartel.com\/tour<\/dt>\n<dd><\/dd>\n<dt>Can I pull Big Cartel Cart information into my Wordpress pages?<\/dt>\n<dd><\/dd>\n<dt>No not yet. That's something I'm working on. Care to help?<\/dt>\n<dd><\/dd>\n<dt>Does your plugin require LibCurl?<\/dt>\n<dd><\/dd>\n<dt>Why yes, it does. To be more specific, it uses LibCurl or file_get_contents to retreive XML data from the BigCartel servers<\/dt>\n<dd><\/dd>\n<dt>Can I help you improve the Plugin ?<\/dt>\n<dd><p>I'd love that. There are a number of features &amp; options I'm entertaining, so developers, testers and all-round guinea pigs are encouraged to contact me here: http:\/\/forums.bigcartel.com\/topic\/bigcartel-on-wordpress?replies=3#post-4163 or here: http:\/\/sites.google.com\/site\/sooperinc\/contact-us<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>.010<\/h4>\n\n<p>UPDATED 3-25-10\n * Allow for Image types other than JPEG<\/p>\n\n<h4>.009<\/h4>\n\n<p>New Functionality Added : Current Product\n * new function bigcartl_getCurrentProduct - get the object of the product currently loaded - after filters etc \n * new function bigcartl_getCurrentProducts - get the object of all the products currently loaded - after filters etc \n * new functions bigcartl_previous_post_link &amp; bigcartl_next_post_link:\n  Usage: \n  &lt;?php \n        \/\/navigation for product page\n        if($post-&gt;post_title == bigcartl_getPageSlug(\"product\")){ ?&gt;\n        &lt;div class=\"navigation shopnavigation\"&gt;\n            &lt;div class=\"alignleft\"&gt;&lt;?php bigcartl_previous_post_link('&laquo; %link') ?&gt;&lt;\/div&gt;\n            &lt;div class=\"alignright\"&gt;&lt;?php bigcartl_next_post_link('%link &raquo;') ?&gt;&lt;\/div&gt;\n        &lt;\/div&gt;\n    &lt;?php } *\/?&gt;<\/p>\n\n<ul>\n<li><p>new function bigcartl_getAFormattedLink - consolidates link generation<\/p>\n\n<p>UPDATED<\/p><\/li>\n<li>bigcartl_getFormattedProducts and bigcartl_getAFormattedProductDetail to use bigcartl_getAFormattedLink<\/li>\n<li><p>XPATH. Started replacing XML Loops with XPATH<\/p>\n\n<p>UPDATED 2-15-10<\/p><\/li>\n<li>Updated shortcode.php to accept argument classname. Will add a css class to the productList DIV and the productDetail DIV\nUsage: [bigcartl show='home' classname='special'\/]\n*Correspondingly Updated Templates\/productDetail.tpl, templates\/productList.tpl\n*Correspondingly Added global $displayClassname\n*Correspondingly Added bigcartl_setClassname<\/li>\n<\/ul>\n\n<h4>.008<\/h4>\n\n<ul>\n<li>Begun to add Category functions: bigcartl_getCategoryUrl, bigcartl_getCategories, bigcartl_getCategoryByName, bigcartl_getCategoriesForProduct, bigcartl_ProductIsInCategory. Not fully implemented, as there are performance issues related to getting product category that  need to work out<\/li>\n<li>On Admin page added new option: Home\/Store Page &amp; Product page image size. Allows user to choose small, medium or large for display on each. <\/li>\n<li>On Admin page added new option: Indicate own CSS file, or use the Form data<\/li>\n<li>Added LightBox Gallery on Product Pages! (DISCLAIMER: This is working with my install of JQUERY but has not been tested across all! JQUERY confilcts are common in WP, but i tried to go about it the recommended way. Let Me Know. ) Need to make this optional.<\/li>\n<li>Updated lightbox CSS<\/li>\n<li><p>Fixed bug where wrong Plugin Versin was being displayed on Admin page<\/p><\/li>\n<li><p>fixed the way bigcartl_getImageSizeSource and bigcartl_getProductDefaultImage work together<\/p><\/li>\n<li>On Admin page added original Option in image sizes<\/li>\n<li>allow user to filter items by category \nusage: bigcartl_setCategoryFilter(\"shirt,pants\");\nalso in shortcode: \n [bigcartl show='home' categories='cats,dogs'\/] <\/li>\n<li>Updated productList.tpl to include a tile in the HREF<\/li>\n<li>Added method: bigcartl_getCurrentProducts that:<\/li>\n<li><\/li>\n<\/ul>\n\n<h4>.007<\/h4>\n\n<ul>\n<li><p>Fixed order of FILE open functions to try from file_get_contents, curl to curl, file_get_contents<\/p><\/li>\n<li><p>Added JQUERY\/Gallery functionality on product page. To see, use more than one image per product and it will display a thumbnail for each and clicking on the thumb will bring up a gallery<\/p><\/li>\n<\/ul>\n\n<h4>.006<\/h4>\n\n<ul>\n<li>Fixed issue where, if Wordpress is not installed in Document Root, the link to products will break.<\/li>\n<\/ul>\n\n<h4>.005<\/h4>\n\n<ul>\n<li><p>Added error new checking to Options page and improved existing.<\/p><\/li>\n<li><p>Updated HTML\/CSS formatting on Options page<\/p><\/li>\n<li><p>Improved PHP class bigcartel.class.php to have handle errors better<\/p><\/li>\n<li><p>Improved Templating by adding a Templating Class. This class could be updated to use better-known PHP template engines, if desired.<\/p><\/li>\n<li><p>Changed use of name to permalink for link to product page<\/p><\/li>\n<\/ul>\n\n<h4>.004<\/h4>\n\n<ul>\n<li><p>Updated paths in main file to avoid differing folder names upon installation<\/p><\/li>\n<li><p>Moved default CSS into templates\/bigcartel.css<\/p><\/li>\n<li><p>Changed copy &amp; Warnings on Options Page<\/p><\/li>\n<\/ul>\n\n<h4>.003<\/h4>\n\n<ul>\n<li><p>Externalized much of the HTML to Template files in \/wp-content\/plugins\/big_cartel_shop\/templates. To change product list template, edit \"productList.tpl\". To change product detail template, edit \"productDetail.tpl\"<\/p><\/li>\n<li><p>Updated default CSS<\/p><\/li>\n<li><p>Updated default HTML<\/p><\/li>\n<li><p>Added to Options page ability to add your own Product Page and Homepage names. These are required<\/p><\/li>\n<li><p>Added function to pull page URLS<\/p><\/li>\n<li><p>Fixed bug where add to cart url was missing<\/p><\/li>\n<li><p>Made image on Detail page the MEDIUM version<\/p><\/li>\n<li><p>Commented out \"get Cart\" functionality, as it is not yet working.<\/p><\/li>\n<li><p>Added new screenshot<\/p><\/li>\n<\/ul>\n\n<h4>.002<\/h4>\n\n<ul>\n<li>Added Css Field To Options. Updated Html.<\/li>\n<\/ul>\n\n<h4>.001<\/h4>\n\n<ul>\n<li>Created.<\/li>\n<\/ul>","raw_excerpt":"Allows you to easily pull info from your Big Cartel Account into Pages you build on your Wordpress site...!","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/7323","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=7323"}],"author":[{"embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/lmon"}],"wp:attachment":[{"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=7323"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=7323"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=7323"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=7323"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=7323"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ru.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=7323"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}