Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter menrique

    (@menrique)

    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!

    Plugin Author ukrainecmk

    (@ukrainecmk)

    Hello.
    To edit template of feature product widget try to edit file modules/featured_products/views/tpl/list.php
    About last question – I didn’t understand where is a bug.

    Regards,
    Alexey.

    Thread Starter menrique

    (@menrique)

    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.

    Plugin Author ukrainecmk

    (@ukrainecmk)

    Hello.
    1. Please, you can add classes “widget-wrapper widget_text” to div with class “toeWidget” (in file modules/featured_products/views/tpl/list.php) and this will work as you want.
    2. This can be because we have <div style=”clear: both;” /> in shoping cart default template. This will be fixed in next release tommorow or day after tommorow.

    Regards,
    Alexey.

    Thread Starter menrique

    (@menrique)

    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>

    Plugin Author ukrainecmk

    (@ukrainecmk)

    I think you should code from “Into:” section:
    <div class=”toeWidget”>

    <div class=”widget-wrapper widget_text”>
    Make in one div element:
    <div class=”toeWidget widget-wrapper widget_text”>

    <div class=””>

    Regards,
    Alexey.

    Thread Starter menrique

    (@menrique)

    Perfect, will check back in a couple days in regards to the shopping cart and both bugs will be solved!

    Plugin Author ukrainecmk

    (@ukrainecmk)

    Hello.
    We updated our plugin to 0.2.9.6, in this version shopping cart should be fixed, please check.

    Regards,
    Alexey.

    Plugin Author readyshoppingcartcom

    (@readyshoppingcartcom)

    Hi!

    Everything OK in the new release with the shooping cart?
    If there’re will be any question, please contact us
    http://readyshoppingcart.com/contacts/

    Thread Starter menrique

    (@menrique)

    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?

    Plugin Author ukrainecmk

    (@ukrainecmk)

    Hello.
    Does option “Test Mode” is unchecked?

    Regards,
    Alexey.

    Thread Starter menrique

    (@menrique)

    How do i check if it is unchecked?

    Plugin Author ukrainecmk

    (@ukrainecmk)

    Hello.
    I asked this to be shure that you do not use test (sandbox) gateway. So, if this checkbox is unchecked and email addres is entered correctly – please contact paypal techsupport with this error.

    Regards,
    Alexey.

    Thread Starter menrique

    (@menrique)

    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?

    Plugin Author ukrainecmk

    (@ukrainecmk)

    Hello.
    Yes. As I said – there is a checkbox “Test Mode” in PayPal module settings on admin area.

    Regards,
    Alexey.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘[Plugin: Ready! Ecommerce Shopping Cart] Widget interference’ is closed to new replies.