I'm getting
NOTE: This is a DEMO store-front. Orders placed here will NOT be billed, and will NOT be fulfilled message. Please suggest some way to remove it. Amandeep Singh Gill PS:-There is no Is Demo Store checkbox in store settings. |
Aman,
Edit the Product Store by going to Catalog --> Stores --> Click on the Store you want to edit Then set the 'Is Demo Store' flag to 'N' and update the store. This is not a checkbox. This is a dropdown. Hope this helps. Amit Shinde Amicon Technologies Pvt. Ltd., Mumbai, India. Aman Tur wrote: I'm getting |
sorry for not making myself clear. It may not be a check box but i'm not getting even "Is Demo Store" thing on this page (Catalog-> Stores->[my store]). I'm using OFBiz 3.0. Please refer to attached screenshot
Regards, Aman Tur On 7/25/07, Amit Shinde <[hidden email]> wrote:
-- Amandeep Singh Gill |
Oh ok. In that case, you will need to edit the
database record column 'isDemoStore' and set it to 'N' by writing a sql
script
OR If that field doesnt exist, you can search for this piece of code in the *.ftl email templates - "<#if !isDemoStore?exists || isDemoStore><p>NOTE: This is a DEMO store-front. Orders placed here will NOT be billed, and will NOT be fulfilled.</p></#if>" and remove it. You may be having a good reason to use OFBiz 3.0 (which is pretty obsolete). I strongly recommend you to move on to the latest trunk. The latest has a lot of goodies(updates) in it. Amit Shinde Amicon Technologies Pvt. Ltd., Mumbai, India. Aman Tur wrote: sorry for not making myself clear. It may not be a check box but i'm not getting even "Is Demo Store" thing on this page (Catalog-> Stores->[my store]). I'm using OFBiz 3.0. Please refer to attached screenshot |
I got this as latest. I will also like to have latest but I'm not able to
get it using Tortise SVN [i'm using Windows XP :-( ]. I got it from sourceforge.net If you can please help me to get latest source from svn trunk. Regards, Aman Tur On 7/25/07, Amit Shinde <[hidden email]> wrote: > > Oh ok. In that case, you will need to edit the database record column > 'isDemoStore' and set it to 'N' by writing a sql script > > OR > > If that field doesnt exist, you can search for this piece of code in the > *.ftl email templates - > > "<#if !isDemoStore?exists || isDemoStore><p>NOTE: This is a DEMO > store-front. Orders placed here will NOT be billed, and will NOT be > fulfilled.</p></#if>" > > and remove it. > > You may be having a good reason to use OFBiz 3.0 (which is pretty > obsolete). I strongly recommend you to move on to the latest trunk. The > latest has a lot of goodies(updates) in it. > > Amit Shinde > Amicon Technologies Pvt. Ltd., Mumbai, India. > > > Aman Tur wrote: > > sorry for not making myself clear. It may not be a check box but i'm not > getting even "Is Demo Store" thing on this page (Catalog-> Stores->[my > store]). I'm using OFBiz 3.0. Please refer to attached screenshot > Regards, > Aman Tur > > On 7/25/07, Amit Shinde <[hidden email]> wrote: > > > > Aman, > > > > Edit the Product Store by going to Catalog --> Stores --> Click on the > > Store you want to edit > > > > Then set the 'Is Demo Store' flag to 'N' and update the store. This is > > not a checkbox. This is a dropdown. > > > > > > Hope this helps. > > > > Amit Shinde > > Amicon Technologies Pvt. Ltd., Mumbai, India. > > > > > > Aman Tur wrote: > > > > I'm getting > > NOTE: This is a DEMO store-front. Orders placed here will NOT be > > billed, and will NOT be fulfilled > > message. Please suggest some way to remove it. > > > > Amandeep Singh Gill > > > > PS:-There is no Is Demo Store checkbox in store settings. > > > > > > > -- > Amandeep Singh Gill > > -- Amandeep Singh Gill |
Here is the link of Source Repository and Access
-
http://docs.ofbiz.org/display/OFBADMIN/Source+Repository+and+Access SVN path for trunk - http://svn.apache.org/repos/asf/ofbiz/trunk SVN path to OFBiz 4.0 - https://svn.apache.org/repos/asf/ofbiz/branches/release4.0 Also, I dont use XP but I DO know that Tortoise SVN should work for checkin out the codebase. Amit Shinde Amicon Technologies Pvt. Ltd., Mumbai, India. Aman Tur wrote: I got this as latest. I will also like to have latest but I'm not able to |
Administrator
|
In reply to this post by amantur
Sorry this ML does not support attachements
Jacques ----- Message d'origine ----- De : Aman Tur À : [hidden email] Envoyé : mercredi 25 juillet 2007 13:46 Objet : Re: Demo Store Message in checkout sorry for not making myself clear. It may not be a check box but i'm not getting even "Is Demo Store" thing on this page (Catalog-> Stores->[my store]). I'm using OFBiz 3.0. Please refer to attached screenshot Regards, Aman Tur On 7/25/07, Amit Shinde <[hidden email]> wrote: Aman, Edit the Product Store by going to Catalog --> Stores --> Click on the Store you want to edit Then set the 'Is Demo Store' flag to 'N' and update the store. This is not a checkbox. This is a dropdown. Hope this helps. Amit Shinde Amicon Technologies Pvt. Ltd., Mumbai, India. Aman Tur wrote: I'm getting NOTE: This is a DEMO store-front. Orders placed here will NOT be billed, and will NOT be fulfilled message. Please suggest some way to remove it. Amandeep Singh Gill PS:-There is no Is Demo Store checkbox in store settings. -- Amandeep Singh Gill |
Administrator
|
In reply to this post by Amit Shinde
Tortoise should work without any problems : I use it everyday...
Jacques ----- Message d'origine ----- De : Amit Shinde À : [hidden email] Envoyé : mercredi 25 juillet 2007 14:24 Objet : Re: Demo Store Message in checkout Here is the link of Source Repository and Access - http://docs.ofbiz.org/display/OFBADMIN/Source+Repository+and+Access SVN path for trunk - http://svn.apache.org/repos/asf/ofbiz/trunk SVN path to OFBiz 4.0 - https://svn.apache.org/repos/asf/ofbiz/branches/release4.0 Also, I dont use XP but I DO know that Tortoise SVN should work for checkin out the codebase. Amit Shinde Amicon Technologies Pvt. Ltd., Mumbai, India. Aman Tur wrote: I got this as latest. I will also like to have latest but I'm not able to get it using Tortise SVN [i'm using Windows XP :-( ]. I got it from sourceforge.net If you can please help me to get latest source from svn trunk. Regards, Aman Tur On 7/25/07, Amit Shinde <[hidden email]> wrote: Oh ok. In that case, you will need to edit the database record column 'isDemoStore' and set it to 'N' by writing a sql script OR If that field doesnt exist, you can search for this piece of code in the *.ftl email templates - "<#if !isDemoStore?exists || isDemoStore><p>NOTE: This is a DEMO store-front. Orders placed here will NOT be billed, and will NOT be fulfilled.</p></#if>" and remove it. You may be having a good reason to use OFBiz 3.0 (which is pretty obsolete). I strongly recommend you to move on to the latest trunk. The latest has a lot of goodies(updates) in it. Amit Shinde Amicon Technologies Pvt. Ltd., Mumbai, India. Aman Tur wrote: sorry for not making myself clear. It may not be a check box but i'm not getting even "Is Demo Store" thing on this page (Catalog-> Stores->[my store]). I'm using OFBiz 3.0. Please refer to attached screenshot Regards, Aman Tur On 7/25/07, Amit Shinde <[hidden email]> wrote: > > Aman, > > Edit the Product Store by going to Catalog --> Stores --> Click on the > Store you want to edit > > Then set the 'Is Demo Store' flag to 'N' and update the store. This is > not a checkbox. This is a dropdown. > > > Hope this helps. > > Amit Shinde > Amicon Technologies Pvt. Ltd., Mumbai, India. > > > Aman Tur wrote: > > I'm getting > NOTE: This is a DEMO store-front. Orders placed here will NOT be > billed, and will NOT be fulfilled > message. Please suggest some way to remove it. > > Amandeep Singh Gill > > PS:-There is no Is Demo Store checkbox in store settings. > > -- Amandeep Singh Gill |
I create a folder say c:\temp\ofbiz then i chose TortiseSVN --> Import and
paste "https://svn.apache.org/repos/asf/ofbiz/branches/release4.0" in it. It asks me for id/pwd i fill in my userid and password that i use to log in to ofbiz site, it keeps on showing id/pwd dialog again and again. If you can suggest some site where i can read the step by step instructions on using TortiseSVN it will be very helpful Regards, Aman Tur On 7/25/07, Jacques Le Roux <[hidden email]> wrote: > > Tortoise should work without any problems : I use it everyday... > > Jacques > ----- Message d'origine ----- > De : Amit Shinde > À : [hidden email] > Envoyé : mercredi 25 juillet 2007 14:24 > Objet : Re: Demo Store Message in checkout > > > Here is the link of Source Repository and Access - > http://docs.ofbiz.org/display/OFBADMIN/Source+Repository+and+Access > > SVN path for trunk - > http://svn.apache.org/repos/asf/ofbiz/trunk > > SVN path to OFBiz 4.0 - > https://svn.apache.org/repos/asf/ofbiz/branches/release4.0 > > > Also, I dont use XP but I DO know that Tortoise SVN should work for > checkin out the codebase. > > > Amit Shinde > Amicon Technologies Pvt. Ltd., Mumbai, India. > > > Aman Tur wrote: > I got this as latest. I will also like to have latest but I'm not able > to > get it using Tortise SVN [i'm using Windows XP :-( ]. I got it from > sourceforge.net If you can please help me to get latest source from > svn > trunk. > > Regards, > Aman Tur > > On 7/25/07, Amit Shinde <[hidden email]> wrote: > > > Oh ok. In that case, you will need to edit the database record > column > 'isDemoStore' and set it to 'N' by writing a sql script > > OR > > If that field doesnt exist, you can search for this piece of code in > the > *.ftl email templates - > > "<#if !isDemoStore?exists || isDemoStore><p>NOTE: This is a DEMO > store-front. Orders placed here will NOT be billed, and will NOT be > fulfilled.</p></#if>" > > and remove it. > > You may be having a good reason to use OFBiz 3.0 (which is pretty > obsolete). I strongly recommend you to move on to the latest trunk. > The > latest has a lot of goodies(updates) in it. > > Amit Shinde > Amicon Technologies Pvt. Ltd., Mumbai, India. > > > Aman Tur wrote: > > sorry for not making myself clear. It may not be a check box but i'm > not > getting even "Is Demo Store" thing on this page (Catalog-> > Stores->[my > store]). I'm using OFBiz 3.0. Please refer to attached screenshot > Regards, > Aman Tur > > On 7/25/07, Amit Shinde <[hidden email]> wrote: > > > > Aman, > > > > Edit the Product Store by going to Catalog --> Stores --> Click on > the > > Store you want to edit > > > > Then set the 'Is Demo Store' flag to 'N' and update the store. > This is > > not a checkbox. This is a dropdown. > > > > > > Hope this helps. > > > > Amit Shinde > > Amicon Technologies Pvt. Ltd., Mumbai, India. > > > > > > Aman Tur wrote: > > > > I'm getting > > NOTE: This is a DEMO store-front. Orders placed here will NOT > be > > billed, and will NOT be fulfilled > > message. Please suggest some way to remove it. > > > > Amandeep Singh Gill > > > > PS:-There is no Is Demo Store checkbox in store settings. > > > > > > > -- > Amandeep Singh Gill > > > > > > -- Amandeep Singh Gill |
Free forum by Nabble | Edit this page |