Jump to content

Tuba

Member
  • Posts

    25
  • Joined

  • Last visited

Posts posted by Tuba

  1. Hi I am running on an old version 3.x and I am having difficulties accessing the database and I can't find a config file. does one exist of Cubecart and if so where can I locate it please.

     

    If not what file control the username and passwords.

  2. Failing to connect to the mail server at localhost tells me that your hosting provider does not have a mail server for your scripts to use, has turned it off, or has a problem with it.

    Your hosting provider should have given much better instruction on what is available to your scripts and what settings to use.

    If your hosting plan states you have the ability to send email, then what you have entered in the admin screen is almost complete: change to SMTP method, and choose Use Authentication = yes. Also, go back to port 25. Remove the edit you made to the file.

    If your hosting provider does not have a mail server for you as part of your hosting package, then you must find another. A good candidate is the company where you have your own email at. You will need to contact them for the settings if you don't have them already.

    The file php.ini is generally not available for hosted customers to access or modify, though some providers allow you to create a php.ini file that will add to or override the settings in the main file.

    It is somewhat strange that CC3 said the mail got sent, but not totally erroneous in what is to be expected. I would have to double-check the code.

    Hi Bsmither thanks for your reply, I changes the general setting control to be smtp and smtp port back to 25 and everything is now working.

    Many thanks for your help.

    :rolleyes:

  3. Hi I have a situation that if a customer has forgotton their password and request it providing their email they get this warning:

    "Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in E:\Domains\teagownsandtextiles.co.uk\wwwroot\store\upload\classes\htmlMimeMail.php on line 706:

    And a message as well saying for example

    Forgotten Password

    A new password has been sent to [email protected].

    I can't find anyhwere php.ini and I tried to modify E:\Domains\teagownsandtextiles.co.uk\wwwroot\store\upload\classes\htmlMimeMail.php on line 706 with the addition of ini_set() and placed it here:

    $result = mail($to, $subject, ini_set(), $this->output, implode(CRLF, $headers)); but this did not work.

    Can anyone advise me what to do I am not a techo so please if possible make is simple.

    On the advise of my server company I made the mail part of general setting as per the attached. They suggested that if the feault smtp port of 25 did not work to maske it 49.

  4. Many have looked but no answers yet, hasn't anyone got any ideas how to solve this problem.

    Hi, I am operating on 3.0.15 but have same problem on all my versions in different stores.

    If I go into product option and in 3. Assign option & value to product section edit an item say change the price, then click Edit Product Options.

    On clicking the page does not change and eventually times out after several minutes.

    If I then go back a page in explorer I can see the edited update has taken place.

    However, in in another window I view the shopping cart I can see the price has changed in a matter of seconds.

    I am operating on a Windows Server, also there are no other problems like adding options.

    Website is http://www.gardenplanters.org.uk/store/upload/index.php

    Has anyone experienced this problem, if so is there a solution please?

    The error I get is:

    Fatal error: Maximum execution time of 120 seconds exceeded in E:\Domains\gardenplanters.org.uk\wwwroot\store\upload\admin\includes\auth.inc.php on line 47

    PHP Fatal error: Maximum execution time of 120 seconds exceeded in E:\Domains\gardenplanters.org.uk\wwwroot\store\upload\admin\includes\auth.inc.php on line 47

  5. Hi, I have just upload 3.0.20 and tried to disable Print Order Form, but I am getting this error message:

    MySQL Error Occured

    1264: Out of range value adjusted for column 'default' at row 2

    QUERY = UPDATE CubeCart_Modules SET `status`='0', `default`= '' WHERE module = 'gateway' AND folder = 'Print_Order_Form'

    I have done several cubecart but this is the first time i have had this problem.

    Has anyone got any suggestions to get round the problem.

  6. I am attempting to change the "Tell a Friend" to "Enquire about this item" so that the form goes to the stores owner. It leads me to two points:

    1. On the product page e.g. http://coventrymotorcycles-co-uk.cherry.pr...amp;productId=6 on my developing site how can I change the "Tell a Friend" hyperlink wording to say "Enquire about this item".

    2. Based on another forum Item I have modified some of the details on the "Tell a Friend" hyperlinked page e.g. http://coventrymotorcycles-co-uk.cherry.pr...amp;productId=6 by on the page:

    language/en/lang.inc.php changing some of the code below the code: $lang['front']['tellafriend'] = array( on line 1891

    I would like to pre-load "Friends name and address" with the stores name and email address? does anyone know how i can do this. -uk.cherry.predns.net/bikes/index.php?act=taf&productId=6

    I am not a php programmer so please assume I know little.

  7. Hi, I found this reply very useful, I am trying to do something slightly different:

    I am attempting to make the form an Enquiry Form to go back to the Store Owner about a product. It leads me to two points:

    1. Can I preload the "Friends name and email address" with the stores name and email address? If so so how?

    2. On the product page e.g. http://coventrymotorcycles-co-uk.cherry.pr...mp;productId=11 on my developing site how can I change the "Tell a Friend" hyperlink wording to say "Enquire about this item"

    How you can help.

  8. Hi,

    When I try to delete a product option attribute I get this message:

    Fatal error: Maximum execution time of 120 seconds exceeded in E:\Domains\conservatorycanefurniture.co.uk\wwwroot\canestore\admin\includes\auth.inc.php on line 46

    Ialso get the same message it i try to delete Option Name or an Assigned Option.

    Anyone got any ideas. I am operating 3.0.17 on a Windows Server.

    I have contacted my Hosting company and they have reported the following:

    "We have investigated your issue and it seems that when we delete that particular product, there is a query goes to MySQL database to delete that particular object or product but we have monitor it and query pending in sleep mode.

    We suggest you to please check coding."

  9. Hi,

    I have changed a shop from free shipping to Fixed Rate shipping, but when I check the basket on a test, the shipping cost is showing as na.

    I did this today, is there some time delay before the feature works? or do i have another problem that needs fixing, if so any suggestions please.

  10. Ok I get all this for the most part adding options and/or attributes can or will affect the price from the base price listed . So that if i am selling a T-Shirt for 10.00 dollars and the added option or attribute cost is to add 4.00 dollars to the base price shown that at check out ending in costing 14.00 dollars for the T-Shirt . My question is :: Is there a way to make it so that the customer can actually choose if they want that option or attribute ? Or am i missing some thing or maybe my setup is not right . And thank you for the link on the setting up of the options and attributes i have read that and it was very good but even there is does not address my question/problem . I would like to be able to have the customer be able to choose a color and what type of logo they would like but i am not sure is that is even possible . Any help would be greatly appreciated . I have looked and did not see this issue adressed any where else so i thought it best to start here where some what of the issue is being adressed already . I hope i am right in my posting here about this issue i do not mean to side track this string .

    Does it work like this:

    + which adds the attribute price to the basic price

    – subtracts the attribute price from the basic price

    NA means the attribute price is the price of the product with that attribute.

    Spot on... :cry:

    You may also like to have a quick read of the documentation over at cubecartforums.org... they have some step by step set up guide on product options...

  11. hi Iam a relative newbie, Iam trying to understand what the + -NA options do on the assign Options section, I have viewed the Tutorial but i am still confused.

    Does it work like this:

    + which adds the attribute price to the basic price

    – subtracts the attribute price from the basic price

    NA means the attribute price is the price of the product with that attribute.

    Any advise would be appreciated

  12. Hi,

    I have searched but not found anyone reporting my problem, I am new to Cubecart using version 3.0.15.

    When editing a product I make the changes but when I click to make the changes I get this message:

    Fatal error: Maximum execution time of 30 seconds exceeded in E:\Domains\gardenplanters.org.uk\wwwroot\store\upload\admin\includes\auth.inc.php on line 47

    Is this a Cubecart problem or have i to ask my shared windows sever to do something.

    Any ideas or suggestions please.

  13. Hi,

    I am a newbie and currently have a store that calculates shipping cost by weight. Using cubecat version 3.

    The view cart screen shows shipping cost as Zero (0) but if you proceed through towards payment the shipping costs are displayed.

    Does anyone know of a mod, preferably Free that will display the shipping cost in Cart view. There are no complications in respect of varialble tax etc. all deliveries are with the United Kingdom.

  14. Hi

    I found this thread very useful.

    I am sure I am missing something basic, I have just installed for the first time at http://www.riversanimalhousing.co.uk/store/upload/index.php. When I test adding an item to the cart and view it it does not display the shipping cost but (n/a) I have on each product added its weight in kg and on the shipping page only have enabled shipping by weight and the following:

    status: enabled

    zone 1 countries: GB

    zone 1 handling fee: 0

    zone 1 shipping first class: 30:25.00,40:35.00,50:45.00,500:100.00

    Can anyone suggest what I have done wrong or have missed.

    I am using CubeCart_3.0.15

    PLEASE IGNORE THIS POST - Although the shopping cart did not show the shipping cost, when I tested going through to payment it did show it and add it to the totsal price to pay. I must say it is a bit confusing that shipping cost do not show until the later stage.

    Dont forget, tax and shipping cost are shown in checkout step4 only by default. If you want to show it in any of the previous steps you have to use mod - modification.

    The reason it shows in step4 is simple - customer is logged in and customer location is known. Tax + some shipping modules are related to customer location :)

    As a complete Newbie what is and how do Iuse Mod - Modification When Idownloaded CubeCart 3.0.15 I had two other folders that as yet Ihave done nothing with they are: Changelog and Upgrade it it something to do with them?

  15. Hi

    I am sure I am missing something basic, I have just installed for the first time at http://www.riversanimalhousing.co.uk/store/upload/index.php. When I test adding an item to the cart and view it it does not display the shipping cost but (na) I have on each product added its weight in kg and on the shipping page only have enabled shipping by weight and the following:

    status: enabled

    zone 1 countries: GB

    zone 1 handling fee: 0

    zone 1 shipping first class: 30:25.00,40:35.00,50:45.00

    Can anyone suggest what I have done wrong or have missed.

    I am using CubeCart_3.0.15

    PLEASE IGNORE THIS POST - Although the shopping cart did not show the shipping cost, when I tested going through to payment it did show it and add it to the totsal price to pay. I must say it is a bit confusing that shipping cost do not show until the later stage.

  16. Hi

    I found this thread very useful.

    I am sure I am missing something basic, I have just installed for the first time at http://www.riversanimalhousing.co.uk/store/upload/index.php. When I test adding an item to the cart and view it it does not display the shipping cost but (n/a) I have on each product added its weight in kg and on the shipping page only have enabled shipping by weight and the following:

    status: enabled

    zone 1 countries: GB

    zone 1 handling fee: 0

    zone 1 shipping first class: 30:25.00,40:35.00,50:45.00,500:100.00

    Can anyone suggest what I have done wrong or have missed.

    I am using CubeCart_3.0.15

    PLEASE IGNORE THIS POST - Although the shopping cart did not show the shipping cost, when I tested going through to payment it did show it and add it to the totsal price to pay. I must say it is a bit confusing that shipping cost do not show until the later stage.

  17. Hi

    I am sure I am missing something basic, I have just installed for the first time at http://www.riversanimalhousing.co.uk/store/upload/index.php. When I test adding an item to the cart and view it it does not display the shipping cost but (na) I have on each product added its weight in kg and on the shipping page only have enabled shipping by weight and the following:

    status: enabled

    zone 1 countries: GB

    zone 1 handling fee: 0

    zone 1 shipping first class: 30:25.00,40:35.00,50:45.00

    Can anyone suggest what I have done wrong or have missed.

    I am using CubeCart_3.0.15

×
×
  • Create New...