

henryluiz
Member-
Content Count
57 -
Joined
-
Last visited
Everything posted by henryluiz
-
thank you ...I will look at the idea of out of stock. Thanks for your help
-
Hi, i have done some searching and cannot find this option. Is there a way to replace the products prices of 0.00 with the text Call. the cart must still be updated and emailed to supplier regards Henry
-
HI, I am looking for an extension/module that will allow me to set up on a per product code per region cost. IE Product code SW shipped to region 1 cost $50.00 Product code SW shipped to region 2 cost $100 depending on product code and region will determine shipping cost..see table attached appreciate the help
-
Hi Alex, Any progress on the mod development regards Henry
-
Hi Noodleman How is your work load progressing? I have attached a requirements document as a start. Please let me know if we can progress with this mod shippingspec.xlsx
-
Hi I have installed the free Per Category mod . I have enabled the mod, setup Australia as a country. I setup a $20.00 shipping fee for the category. when i purchase and add to basket. It shows $0.00 per category. It seems very simple to setup but I must be missing something. https://www.cubecart.com/extensions/shipping-methods/per-category Web site is www.clbls2.com.au/henry Appreciate any help regards Henry
-
Hi, Any ideas why this does not wotk
-
in settings..admin...general tab ...geo settings ...country set to Australia.
-
thanks for the reply.....will wait to then
-
Hi Noodleman how is your schedule going.... Still looking for someone to develop this mod......if there are no takers I will need to consider other options.
-
HI, Any developers out there that can help with this mod. I also believe that once developed this can be sold on the CC extension market. Appreciate help..
-
Hi Bsmither, Thanks you saved my skin again
-
Web site is https://www.gforceproducts.com.au/online After adding to basket the all in one shipping mod adds a default shipping cost to the basket. (I think it chooses the shipping cost that is the lowest value) This change chances once the customer logins in or adds a billing address. This is confusing to the customer. Is there a way to set default to the value zero and only when the customer logins n or enter billing address the correct cost is displayed based on state
-
HI, any feedback to the above regards Henry
-
Hi Noodleman Thanks for the prompt reply. I wish I had the knowledge to do this myself...but scared I could break something..... Before I get back to my client (on the month delivery), could u recommend any one else to develop the mod.
-
Hi Noodleman Thank you for responding. Please could you proceed with the shipping rate table mod. How do I pay you I have attached a sample of the rate table. The cart must use the product code prefix eg GF-xxxx or DSW-xxx and County in the billing address to lookup the table for the rate. If there is no match for product code then a message must be displayed on the cart "Please phone for shipping quote" Let me know if you need any further info and do u have an estimate time. The url is http://www.clbls2.com.au/gforce/online/ regards Henry Freight Costs.xlsx
-
Hi, Thanks....let me check with my customer....will get back to you
-
to add if the product code is any other code the message must be displayed on cart saying "Please call for shipping cost" any feedback on cost to develop this mod
-
Hi Yes product prefex eg FG-606.XX or SW-XXXX What would the cost be to develop a mod to do this?
-
if product code FG or SW or SL and posted to New South Wales cost would be $50 if product code DSW and posted to New South Wales cost would be $65 shipping would need to look for product code starting with a FG or SW or SL or DSW check against list of County code for Australia on the billing address and add the postage rate as per above table. Is this the info u need
-
Hi, Yep me....since i moved CC v4 to Centos v6.5 the login timeout for CCv4 users and admin has changed. Is there a way of disabling this timeout Appreciate your help on this unsupported version of CC4. I am working on migrating to CC v6 but my client requires extra time before this can happen.
-
Hi Ian, Thanks for getting back to me I have documented the changes and will be asking the client for sign-off acceptance. ....what would be the best way to start communications......through the forum or another way
-
okay that's done it.....I manage to convince my client to upgrade. I now need a developer that will be part of my journey to convert her customization cc4 to cc6. How would be the best way to find a developer?
-
I think it is controlled in the classes/session/cc_session.php file at function destroySession($sessionId) { ## removed to keep basket data $this->set_cc_cookie(CC_SESSION_NAME, '', time()-3600); $this->set_cc_cookie('username', '', time()-3600); $this->set_cc_cookie('password', '', time()-3600); $data["customer_id"] = '0'; $update = $this->db->update($this->glob['dbprefix']."CubeCart_sessions", $data,"sessId=".$this->db->mySQLSafe($GLOBALS[CC_SESSION_NAME])); return ($update) ? true : false; I do not know enough on coding. is there a way to disable the destroy session function cc_session.php
-
Hi, I have the attached in ccv4 sessions table....timestart timelast ...may be a clue, but I do not know what these values are...see attached an idea I also notice that something clears the entries in the sessions table. when this happens the user get log off