Sayuri Shop
Did you get redirected? Well then it's probably to this page! You we're probably redirected here to fill out a confirmation form, to check you're Hibiscus cart or to follow instructions on how to buy from AliExpress. Just click the "Back to shopping" button to go back to Hibiscus!
Instructions
These are the instructions on how to buy directly from any website:So the item is in an .acsr file. What do I do and how do I buy it? Lets continue from where we left off:5. Please save your chosen accessories to you're device and insert the .acsr file in here:
.acsr file hereWeโll show your outfit links by category.
6. If you've made it this far it means you've made it! You've encrypted the .acsr file and you can now buy any item you want. Enjoy you're shopping haul! :)
.shpcart file hereWe'll show the items in your cart with names, codes, and images.
Catalog #: ${value.catalog}
View Item`; title.style.marginBottom = '0.5rem'; const img = document.createElement('img'); img.src = value.image; img.alt = key; img.style.width = '120px'; img.style.borderRadius = '3px'; li.appendChild(title); li.appendChild(img); list.appendChild(li); } document.getElementById('drop-zone').style.display = 'none'; document.getElementById('file-btn').style.display = 'none'; document.getElementById('result-box').style.display = 'block'; } catch (err) { alert('โ ๏ธ Invalid .shpcart file format.'); } }; reader.readAsText(file); } document.getElementById('file-input').addEventListener('change', function () { const file = this.files[0]; if (file) handleCartFile(file); }); document.getElementById('file-btn').addEventListener('click', () => { document.getElementById('file-input').click(); }); const dropZone = document.getElementById('drop-zone'); dropZone.addEventListener('dragover', (e) => { e.preventDefault(); dropZone.style.background = 'rgba(0, 0, 0, 0.1)'; }); dropZone.addEventListener('dragleave', () => { dropZone.style.background = 'rgba(0, 0, 0, 0.05)'; }); dropZone.addEventListener('drop', (e) => { e.preventDefault(); dropZone.style.background = 'rgba(0, 0, 0, 0.05)'; const file = e.dataTransfer.files[0]; if (file) handleCartFile(file); });
Instructions
These are the instructions on how to buy directly from aliexpress:So the item is in an outfit. What do I do and how do I buy it? Lets continue from where we left off:5. Please save your chosen outfit to you're device and insert the .outf file in here:
.outf file hereWeโll show your outfit links by category.
6. If you've made it this far it means you've made it! You've encrypted the .outf file and you can now buy any item you want. Enjoy you're shopping haul! :)