Hi, did you solve this problem?
Hi @jasonac91 !
Itโs been months that I canโt figure out how to NOT create anonymous profiles, also tried many different configurations and hooks, but still here.
I use drupal 10.3, commerce 2, and anytime that I create an order with billing and shipping profile, (logged in), a it creates 2 profiles attached with user (perfect correctly) and it creates another 3 profiles, with same information attached with Anonymous user.
I will be more than glad to share any information as possible with you!
Please let me know how I may help!
Regards,
Camila F.
alicacwb โ created an issue.
Hi @majmunbog !
If I may help with documentation, please let me know how.
Regards,
Camila F.
alicacwb โ created an issue.
Nothing... I did it creating a "font_style.css" into my css folder and I load it into gssolar.libraries.yml.
DONE! :)
font_style.css
/* quicksand-500 - vietnamese_latin-ext_latin */
@font-face {
font-family: 'Quicksand';
font-style: normal;
font-weight: 500;
src: url('../fonts/quicksand-v29-vietnamese_latin-ext_latin-500.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/quicksand-v29-vietnamese_latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/quicksand-v29-vietnamese_latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/quicksand-v29-vietnamese_latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
url('../fonts/quicksand-v29-vietnamese_latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/quicksand-v29-vietnamese_latin-ext_latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
font-display: swap;
}
gssolar.libraries.yml
global:
css:
component:
css/main.css: {}
<strong> css/font_style.css: {}</strong>
# Font libraries
font.quicksand:
version: VERSION
css:
theme:
https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap: { type: external, minified: true }
fonts/quicksand.css: {}
alicacwb โ created an issue.
Hello @majmunbog!
Thank you very much for your help, I confirm it works! :)
Best regards,
Camila
Hello @majmunbog!
Thank you so much for your fast reply! :)
I will gladly review the Merge Request, but I have never done it before.
May I ask for some guidance to do so? :)
I saw into the link "https://git.drupalcode.org/project/belgrade/-/merge_requests/18/diffs#b7..." into tab "Changes" that two files were modificated.
- inclโudes > regioโn.incโ
- templateโs/layoutโ > region--top-โbar.html.twigโ
Should I report manually those changes into my files and verify if the problem is solved? I am right?
Thank you in advance,
Camila F.
alicacwb โ created an issue.
Hi.. many years later, I have the same question, but cannot find the answer.. :(