Forum Replies Created
-
AuthorPosts
-
August 6, 2013 at 5:50 pm in reply to: Manage Variations and Customer input label and field width #56904GWsladeMember
I had reloaded the Wp-eStore plugin and blew away my edits in the CSS. Thanks for spotting that. It is working now.
August 6, 2013 at 4:32 am in reply to: eStore – How to Use a Text Link or URL to Accommodate the Purchase of a Product #45577GWsladeMemberThis is awesome , Thank you so much. I will try it out.
August 6, 2013 at 4:30 am in reply to: Manage Variations and Customer input label and field width #56902GWsladeMemberThe Variation Name, custom input name and custom input all show width:auto when I inspect the elements, eve though the width has been set to 140px. Is there something overriding the set width, for these classes?
August 3, 2013 at 5:59 pm in reply to: Place order management form on page (editor role access to order management) #56677GWsladeMemberI would presume editor
August 3, 2013 at 5:58 pm in reply to: eStore – How to Use a Text Link or URL to Accommodate the Purchase of a Product #45575GWsladeMemberI use this function with great success.
I was wondering if I could pass Customer Input with this function, in the same way product and affiliate ID can be passed together.
[http://www.your-domain.com/checkout/?wp_eStore_add_to_cart=1&ap_id=abc123]
Say I have an affiliate who wants to get some customer info. They have an input form which gathers the info and then builds the URL for the text link.
[http://www.your-domain.com/checkout/?wp_eStore_add_to_cart=1&ap_id=abc123&ci=customer input info]
I just made up the variable ci for customer input, just to demonstrate the concept.
Is this possible?
August 3, 2013 at 5:05 pm in reply to: Manage Variations and Customer input label and field width #56900GWsladeMemberThe URL is [http://travelersmobile.com/store/#tabs-1-5]
Maybe I did this wrong
I put the following in my custom CSS file (wp-cart-for-digital-products/wp_eStore_custom_style.css)
.eStore_variation {
width: 140px !important;
}
.eStore_custom_input_name {
width: 140px !important;
}
.eStore_collect_input {
width: 140px !important;
}
the custom input fields did not change.
Also what is the class name for the variation label?
July 16, 2013 at 5:51 am in reply to: Price not updating when variations are selected (custom product display) #56576GWsladeMemberPerfect, Thank you so much.
July 15, 2013 at 4:05 am in reply to: Price not updating when variations are selected (custom product display) #56574GWsladeMemberThat did not change anything, the price is still not updating when the variation is selected.
GWsladeMemberI see this post is 2 years old. I need this functionality. It this reply still valid?
May 9, 2013 at 10:30 pm in reply to: Other Short codes or URL codes for Gateway Specific Buy Now type Buttons #55464GWsladeMemberI found the one plugin that was different, I deactivated it, and now the add to cart works.
The thing is the offending plugin was the eStore Advanced Variations UI
All working now, I can live without the advanced UI.
May 9, 2013 at 9:03 pm in reply to: Possible to change appearance and/or position of Authorize.net checkout button? #37309GWsladeMemberThanks, This worked perfectly.
May 9, 2013 at 5:13 pm in reply to: Other Short codes or URL codes for Gateway Specific Buy Now type Buttons #55463GWsladeMemberI am experiencing very strange results.
I am working on three different domains, My test domain is discountsim.ca
my two production domains are travelersmobile.com and travelersmobile.ca
there are products on three pages (Unlock, mobile-data & plans)
the shopping cart is on the bottom of the plans page
There is a java script tool on the plan page which has the url link “http://discountsim.ca/?wp_eStore_add_to_cart=4” pointing to discountsim.ca
I use the link in a button so the java script creates this.
<input onclick=”OpenURL(http://discountsim.ca/?wp_eStore_add_to_cart=4)” type=”button” style=”george” class=”george” id=”btnBuy” name=”btnBuy” value=”Add to Cart”/>
everything works perfect in the test site, discountsim.ca. (I did get the link problem sorted out, I was not putting in “http://” before the domain, all working fine now on the links. even crossing domains.)
When I tried to move the same function to the two production sites, with virtually everything the same,
Identical plugins loaded and activated,
Identical page source code
identical products in product table
etc.
The following functions no longer work.
The eStore add to cart button does not redirect or refresh the shopping cart anchor on the plans page which is set as the product page in the eStore settings. (it does add the item to the cart.)
May 8, 2013 at 7:41 am in reply to: Other Short codes or URL codes for Gateway Specific Buy Now type Buttons #55461GWsladeMemberAdmin
As I was testing today, to see if there were other ways around this, I found the “add to cart” URL link would not add to cart, from a different domain, and inside the domain it would do a buy now process with paypal. Real strange.
I am not sure what is the best way to demonstrate this testing to you. If I can send you a private message, I can set up a sample in some dummy domains and sites I have.
May 7, 2013 at 5:14 pm in reply to: Other Short codes or URL codes for Gateway Specific Buy Now type Buttons #55459GWsladeMemberYes
I am actually using the Buy Now link, but it only goes to PayPal, I would like to use an Authorize.net compatible gateway.
Thanks
GWsladeMemberThis is perfect, actually better than I could ask for, as it allows a link from outside the domain.
Thanks so much
-
AuthorPosts