Jump to content

RBosma

Member
  • Posts

    21
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by RBosma

  1. On 10/4/2022 at 3:03 AM, bsmither said:

    I have written two plugins that may get you this: adds a tab to a product's Edit screen in admin that shows all orders that has included this item, also an "export" button that allows the admin to download a Sales Report (CSV) of orders that filters for a specified item.

    If interested, send me a Private Message with your email address, and I will send them to you.

    Would love to receive them...Sending my mail address by PM

  2. I know that a lot of the Cubecart users are experiencing a lot mail through the Contact form wich contains spam...

    Most of the spam now being sent to our shop contains a phone number (wich is required) in our form that starts without the preceding "0" .... That's normal in the Netherlands...
    99% percent or the phonenumbers the spammers are 'using' start with an "8"

    Example:

    Quote

    PiBoolough <[email protected]> wrote to Administratie: --------------- www.noclegiiaugustow.online noclegi w Augustowie
    stx21

    Telefoon: 84267555894 ---------------  This email is sent from the store's master email address but it is possible to reply directly to the sender using the reply button on your email software

    Unfortanatly I'm not smart enough to create a filter in the contact form that sends those mails (Without preceding 0 of starts with an 8 ) to /dev/null....

    Anyone???

  3. On 12/11/2021 at 11:44 AM, harrisorganic said:

    Would you like to show us how you  embed the video?

     

    The way I do it for now is... Post the video on youtube, then choose:

    1. share
    2. embed
    3. copy 

    Then move over to your product page description

    1. press source (upper left)
    2. scroll down where you want the video
    3. paste 
    4. press save
    5. enjoy

    Example https://vleesvoordier.nl/webshop/riverwood-snacks (done in the category for example)

     

    • Like 1
  4. The currency issue was already solved by me, but it's the 'real numbers' we're talking about.. 
    Woke up a few times last night about this 'silly' issue...

  5. Probably I've overseen something but can't find it and it's bugging me... aaarggghhhh...

    In Holland we're not using a dot '.' as an decimal mark but an comma ','..... 

    Where to change that silly small thing, when a customer orders something for let's say 10KG it now show's up as 10.000 KG (ten thousand kilograms)... What a great deal !!!! hahahahaha

    Wanted to change that, but really guys, I can't find it.. *snif*

  6. My webshop sometimes shows up with a few 'english terms', I'm using the dutch language pack but in a few occasions it shows the 'original term' instead of the dutch. Even refreshing the page won't solve it. When loading the page after a few minutes, the dutch language works again... 

    It happened in the menu bar today
    In the footer yesterday and also in the checkout page

    So strange

    More people with this problem? And hopefully with a solution

    Greets

     

  7. First off, my English isn't the best but hopefully you guys can understand what I'm writing ;-)

    When customers are using the shop and putting stuff into the basket it shows the price nicely, but when they use the 'back' button of the browser it shows before putting the last item in the basket, even when clicking the basket it shows all items except the last one. 
    Is there a way of refreshing the basket even when using the back button of the browser??

    Hopefully this question hasn't been asked in the past, I was looked for it but couldn't find it..

    Regards, René

  8. First off, my English isn't the best but hopefully you guys can understand what I'm writing ;-)

    I had a few customers that really weren't that smart with webshops I think and they couldn't find the account settings and order history.
    I know it's easy but they thought it was only text and not an option.

    Last night I just added a dropdown arrow and that was all they needed. Where to change it?
    Just in /skins/foundation/templates/box.session.php -line 14- add:

    original:
       <a href="#" data-dropdown="session" class="button white small">{$CUSTOMER.first_name} {$CUSTOMER.last_name}</a><br>

    to:
       <a href="#" data-dropdown="session" class="button white small">{$CUSTOMER.first_name} {$CUSTOMER.last_name} &#x25BC;</a><br>

     

×
×
  • Create New...