Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
Website website #website HTML/CSS #help
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
Website website #website HTML/CSS #help
Over dit forum
  1. Website Builder
  2. Forum

Can't save a <href> in the odoo HTML/CSS editor

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
HTML/CSS
1 Beantwoorden
10124 Weergaven
Avatar
Carlton Shaw

Hi,


I am creating a website with categories which have links to particular filtered searches in the webshop. <href> links usually save fine, but when I try to include the attributes in the link, it does not allow me to save the edited code. Please note this part of the website is custom built in HTML/CSS so using the default website editor is not an option - it does not format correctly.


I am trying to change the code from:

                <a style="margin-bottom: 15px;" href="/fischer/resins-mortar" class="bg-epsilon col-lg-12 pt16 pb16" data-original-title="" title="" aria-describedby="tooltip374835">

                  <div data-name="Box">

                    <img class="fa fa-2x s_features_grid_icon" style="max-width: 75px; max-height: 75px;" src="/web/image/product.template/5382/image?unique=11d27e7" data-original-title="" title="" aria-describedby="tooltip401113"/>

                    <div class="s_features_grid_content">

                      <h4>Accessories</h4>

                      <p data-original-title="" title="" aria-describedby="tooltip571265">Site tools | Drill bits - HSS / SDS / Drivers</p>

                    </div>

                  </div>

                </a>


to


                <a style="margin-bottom: 15px;" href="/shop/category/anchors-resins-mortars-84?category=84&search=&attrib=&attrib=&attrib=156-1618" class="bg-epsilon col-lg-12 pt16 pb16" data-original-title="" title="" aria-describedby="tooltip374835">

                  <div data-name="Box">

                    <img class="fa fa-2x s_features_grid_icon" style="max-width: 75px; max-height: 75px;" src="/web/image/product.template/5382/image?unique=11d27e7" data-original-title="" title="" aria-describedby="tooltip401113"/>

                    <div class="s_features_grid_content">

                      <h4>Accessories</h4>

                      <p data-original-title="" title="" aria-describedby="tooltip571265">Site tools | Drill bits - HSS / SDS / Drivers</p>

                    </div>

                  </div>

                </a>



Any help would be welcome.


You can see the website at https://paradigme.co.uk
0
Avatar
Annuleer
Mia amelia

Where you want to use this anchor text?

Carlton Shaw
Auteur

I want to use this in our web categories sections as a link on the buttons - see https://paradigme.co.uk/self-tapping-screws - these categories eventually get down to individual web categories, however, I want to use attributes as filters from a hyperlink, however, odoo doesn't seem to let me save the links with attributes in as shown above - do they contain unsupported characters or something?

Avatar
Odoology
Beste antwoord

you can use &amp; instead of & in the link. Try this "/shop/category/anchors-resins-mortars-84?category=84&amp;search=&amp;attrib=&amp;attrib=&amp;attrib=156-1618"

0
Avatar
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
Default country of the delivery address for non-registered Opgelost
v14 HTML/CSS
Avatar
Avatar
Avatar
Avatar
3
mrt. 22
4176
[V14] Odoo - My Website
website v14 HTML/CSS
Avatar
0
feb. 22
3096
Website Colour Change
custom website_builder HTML/CSS
Avatar
0
nov. 21
2225
How to fix Mail Template
error mailtemplate HTML/CSS
Avatar
2
sep. 20
5523
Editing HTML/CSS/JS of Quotation Template Odoo 15.0 Opgelost
edit Template Quotation HTML/CSS
Avatar
Avatar
1
nov. 21
5772
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now