menrique
Forum Replies Created
-
Yes, I understand.
I already spoke with PayPal Tech Support so the problem seems to be with the plugin.
How do i check to see if I am using the test (sandbox) gateway? Where is the checkbox?
How do i check if it is unchecked?
Everything is working now, one last question (hopefully), when I try to checkout (after filling out the forms and pressing “pay by paypal”):
We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem. If this payment is for an eBay listing, you can contact the seller via the “Ask Seller a Question” link on the listing page. When you have the correct email address, payment can be made at http://www.paypal.com.
Return to merchant
At this time, we are unable to process your request. Please return to and try another option.I double checked the email that I used on the options tab and it is the exact email used by paypal.
What should I do?
Perfect, will check back in a couple days in regards to the shopping cart and both bugs will be solved!
Thank you for the prompt reply! So the original top code for ( modules/featured_products/views/tpl/list.php) is as follows:
<div class="toeWidget"> <?php if(!empty($this->params['title'])) { ?> <div class="toeWidgetTitle"><?php lang::_e($this->params['title'])?></div> <?php }?> <div id="toeFPWidgetContent<?php echo $this->uniqID?>"> <div class="featured_products"> <?php if (!empty($this->products)): foreach ($this->products as $product) :?> <div class="featured_product"> <div class="featured_product_wrapper"> <div class="product_image"> <a href="<?php echo $product['guid']?>" title="<?php echo $product['title'];?>"> <img class="productPict" src="<?php echo $product['image']['thumb'][0]; ?>" width="<?php echo $product['image']['thumb'][1]; ?>" height="<?php echo $product['image']['thumb'][2]; ?>" alt="<?php echo $product['title'];?>" /> </a> </div>Into:
<div class="toeWidget"> <div class="widget-wrapper widget_text"> <?php if(!empty($this->params['title'])) { ?> <div class="toeWidgetTitle"><?php lang::_e($this->params['title'])?></div> <?php }?> <div id="toeFPWidgetContent<?php echo $this->uniqID?>"> <div class="featured_products"> <?php if (!empty($this->products)): foreach ($this->products as $product) :?> <div class="featured_product"> <div class="featured_product_wrapper"> <div class="product_image"> <a href="<?php echo $product['guid']?>" title="<?php echo $product['title'];?>"> <img class="productPict" src="<?php echo $product['image']['thumb'][0]; ?>" width="<?php echo $product['image']['thumb'][1]; ?>" height="<?php echo $product['image']['thumb'][2]; ?>" alt="<?php echo $product['title'];?>" /> </a> </div>The two bugs are:
http://www.ivyessaytutors.com/services/
– It does not have a box around it like the other widgets (compare to the text widget below it)http://www.ivyessaytutors.com/services/shopping-cart-2/
– To see bug add something to the cart and go to checkout
– You will see that the sidebar gets moved from the right side to below the cart. They are the same page layout.And on a related issue (seems like this doesn’t play very well with the Responsive theme).
On the shopping cart page, regardless of what page format I have it (content/sidebar), the sidebar appears on the bottom of the page.
http://www.ivyessaytutors.com/services/shopping-cart-2/
All I really need is for you to point me to the file I need to edit and I can go on from there!
Thank you!
I deleted everything, updated the plugin and reinstalled – looks to be working for now!
Forum: Plugins
In reply to: [Jigoshop] [Plugin: Jigoshop] remove mandatory fields at checkoutHey,
Any word on how you did it specifically?
Whats the link to your siteForum: Plugins
In reply to: Category tabs (simple question)I usually have four tabs, (1 index, 3 made by the above code) but when I do any of the changes it removes everything but the main (index) tab.
Forum: Themes and Templates
In reply to: Featured Category / News not showing upHey,
I’m using the Magpie themes too and having the same problem, how did you solve it (i just checked your site)
Sorry, I meant to say 3.1
Forum: Fixing WordPress
In reply to: Missing editor (Appearance > Editor)Add to the list of unsuccessful attempts:
– Using phpMyAdmin to manually deactivate all the plugins. Even when all plugins were deactivated the appearance>editor option was not available
Can anyone help?
Forum: Fixing WordPress
In reply to: Missing editor (Appearance > Editor)Hi,
So I searched forums and tried the following methods to no avail:
– Deactivated all the plugins
– Changed theme (to see if it is theme-related)Forum: Installing WordPress
In reply to: General confusion/updateWonderful, that really cleared that up! thanks zoonini, you have been a real help this past hour.