Forum Replies Created

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

    (@dineintec)

    Thanks this works great! I also changed var i = 1 to var i = 2 so the drop down menu shows values from 2-12.

    If anyone is wondering how to implement this I used a HTML snippet using Code Snippets plugin and used the following code:

    <script>
    jQuery(document).on( 'wbk_on_form_rendered', function(){
        const limit = 12;
        jQuery('.wbk-book-quantity').find('option').remove();
        var options = '';
        for( var i = 2; i <= limit; i++ ){
          options += '<option value='+ i  + '>' + i + '</option>';
        }
        jQuery('.wbk-book-quantity').html(options)
    });
    </script>

    Then you just insert the generated short code into your page before the Weba shortcode.

    This makes it easier to keep your custom code when Webba or WordPress is updated!

    • This reply was modified 1 year, 4 months ago by dineintec.
    Thread Starter dineintec

    (@dineintec)

    This did the trick – thank you so much for amazing support!

    Thread Starter dineintec

    (@dineintec)

    Hello, any updates on the Ajax issue?

    WPC Clever have given me a script to fix the disappearing fields so I am back to the latest version of your plug in and it is just the items being added to the cart an issue now.

    I have made a new staging site @ https://pmcweb.co.uk/finalfoodcrew/ where if you go into Pizzas you can see the affected products.

    Kind Regards
    Paul

    Thread Starter dineintec

    (@dineintec)

    Thank you so much.

    I made a second staging site for you where I have updated the WCFF plugin to the newest version:

    https://pmcweb.co.uk/newtestfoodcrew/product-category/pizza/

    You can see that none of the previous WCFF fields appear at all now within WPC Smart Quick View (I tried making new ones too but they still do not show).

    If the JS issue with the ajax add to cart feature is going to be fixed within a new update of WCFF, then will this issue be fixed too?

    Kind regards

    Thread Starter dineintec

    (@dineintec)

    Just updating the posts made all the options clear again. I have made a new staging page:

    https://pmcweb.co.uk/testfoodcrew/product-category/pizza/

    As you can see, multiple toppings still do not show up in the basket, was this issue fixed in later versions?

    I tried versions 4.0.0, 4.1.3 and 4.1.5 but none work with WPC Smart Quick View for me to test unfortunately. Would be great to use the latest plugin too.

    Thread Starter dineintec

    (@dineintec)

    Just tested and quite confused now, not even one checkbox selection seems to be appearing in the cart now. I reinstalled version 3.0.4 and did not change anything and the radio buttons (which were a different post) still show.

    Thread Starter dineintec

    (@dineintec)

    Thanks for getting back to me. Yes I had to disable it and turn the post to private over the weekend so it did not cause any issues when they were open for business.

    I have turned it back on now if you could kindly have a look please?

    Thanks for looking into WPC Smart Quick View for me, will be looking to update to the newest version I can if this works well.

    Thread Starter dineintec

    (@dineintec)

    Yes fixed it with:

    a:hover {
      text-decoration: underline!important;
    }
    Thread Starter dineintec

    (@dineintec)

    Fantastic, this works perfectly, thank you so much for your help.

    This method is also foolproof if a user decides not to include a space in their postcode for either 6 or 7 character postcodes.

    Thread Starter dineintec

    (@dineintec)

    Thanks for the swift reply.

    Another plugin or add on would be most welcomed. I’m sure people like myself would also be happy to pay a small one-off fee for the plugin for each customer too, or a larger fee for an unlimited license. Please let me know if you decide to develop anything like this – even without the multi-vendor capabilities it would be very handy to have.

    Looking forward to your suggestions regarding the multi-vendor plugin integration.

    Kind Regards

    Thread Starter dineintec

    (@dineintec)

    Fantastic. Thank you so much, I did not realise you could expand these settings in the menu locations section. This fixes the initial issue.

    Now, is there an option to reset the menu from fresh after the user clicks off the menu and then reopens the menu.

    For example:
    – The user opens the mobile menu and selects Arepa 2 Go and the Arepa 2 Go subcategory expands.
    – The user then closes the menu via the cross button.
    – The user then opens the menu again.

    Result: Arepa 2 Go subcategory still expanded.

    Desired result: For the Arepa 2 Go subcategory automatically collapsed.

    Is this at all possible?

    @lawrenceowen This would be really helpful if you could. But no pressure to do so.

    @lawrenceowen Great to hear that the new beta fixes the shipping method. Will this be released as an official update soon?

    Kind Regards,
    Paul

    Great job,
    Being able to print 2 copies and trigger from order processing makes such a difference for my restaurant – thank you. Changing the header and adding the external buzzer is also a nice touch.

    I use Bizswoop’s ‘Store Hours Manager for WooCommerce’ & ‘Order Hours Scheduler Delivery for WooCommerce’ plugins for scheduled deliveries but the new custom-fields option does not pick this up – any suggestions?

    Just a few suggestions for future versions which I feel would be beneficial to many users:

    • Option to add logo/image on the top of the receipt without having to load on the printer Flash ROM.
    • List items by product category in the form of sub-headings.
    • Show coupon/discount information.
    • Include option to add a footer message.
    • Would be great to see any of these, if not all!

    • This reply was modified 3 years, 9 months ago by dineintec.
    • This reply was modified 3 years, 9 months ago by dineintec.
    Thread Starter dineintec

    (@dineintec)

    Perfect, thank you for pointing this out. I could not find any conflicting CSS that I had personally added so I have remedied it with this CSS:

    .woocommerce-account-fields {
    		display: inline-block!important;
    }

    Is this the best solution (added at the end). I know it is messy but I couldn’t pick it out from my custom CSS:

    .page .entry-header {
      text-align: center;
    }
    .woocommerce-products-header {
    	text-align: center;
    }
    .invisiblelist {
    	list-style-type: none;
      margin: 0;
      padding: 0;
    }
    .footertable {
      padding: 0px;
      text-align: left;
    	vertical-align: middle;
    	width: 300px;
    	white-space: nowrap;
    }
    .site-header {
        margin-bottom: 0em;
        padding-top: 0.5em;
    }
    .site-branding, .site-search, .site-header-cart, .site-logo-anchor, .site-logo-link, .custom-logo-link {
        margin-bottom: 0;
    }
    body, button, input, textarea {
    	line-height: 1.3;
    }
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
        padding: 0.8em 1em;
    }
    .site-info {
        padding: 0 0;
    }
    .site-footer {
    	padding: 0.5em 0 5em;
    }
    table:not( .has-background ) tbody td {
        background-color: #f0f0f0;
    }
    table:not( .has-background ) th {
        background-color: #f0f0f0;
    }
    .content-area, .widget-area {
        margin-bottom: 0;
    }
    .site-main {
        margin-bottom: 0;
    }
    ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
        list-style: none;
        margin-left: 0;
        margin-bottom: 1em;
        text-align: center;
        position: relative;
    }
    p {
        margin: 0 0 0.75em;
    }
    h1, h2, h3, h4, h5, h6 {
        clear: both;
        font-weight: 300;
        margin: 0 0 0.1em;
        color: #131315;
    }
    .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
        width: 18%;
        float: left;
        margin-right: 4.347826087%;
    }
    .added_to_cart {
    		display: none;
    }
    .site-header {
    	background-position: left -30px;
    	background-size: 120%;
    	background-repeat-y: no-repeat;
    }
    .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
        margin-bottom: 0.5em;
    }
    button.menu-toggle {
    	position: fixed;
    	right: 0;
    }
    .handheld-navigation {
    	background-color: #f0f0f0;
    	position: fixed;
    }
    .pcdfwoo_count {
        display: none !important;
    }
    @media screen and (max-width: 568px) {
      .storefront-product-section .product *, .site-main .products .product * {
          margin-left: auto;
          margin-right: auto;
      }
    }
    
    .products .product img {
      margin-bottom: 20px;
    }
    
    .woocommerce-account-fields {
    		display: inline-block!important;
    }

    Same problem for my other site which had same issue perhaps it is a plugin, but this site’s CSS is much neater if it is easier to pin-point the issue here:

    /*Header */
    
    /* Remove cart from header */
    .site-header-cart {
    		display: none;
    }
    /* Stretch main menu across header */
    .main-navigation {
    		width: 100%!important;
    		margin-right: 0%!important;
    }
    /* Remove header top spacing and border bottom */
    .site-header {
    		border-bottom: none;
    		margin-bottom: 0em;
        padding-top: 0.5em;
    		padding-bottom: 0em;
    }
    /* Margin between logo and navigation */
    div.site-branding {
    		margin-bottom: 0.5em!important;
    }
    /* Hide extra mobile menu */
    .menu-toggle {
    		display: none;
    }
    /* Move search below secondary menu */
    .secondary-navigation {
    		margin-right: 0%!important;
    		margin-bottom: 0.5em!important;
    		width: 73.91%!important;
    }
    /* Site search margin */
    .site-search {
    		margin-bottom: 0.5em!important;
    }
    /* Floating header */
    #masthead {
    		position: fixed;
    		top: 0;
    		width: 100%;
    }
    /* Remove breadcrumb */
    .storefront-breadcrumb {
    		display: none;
    }
    /* Remove view basket button next to add to basket button */
    .added_to_cart {
    		display: none;
    }
    /* Reduce search hieght */
    input#woocommerce-product-search-field-0 {
    height: 10px;
    }
    /* Adjust search icon */
    .site-search .widget_product_search form::before {
    	top: 0.55em;
    }
    
    /* Main content */
    
    /*Body realignment */
    body {
    		margin-top: 180px;
    }
    /* Align titles to centre */
    .page .entry-header {
      text-align: center;
    }
    .woocommerce-products-header {
    	text-align: center;
    }
    /* Reduce heading bottom margin */
    h1 {
    		margin: 0 0 0!important;
    }
    /* Product spacing */
    ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
    		margin-bottom: 1em;
    }
    /* Side widget title padding */
    .widget-title {
    		padding:0!important;
    		margin-bottom:0!important;
    }
    /* Menu side widget spacing */
    .widget_product_categories li {
    		margin-bottom: 0em!important;
    		margin-top: 1em;
    }
    /* Menu side widget remove folder */
    .widget_product_categories ul li::before {
      	content: "" !important;
    }
    /* Then delete folder white space */
    .widget_product_categories ul li {
        padding-left: 0!important;
    }
    /* Reduce spacing under checkout widget */
    .widget_shopping_cart {
    		margin: 0!important;
    }
    /* Hide sorting */
    .storefront-sorting {
    		display: none;
    }
    /* Reduce space before footer */
    .site-main {
    		margin-bottom: 0!important;
    }
    div#primary.content-area {
    		margin-bottom: 0!important;
    }
    /* Hide item added to basket */
    .woocommerce-message {
    		display: none;
    }
    /* Remove category count */
    .pcdfwoo_count {
        display: none !important;
    }
    
    /* Quick view */
    
    /* Remove 2nd add extras */
    td.wccpf_label {
    		display: none;
    }
    /* Add extras padding */ td.wccpf_value {
    		padding: 0;
    }
    /* Add extras remove bullets and padding */
    ul.wccpf-field-layout-vertical {
    		list-style: none;
    		margin: 0px 10px;
    }
    /* Remove extras below add to basket */
    div.product_meta {
    		display: none;
    }
    /* Remove extra padding */
    div.summary-content {
    		padding: 10px!important;
    }
    div.product .variations_button {
        padding-top: 0!important;
    }
    .single-product div.product form.cart {
        margin-bottom: 0!important;
        padding: 0 0!important;
    }
    
    /* Footer*/
    
    footer {
    		padding: 0!important;
    }
    /* Table */
    .footertable {
      padding: 0px;
      text-align: left;
    	vertical-align: middle;
    	width: 300px;
    	white-space: nowrap;
    }
    .invisiblelist {
    	list-style-type: none;
      margin: 0;
      padding: 0;
    }
    table:not( .has-background ) tbody td {
        background-color: #f0f0f0;
    }
    table:not( .has-background ) th {
        background-color: #f0f0f0;
    }
    
    /* Enable create password field */
    .woocommerce-account-fields {
    		display: inline-block!important;
    }
Viewing 15 replies - 1 through 15 (of 19 total)