Not for official support
We do not provide technical support in this forum.
If you want to contact our customer support, please use our support form.
You are not logged in.
Hi Rat,
I have some questions pls;
1-In WeAsyst Shop-script i add new language (Arabic language) , after i made this addition and sellect the arabic Icon the front-end became arabic with right to lift dirction but the text align for category tree, main menu, special offer and categories brawsing horiz bar are still lift while i want to be right,
I tried with CSS file for theme but i can`t locate the specific codes to turn text align from lift to right for these bars!
2- the Add2cart icons is not shown in the arabic mode but its shown in the english ? How to show it ?
3- I want to move basket box on the front-end to other place but the webasys editor doesnt` move it to right or lift, its just allow to moving it up or down, How to move it to lift , How to do this ?
4- i have old orders databse, and i hope to importing it to new store to continue our services for current and new customers with same order number sequences, How to export then import the orders data ?
Thanks
Offline
1. Try using the direction property in CSS styles for those blocks.
2. See the user manual for Shop-Script on how to fix that: http://www.webasyst.net/support/shop/manual.html#Languages-and-translation
3. To create a new drag&drop landing area, switch to the WYSIWYG mode in the design editor and add the following code in the desired location:
<!-- cpt_container_start --><!-- cpt_container_end -->
4. There is no orders importing tool in Shop-Script; therefore, you have to try to import them using SQL queries directly to the Shop-Script database.
Offline
welcome rat,
I think that cash of browser doesn`t show the saved edits instantly! so i still make edits and refreshing page (F5) but i need 1 day to see changes !
Also the Add2cart icons is not shown in the arabic mode but its shown in the english ? How to show it ?
and i get some problems in frontend page layout when i use right 2 lift dirction mode! So can you see this picture pls :
http://forum.webasyst.net/uploads/15042_front-end.jpg
Thank you rat
Last edited by bremaxi (2012-02-07 14:04)
Offline
1. Clear your browser cache to see all changes right away.
2. What exactly is not clear about adding add to cart buttons in other languages as explained at the link a have posted in my previous comment?
3. You can create 2 storefront layouts for each of the 2 possible language directions: LTR and RTL. To enable automatic switching between the layouts, use the following condition in your design editor (and other templates, if necessary):
{if $lang_direction}
RTL layout here
{else}
LTR layout here
{/if}Offline