E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2013, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Thu, 17 Jan 2013 21:50:08 GMT Tue, 21 May 2013 17:44:31 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #17 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Thu, 17 Jan 2013 21:50:08 GMT
Seth, might you be willing to hand off the plugin to another developer to update and maintain going forward? If so, I've got some candidates in mind to recommend.]]>
E-junkie Discussions; E-junkieGuru
Post #16 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Thu, 17 Jan 2013 01:57:04 GMT E-junkie Discussions; SimpliFun Post #15 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Wed, 16 Jan 2013 21:10:29 GMT
It became too time consuming to maintain this plugin for free. I would be happy to turn the code over to the E-Junkie Crew. Just let me know if that is something you guys would like to do? Or if someone would like to make a considerable donation, I would be happy to spend some time on it and get it working again.

Seth Shoultes]]>
E-junkie Discussions; WP-Ejunkie
Post #14 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Wed, 16 Jan 2013 20:58:16 GMT E-junkie Discussions; SimpliFun Post #13 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Thu, 8 Dec 2011 06:24:36 GMT
Thank you for the response.

Actually, the issue is solved without using this plugin by replacing 'jQuery' by ''ejejc_jQuery.

I haven't tried the same workaround with the wp-ejunkie plugin although I'm sure the issue can be solved that way too.

You can see the other thread explaining this issue in:
http://www.e-junkie.com/bb/topic/3359/pg/0#post

Thank you again E-junkieGuru for the tip! Best regards,
Luis Garcia]]>
E-junkie Discussions; LuisArtedelaMemoria
Post #12 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Wed, 7 Dec 2011 22:36:31 GMT http://www.e-junkie.com/ej/help.custom-cart.htm

If you're using the WP E-junkie plugin, that already adds the script portions of our View Cart code to every page automatically, so you can just add cart customization code to each page manually (e.g., perhaps in a common footer area), where it must be enclosed in SCRIPT tags like so:

<script language="javascript" type="text/javascript">
function EJEJC_config() {
EJEJC_POSTCALL=true;
}
function EJEJC_shown() {
jQuery("#country1").attr("innerHTML", "Ship to Country");
jQuery("#state1").attr("innerHTML", "ZIP/Postal Code");
jQuery("#state2").attr("innerHTML", "Update Cart after entering");
jQuery("#dscnt_cd").attr("innerHTML", "Discount Code");
jQuery("#discount2").attr("innerHTML", "Update Cart after entering");
jQuery("#btnContShop").attr("value", "Continue Shopping");
jQuery("#btnUpdtCart").attr("value", "Update Cart");
jQuery("#EJEJC_closeWindowButton").attr("innerHTML", "<b>Close</b>");
}
</script>]]>
E-junkie Discussions; E-junkieGuru
Post #11 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Wed, 7 Dec 2011 09:51:38 GMT
Is it possible to customize with this fantastic Wordpress plugin all the text labels like "country1" and "state1", for instance?
If so, how? From the wpejunkie_functions.php file?, from the "Optional e-Junkie HTML" field when editing an e-Junkie Shopping Cart Item?

Thank you. Regards,
Luis]]>
E-junkie Discussions; LuisArtedelaMemoria
Post #10 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Thu, 3 Nov 2011 02:35:48 GMT E-junkie Discussions; WP-Ejunkie Post #9 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Thu, 3 Nov 2011 02:26:43 GMT http://wpejunkie.com/contact/

Our button code can be a bit finicky about proper nesting of HTML tags, regardless of WordPress, and especially so with the FORM-based button code used for Variants/Variations menus -- e.g., as explained here:
http://www.e-junkie.com/bb/topic/2497#post12857

It helps to think of the start and end tags for various elements in HTML as defining the edges of a container; you can put containers inside or next to other containers, but one container cannot overlap or intersect with another container. This page goes into more detail:
http://www.december.com/html/tutor/containers.html

The View Source Chart extension for Firefox (also developed by a fellow E-junkie client, as it happens :^) provides a handy way of visualizing this for the source code of any actual page:
https://addons.mozilla.org/en-US/firefox/addon/view-source-chart/]]>
E-junkie Discussions; E-junkieGuru
Post #8 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Wed, 2 Nov 2011 03:02:31 GMT
The alternate is the plugin for WP with simple short codes. This is clean and works really well, but it causes issues in the "WordPress admin panel". There seems to be an incompatibility. While the plugin does correctly insert the cart buttons, it breaks things with the "WP Admin" menus.

I'm not sure if EJ makes the plugin or someone else. I'd just like a better solution. Either a plugin that's updated or a cleaner copy and paste code that plays nicer with WP.]]>
E-junkie Discussions; gavseim
Post #7 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Wed, 2 Nov 2011 02:44:00 GMT
If the menus in Seller Admin itself are misbehaving, that suggests there was a connection glitch of some sort when your browser loaded the Flash for the Admin panel; usually that sort of thing can be resolved by clicking the "seller admin" link at the top of our site to reload a fresh copy of the Flash. This is one of the reasons we've been building a DHTML-based replacement for the current Seller Admin.

If the cart button menus in your page are misbehaving, that suggests some malformed HTML in the button code or, for items using Variants, possibly a mismatch between values in the menus vs. those in your Variants configuration. The WP E-junkie plugin provides a way to paste-in button code that you've copied from Seller Admin, rather than using the plugin's shortcodes for basic, no-menu Cart buttons.]]>
E-junkie Discussions; E-junkieGuru
Post #6 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Tue, 1 Nov 2011 22:38:48 GMT
It would be nice if EJ would officially offer a plugin, or at least clean up their insert codes for WP. The official codes used in WP get easily broken if you do the slightest thing wrong in the page editor. I would venture to guess a good portion of their users use EJ on WP sites. Isn't time to clean things up a bit.

G]]>
E-junkie Discussions; gavseim
Post #5 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Thu, 5 Aug 2010 02:47:28 GMT
As Tyson stated above, you can use the [EJUNKIE_ADD2CART] short tag to display a "Buy Now" if you like.

Feel free to contact me with any questions here:
http://wpejunkie.com/contact/

Thanks!

Seth]]>
E-junkie Discussions; WP-Ejunkie
Post #4 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Mon, 2 Aug 2010 00:46:18 GMT
I suppose you could use the plugin's "E-junkie HTML" option which allows you to paste-in what HTML the [EJUNKIE_ADD2CART] short tag should insert for a given item, rather than letting it generate cart-button code on-the-fly based on your client ID and the item ID. Normally, this custom HTML option would be used for products with Variants/Variations (since the plugin cannot generate button code including the menus/fields for those options), but it might work with Buy Now button code as well.

However, I can say that pasting-in Buy Now button code that you obtain from Seller Admin is generally not a problem for WordPress as-is. This new plugin solves a particular problem affecting our cart-based button codes (not Buy Now codes) where WordPress can sometimes mangle the JavaScript parts of the code that are required make the cart work, if special care is not taken to avoid this. Since our Buy Now buttons bypass the cart entirely, they don't need to use any JavaScript, so WordPress doesn't normally cause a problem with the button code.]]>
E-junkie Discussions; E-junkieGuru
Post #3 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Sat, 31 Jul 2010 17:21:11 GMT E-junkie Discussions; Jupeto Post #2 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Thu, 22 Jul 2010 01:17:58 GMT E-junkie Discussions; E-junkieGuru Post #1 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 http://www.e-junkie.com/bb/topic/4522/pg/0#post22572 Wed, 21 Jul 2010 05:05:07 GMT
Introducing WP E-Junkie, a quick and easy to use solution for selling product downloads using the WP E-Junkie Shopping Cart system and WordPress. All you need is an E-Junkie account, your E-junkie client id and a self hosted WordPress website.

Buttons are easily added to a post/page by pasting a small shortcode containing the product id any of your products hosted on E-Junkie.com.


The plugin is totally free and custom buttons can be added via the plugin settings page!


Download here:
http://wpejunkie.com/]]>
E-junkie Discussions; WP-Ejunkie