• Resolved menzah

    (@menzah)


    Hi you somewhere over the cloud,
    I’ve just started utilizing your bidding plugin combined with WooCommerce and WCFM – WooCommerce Multivendor Marketplace, and already ran into some problems.
    1. The “Add to cart” button’s label has changed to “Bid now” but instead of enabling to bid it adds the product directly to the shopping cart. Clicking on the product image takes the surfers to the product and bidding page. Changing the button’s label back to “Buy now” or “Add to cart”, or alternatively linking the button to the product page instead of adding it to the cart solves the problem.
    2. The product and bidding page contains only few short sentences that can be easily translated to any native language enabling users to enjoy the website. Is there a way to replace those sentences to a different language integrated in WordPress?
    3. Some native languages like Arabic or Hebrew, are read and written from right to left so the field for inserting the bid amount should be shifted to the left side of the “Place bid” label.
    The sentences, words and labels are:
    1. Time Left: ??? ?????:
    2. Ending On: ??????? ?:
    3. Timezone: ???? ???:
    4. Reserve price has not been met. ??? ???? ????? ????????
    5. Add to watchlist! ?????? ????????!
    7. Place Bid ?? ????
    8. (Enter more than or equal to:) ???? ???? ?? ????? ???? ?:
    11. Buy Now ????? ?????
    12. Item will be shipped in 1-2 business days ?????? ???? ??? 1-2 ??? ?????. –
    Thank you
    Menni

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • payalrajyaguru

    (@payalrajyaguru)

    Hello,

    Hello,

    1. If you create simple product, “Add to cart” button will display on product detail page. When you create auction product, “Bid Now” button will display on product detail page. We checked into your site and test “placed bid” and “Buy Now” functionality. When enter bid value in input field and click place bid button, bid placed successfully. It does not add the product directly to the shopping cart as per your problem. Also provide you scrrenshot for placed bid. When you click “Buy Now” button, It will add product to your cart directly. This is how the plugin works. So, both “placed bid” and “Buy Now” button work properly.
    https://prnt.sc/vodlht

    2. You can change plugin language into your native language using translation plugin like Loco translate and WPML. Please review below document for translate Ultimate WooCommerce Auction plugin language. You can change language of any plugin or theme using translation plugin.
    https://docs.auctionplugin.net/article/94-how-to-translate-plugin-in-your-native-language
    After doing all steps for translation, Go to settings -> General -> Site Language -> Select language and save it. It will change all text and strings which is integrated in WordPress.

    3. When you change site language to Arabic or Hebrew, “Place bid” will automatically goes to left site. This structure comes from WordPress by default. You can change it using below CSS. We provide you possible CSS to change it. Add this CSS in style.css file of active theme into your site.

    button#placebidbutton {
    float: right;
    }
    .quantity.buttons_added {
    float: left!important;
    }
    form.uwa_auction_form.cart {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 32%!important;
    }
    .uwa_inc_price_hint {
    padding: 10px 0 0px 13px!important;
    }
    .single-product div.product form.cart .quantity {
    margin-right: .875em;
    }

    Plugin Author Nitesh

    (@nitesh_singh)

    This query seems to be resolved. If there are any additional questions then do let us know and we will followup for it.

    Regards,
    Nitesh

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing link and translations’ is closed to new replies.