Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Downloads #59399
    Melissa
    Participant

    Thank you for the clarification Ben.

    Perhaps this is something you can add to the fine print for future customers? I believed I was buying software rather than just licensing and thought I could download the files whenever suited me.

    Thanks,
    Mel

    in reply to: Coupons Template File #32786
    Melissa
    Participant

    If anyone else has the same issue, I found a missing closing </div> in the file /public/partials/shop_coupon/wcvendors-pro-table-shop-coupon-table-actions.php on line 36:

    <?php
    
    /**
     * Shop Coupon Table Main Action 
     *
     * This file is used to add the table actions before and after a table
     *
     * @link       https://www.wcvendors.com
     * @since      1.2.4
     *
     * @package    WCVendors_Pro
     * @subpackage WCVendors_Pro/public/partials/shop_coupon
     */ 
    ?>
    
    <div class="wcv_dashboard_table_header wcv-cols-group"> 
    	<div class="all-50">
    		<a href="<?php echo $add_url; ?>" class="wcv-button button"><?php echo __('Add Coupon', $this->wcvendors_pro ); ?></a>
    	</div>
    	<div class="all-50">	
    	<?php 
    		echo $pagination_wrapper[ 'wrapper_start' ];
    
    		echo paginate_links( apply_filters( 'wcv_shop_coupon_pagination_args', array(  
    			    'base' 			=> get_pagenum_link( ) . '%_%',  
    			    'format' 		=> 'page/%#%/',  
    			    'current' 		=> ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1,  
    			    'total' 		=> $this->max_num_pages,  
    			    'prev_next'    	=> false,  
    			    'type'         	=> 'list',  
    				), ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1, $this->max_num_pages
    			) );
    
    		echo $pagination_wrapper[ 'wrapper_end' ];
    		?>
    	<!-- Missing div here -->
    	</div> <!-- /.all-50 -->
    </div>
    in reply to: Coupons Template File #32620
    Melissa
    Participant

    Hi Jamie,

    Thanks for the reply.

    It’s the coupon page on the vendor’s pro dashboard (/dashboard/shop_coupon), i.e. when they select ‘Coupons’ in the black menu bar. All of the other menu options work fine, it’s just the Coupons page that throws the layout out.

    Yep, I’m running the latest wcv pro files (v1.3.1) but I’m overriding a few of them:
    – /dashboard/product-edit.php – added custom fields
    – /dashboard/shop_coupon-edit.php – to close off the missing </div> as mentioned above
    – /front/shipping/shipping-panel.php – to add some custom text

    Hope this info helps?

    in reply to: 1.2.4 Update Issues – coupons & orders #29280
    Melissa
    Participant

    Thanks for the quick responses as usual 🙂

    It’s great to know we can setup a dev machine – that’s definitely going to help!

    Thanks for the shipping tip as well. I’ve just set up some defaults in the admin side and looks like it’s done the trick 🙂

    Can’t wait for the next update!

    in reply to: 1.2.4 Update Issues – coupons & orders #29278
    Melissa
    Participant

    Thanks Ben. Looking forward to the update.

    Quick question – is it possible for me to install WC Vendors Pro on a local dev machine to test out updates before I apply them to my live site? Just lets me understand what the changes are before I let the vendors get their hands on it so I can answer any of their questions if any come up.

    I also noticed one more thing. If a vendor does not set a default store shipping rate but sets one for a product, no shipping rate is calculated. I’m not sure if it is by design? I’ve noticed the vendors generally can’t be bothered to set up their store properly at the start and so they’ll add just one or two products and enter shipping rates for them but this information is lost when the item is added to the cart if they haven’t set a default shipping rate for their store. Thoughts on this?

    in reply to: Orders Stuck at Pending Payment (PayPal Sandbox) #29169
    Melissa
    Participant

    @georgeallen00 i had a maintenance plugin installed which was causing the issue.

    To debug, I checked the IPN simulation thing in PayPal and I also checked my server’s logs and neither of them had any errors in it which is what led me to look into the plugins.

    Sounds like you’ve found your issue though! Good luck .. PayPal is a pain 🙂

    in reply to: Orders Stuck at Pending Payment (PayPal Sandbox) #28265
    Melissa
    Participant

    In case anyone else reads this thread and has the same issue – it turned out that I had a maintenance page running and that was stopping the communication between PayPal and my site. As soon as I disabled that, both live and sandbox worked without any issues.

    in reply to: 1.2.4 Update Issues – coupons & orders #28156
    Melissa
    Participant

    Haha yeh it really helps having quick support – really appreciate it 🙂

    No problems – please let me know if you need more info or need help testing it. I’m happy to wait and sit tight and rather than downgrading since the issue may be present there anyway.

    Thanks again.

    in reply to: 1.2.4 Update Issues – coupons & orders #28154
    Melissa
    Participant

    Hi Ben,

    Thanks for the quick response!

    With regards to the checkbox:
    – I logged into dev.wcvendors.com and created a new coupon. The free ship checkbox is checked by default but that’s not a problem. I entered a code and clicked on Save. Then edited the same coupon, unchecked the box and clicked on Save. When I went back in, it was checked again. I tried adding a product discount value and unchecking it once again then saved. And again, it remained checked when I went back in?
    – I am using Chrome browser – i’m not sure if this will make a difference?

    Thanks for the info about the commission – I had a look and there was a record there even though the order was “deleted permanently” 🙂

    Let me know if you need more info about the free shipping issue?

    Thanks.

    in reply to: Orders Stuck at Pending Payment (PayPal Sandbox) #27849
    Melissa
    Participant

    Thanks for the response and tips Ben. Haha yep – PayPal as a whole has proven to be a pain to work with! I will do some testing as soon as my app gets approved and see how it goes. Will look into the server communication if the problem persists.

    Appreciate the help and guidance 🙂

    in reply to: Field Required and Decimal #27425
    Melissa
    Participant

    Thanks Jamie. Just tried it out and works great 🙂

Viewing 11 posts - 1 through 11 (of 11 total)