Jump to content
thirty bees forum

All Activity

This stream auto-updates

  1. Past hour
  2. Navigating the world of online pharmacies, it's essential to find a dependable source for your medication needs. Whether you're looking to buy treatment for [url=https://abbynkas.com/pill/lady-era/]where to buy lady era[/url] , it's critical to pick a accredited provider. Let me share a few tips about buy trazodone use for insomnia. Get relief from stress without any prescription. Discover https://glenwoodwine.com/drugs/priligy-dapoxetine/ today for a peace of mind. X-plore the therapeutic options for managing Addison's disease; [url=https://abbynkas.com/pill/lady-era/]lady era[/url] stands out as a top choice. Its efficacy in balancing electrolyte levels and mitigating symptoms is unparalleled.
  3. How beneficial is [url=https://monticelloptservices.com/item/nizagara-100mg/]monticelloptservices.com[/url] for treating male erectile issues? Given the ongoing discussions about its efficacy in various treatments, finding a reliable source to buy hydroxychloroquine cost on the web is crucial for consumers. Only if you consult your doctor, should https://azshh.com/ be taken for treating gastric problems.
  4. Today
  5. Are you exploring options to purchase [url=https://prakrutilifescience.com/]generic pharmacy[/url] ? Look no further! Our website provides an efficient way to buy your prescription on the web. Get your treatment easily with vpxl pills , available online for quick needs. Patients seeking to manage Hepatitis C can find https://prakrutilifescience.com/ online. This treatment option is obtainable for those looking to reduce their healthcare expenses efficiently. Quickly buy your prescription with [url=https://sunsethilltreefarm.com/item/vpxl/]find out more[/url] , offering fast delivery right to your doorstep.
  6. Understanding the options for treating IBS can be overwhelming. Discover how [url=https://sadlerland.com/product/bentyl/]no prescription bentyl[/url] might provide you alleviation from abdominal discomfort. Need to discover the current pharmacy side effects ? Click here for affordable options. Please find how to obtain essential health supplements at surprisingly low prices with our https://azshh.com/ . Suppose you consider [url=https://cassandraplummer.com/item/xenical/]cassandraplummer.com[/url] ; do you understand how it works before starting?
  7. Ensure you procure your [url=https://livinlifepc.com/drugs/hydroxychloroquine/]go here[/url] with assurance for malaria prevention. Looking for a way to fight against your condition? hydroxychloroquine dosage might be the remedy you're seeking. Explore how this drug can help you today. Visit https://heavenlyhappyhour.com/retin-a-without-a-doctors-prescription/ to obtain the herbal remedy for hormonal balance without hassle.
  8. Explore innovative healthcare solutions and purchase your prescriptions through the internet with ease. Click here: [url=https://encinta.net/]allergies pharamcy[/url] for seamless access to pharmacy services. Finding the lowest buy allergies can be a challenge. Visit our site for amazing deals. Stay informed about https://encinta.net/ by reading latest studies to make an informed decision. Just discovered your answer to bettered intimacy: [url=https://spiderguardtek.com/item/cialis-black/]this site[/url] . Acquire immediately for prolonged effects.
  9. Yesterday
  10. An up-to-date PayPal module would obviously be a huge deal πŸ‘ We use the instant payment method, not "funds on hold." We also don't offer installment payments or payment on invoice via PayPal.
  11. To tell the truth, I'm not sure how refunds work in stripe module. But when we are going to implement refunds directly in paypal module, I'm going to study it πŸ™‚ I was wondering - does anybody use Authorization + Capture Money later flow? I guess most people are using immediate capture method, but I might be wrong.
  12. Last week
  13. I’m not using the Warehouse theme, but something else. I’ve started a new thread for a module that should work with any theme.
  14. If you use Warehouse it's breadcrumbs.tpl emits schema. If you use the JSON module (which is complete; very few items are to be improved/added to it), you will have 2 fields for breadcrumbs. Which is not correct but is not problematic; I ran my shop until recently that way and only noticed and removed the schema from the tpl last month. The discovered rich snippets in Webmaster Tools started dropping and normalized to the correct level (from double the amount previously). I recommend using the JSON module as it offers other data for the whole shop too.
  15. Ich wollte das Thema schema.org / Breadcrumbs noch einmal aufgreifen. Dabei bin ich auf das alte JSON-Modul von 2024 gestoßen (es wird scheinbar nicht mehr weiterentwickelt). Ich bin auf diesem Gebiet kein Experte – SEO und Γ„hnliches haben fΓΌr uns bislang keine große Rolle gespielt. Ist das ein Thema, das die Shopbetreiber hier interessiert, oder wie geht ihr damit um? Ich habe dafΓΌr ein Modul entwickelt, das die von Google geforderten Pflichtfelder einwandfrei ΓΌbermittelt.
  16. wir sind hier ja im deutschen Forum: Ich wollte das Thema Breadcrumbs noch einmal aufgreifen. Dabei bin ich auf das alte JSON-Modul von 2024 gestoßen (es wird nicht mehr weiterentwickelt). Ich bin auf diesem Gebiet kein Experte – SEO und Γ„hnliches haben fΓΌr uns bislang keine große Rolle gespielt. Ist das ein Thema, das die Shopbetreiber hier interessiert, oder wie geht ihr damit um? Ich habe dafΓΌr ein Modul entwickelt, das die von Google geforderten Pflichtfelder einwandfrei ΓΌbermittelt. I wanted to revisit the topic of breadcrumbs. In doing so, I came across the old JSON module from 2024 (which is no longer being developed). I’m no expert in this areaβ€”SEO and the like haven't played a major role for us so far. Is this a topic that interests the shop owners here, or how do you handle it? I’ve developed a module for this that flawlessly transmits the mandatory fields required by Google.
  17. vzex

    migration fail

    Done! Thank you so much! Not missing panda right about now! Next figure out how to restore my products and database then move to domain It's been over a decade on v1.0.6/panda went a bit too far editing so had to upload a new file 500 page still scares me but not as much :) Learned that coreupdater now shows you which files you edited and gives the option to "update store" to rollback your mistakes VERY NICE! Didn't find that out until after I uploaded the unedited files Not sure if I commented out too much not brilliant like most here but both date and gender appear to be gone if anyone else would like to do the same Files edited through cpanel, force compilation, clear cache, view page niara/authentication-create-opc.tpl {*<div class="form-group gender-line"> <label>{l s='Title'}</label> <div> {foreach from=$genders key=k item=gender} <label for="id_gender{$gender->id}" class="radio-inline"> <input type="radio" name="id_gender" id="id_gender{$gender->id}" value="{$gender->id}"{if isset($smarty.post.id_gender) && $smarty.post.id_gender == $gender->id} checked="checked"{/if}> <span class="label-text">{$gender->name}</span> </label> {/foreach} </div> </div> <div class="required form-group">*} {*<div class="form-group date-select"> <label>{l s='Date of Birth'}</label> <div class="row"> <div class="col-xs-4"> <select id="days" name="days" class="form-control"> <option value="">-</option> {foreach from=$days item=day} <option value="{$day}" {if ($sl_day == $day)} selected="selected"{/if}>{$day}&nbsp;&nbsp;</option> {/foreach} </select> {* {l s='January'} {l s='February'} {l s='March'} {l s='April'} {l s='May'} {l s='June'} {l s='July'} {l s='August'} {l s='September'} {l s='October'} {l s='November'} {l s='December'} *} </div> <div class="col-xs-4"> <select id="months" name="months" class="form-control"> <option value="">-</option> {foreach from=$months key=k item=month} <option value="{$k}" {if ($sl_month == $k)} selected="selected"{/if}>{l s=$month}&nbsp;</option> {/foreach} </select> </div> <div class="col-xs-4"> <select id="years" name="years" class="form-control"> <option value="">-</option> {foreach from=$years item=year} <option value="{$year}" {if ($sl_year == $year)} selected="selected"{/if}>{$year}&nbsp;&nbsp;</option> {/foreach} </select> </div> </div> </div>*} niara/authentication-create.tpl {*<label>{l s='Title'}</label> <div> {foreach from=$genders key=k item=gender} <label for="id_gender{$gender->id}" class="radio-inline"> <input type="radio" name="id_gender" id="id_gender{$gender->id}" value="{$gender->id}" {if isset($smarty.post.id_gender) && $smarty.post.id_gender == $gender->id}checked="checked"{/if}> <span class="label-text">{$gender->name}</span> </label> {/foreach} </div> </div>*} {*<label>{l s='Date of Birth'}</label> <div class="row"> <div class="col-xs-4"> <select id="days" name="days" class="form-control"> <option value="">-</option> {foreach from=$days item=day} <option value="{$day}" {if ($sl_day == $day)} selected="selected"{/if}>{$day}&nbsp;&nbsp;</option> {/foreach} </select> {* {l s='January'} {l s='February'} {l s='March'} {l s='April'} {l s='May'} {l s='June'} {l s='July'} {l s='August'} {l s='September'} {l s='October'} {l s='November'} {l s='December'} *} </div> <div class="col-xs-4"> <select id="months" name="months" class="form-control"> <option value="">-</option> {foreach from=$months key=k item=month} <option value="{$k}" {if ($sl_month == $k)} selected="selected"{/if}>{l s=$month}&nbsp;</option> {/foreach} </select> </div> <div class="col-xs-4"> <select id="years" name="years" class="form-control"> <option value="">-</option> {foreach from=$years item=year} <option value="{$year}" {if ($sl_year == $year)} selected="selected"{/if}>{$year}&nbsp;&nbsp;</option> {/foreach} </select> </div> </div> </div>*} niara/order-opc-new-account.tpl this file also had birth year but commenting out left drop down year boxes so left it alone {*<div class="required form-group gender-line"> <label>{l s='Social title'}</label> <div> {foreach from=$genders key=k item=gender} <label for="id_gender{$gender->id_gender}" class="radio-inline"> <input type="radio" name="id_gender" id="id_gender{$gender->id_gender}" value="{$gender->id_gender}"{if isset($smarty.post.id_gender) && $smarty.post.id_gender == $gender->id_gender || (isset($guestInformations) && $guestInformations.id_gender == $gender->id_gender)} checked="checked"{/if}> <span class="label-text">{$gender->name}</span> </label> {/foreach} </div> </div>*}
  18. To remove the gender (social title) field from the customer registration form in thirty bees, you must edit your active theme’s Smarty template file (identity.tpl or authentication.tpl), as thirty bees does not feature a single toggle switch for this in the back office. Editing the Theme Template File: Open your site files via FTP or your hosting file manager. Go to your active theme directory: /themes/your-theme/templates/customer/ or /themes/your-theme/ depending on your specific theme structure. Look for files related to customer registration and account creation, primarily authentication.tpl, identity.tpl, or order-opc-new-account.tpl (and/or also removing the sections from files order-opc-new-account.tpl and order-opc-new-account-advanced.tpl, override/controllers/front/AuthController.php) Find the block of code handling the gender radio buttons or select dropdown, which usually looks like: smarty<div class="clearfix"> <label>{l s='Social title'}</label> <!-- gender radio buttons code --> </div> Comment out or delete this section from the files. Clear your thirty bees compilation cache under Advanced Parameters > Performance in your back office so the template changes appear live. You can also do a search in database e.g. like this: ALTER TABLE `ps_customer` DROP COLUMN `id_gender`; ALTER TABLE `ps_address` DROP COLUMN `id_gender`; to find all files. We have deleted it since a few years, it is hardcoded in our theme and deleted, no problems but i do not have a good Readme about this πŸ™‚ and this one: Warehouse Theme Working - Page 3 - Theme Compatibility - thirty bees forum
  19. vzex

    migration fail

    New install is lovely! I've got about five days to get this updated version install live otherwise it's a month of double host payments 😞 I would appreciate the custom CSS code to eliminate social titles please if possible! Tried all the searches but editing templates doesn't seem to apply? Tried via translations and also deleted the Mr/Mrs under customers/titles but Social Title still remains at checkout 😞 Honestly these days social titles could take a full page adding them all! I'd rather not offend anyone and remove them! I'd rather have the option to ask do you have enough funds instead? πŸ™‚ Most customers just want a quick extraction of funds not a bunch of questions the big database in the sky already has! I was able to remove date of birth by adding custom CSS Miss that both of these were easy to disable in Panda theme!😞 I believe this still works in v1.7 /* For desktop browser account creation, add this line: */ .account_creation .date-select { display: none; } /* For mobile browser account creation add this line: */ #opc_account_form .date-select { display: none; } /* For the user's "My account" page that they can see after they sign up, add this line: */ #identity .std .date-select { display: none; } Searching sure brings up all the early days with not much for newer versions hence the plea for a fix I've had a whole morning of wandering down memory lane!
  20. maybe the best way in this situation to get off all the rubbish πŸ™‚ well done!
  21. vzex

    migration fail

    Update new host fresh v1.7 install
  22. Refunds with the current module have always been a pain point. Let me be the first to chime in for this. Similar operation to the stripe module would be ideal for continuity across providers. Appreciate your work.
  23. Earlier
  24. Claude/Codex will change few lines of code, not create entiran ely new module for you. But that way you will be able to update your shop, have many security patches, performance gains, etc.
  25. I am not eager to trust Claude to create payment software that I don't understand.
  26. I found the problem. It was anti-malware software (Imunify) of the hosting provider that had labeled the file as suspicious. They will now add it to trusted file list of the software.
  27. Yes, we have decided to deprecate the old paypal module. We thought about creating a new major version of paypal module, but decided to go with a brand-new module, so if any one of you guys wanted to keep using the old one, you could. The new module will be released shortly. It's based on latest paypal API. At the beginning it will not contain as many features as the old one, it just focuses on accepting payments reliably. In the future, we will implement other features like refunds etc, if there is a demand for it. Feel free to use old version of the module for now. Just know that it's been officially deprecated, and we will not invest any time into it.
  28. Fixing the Niara template: https://github.com/thirtybees/niara/pull/100
  29. Hi all We've been at work behind the scenes to bring you a new release of TB. An official announcement should be made within the next week or so, with all the details etc. This update brings a new, official TB version of the PayPal module (using the latest PayPal APIs etc) - certified by PayPal. I've let the guys know about the message you've been getting - as far as I understand, the update should bring your module up-to-date with the latest version. We will keep you posted. @Smile @datakick
  30. I am seeing this same message. What does it mean? @datakick, perhaps you can answer since the latest commit was yours I see.
  1. Load more activity
Γ—
Γ—
  • Create New...