Jump to content

xpert

Member
  • Posts

    21
  • Joined

  • Last visited

Posts posted by xpert

  1. seems in CC6 customer get too many emails from us

    Seems that customer gets 7 emails from us with every order

    • a confirmation of order
    • a confirmation that their order is booked in
    • confirmation of order processed
    • confirmation of payment received
    • confirmation that order is now complete
    • and this is on top of any email they get from paypal if paying paypal
    • and the email they get from courier company

    I understand last 2 are out of our hand but can someone suggest how at least first 2 can be combined and stop "order processed" email?


     

  2. we was recently hacked. someone placed code in controllers folder file to redirect google traffic
    also a suspicious hook added
    Can someone help me with some specific questions:

    1)is there a security patch released since 6.0.0 version

    2)is it possible to secure "admin" folder using htaccess and htpwd method?

    3)is there a way to allow only few Fixed static IPs to access admin panel

    Many Thanks,
    Ash


     

     

  3. We've had a couple of people saying that the quantity doesn't update if you try to update the quantity at checkout, that it just reverts back - I think this is because people are not noticing the update basket button at the bottom. They just enter more quantity and click on checkout

    Is there some way we can make it so that it automatically updates basket when they change figure?
    OR
    add a update button on side of each of quantity input type?

    OR
    track someway which say you edited quantity but does not click "Update Basket"

    we are OK to do custom coding,but looking for a shortcut or get start help ;)

     

     

     

  4. we are using plugin https://www.cubecart.com/extensions/payment-gateways/sagepay-form#fndtn-documentation

    version 1.0.0 (I see 2 new versions available but nothing major was changed)

    My question is :

    which version of Sagepay protocol this plugin uses as sagepay people says we need to upgrade to 3.0 before 31st July ,see

    https://www.sagepay.co.uk/support/find-integration-document/migrate-to-v3

     

    any help will be really appreciated,can we contact Plugin/Module author?

     

     

  5. We noticed, Agree to TOS is available to only new users when they place first order or guest checkouts (see attachment)

    we need this option must be checked for any orders (Like old users login and placing order)

    is there a setting or shortcut to do this without custom code?

     

    ATT03743.png

  6. * CubeCart believes the form submission is in a session that does not have a user "logged in"

    my error_log file has this

    [27-May-2015 14:40:29 UTC] PHP Warning:  Stored session data did not match DB record. Session aborted as possible session hijack. Old IP Address: '86.132.19.62' New IP Address: '86.132.19.62' Old User Agent: 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36' New User Agent: 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36' in /home/subliprinting/public_html/shop/classes/session.class.php on line 650

     

    is this related to above?

     

    How I Fix this? (we have lot of error like this)

    Problem seems to be users who has saved login since we had CC3 as cookie and now website is CC6 ?

    is there a way to log out these old users automatically now (making cookies invalid by changing name of cookie etc.)

    any help will really help

     

     

     

     

  7. Finally our CC6 site go live yesterday after 4 years of living in old times of CC3 and hesitation in upgrading!
    Everyone likes it! Here is 1 small problem :

    Old Cubecart 3 used to have an option to give free shipping with a coupon (without giving any other discount),but seems to be missing in CC6

    any idea how we can solve this? any third party module or some idea on custom code will help a lot

  8. We need to add a new order status called "Booked In" (which admin set order to after it comes in) and this should be when stock should be changed.

    I was able to create new order status by giving it code 7 in const PAYMENT_BOOKED = 7; etc, but I need to find file in admin which execute the code which change stocks on admin action

    any help!

     

  9. we are looking for a Module to set "Volume discount by quantity"

     

    I know in CC6,I can go and edit each product and set but problem is we have 330 products and no one in office is willing to edit 1 by 1!

    is there a module or method to edit all of them quickly like a mass edit screen?

    alternate ,can we give volume discounts by category ?

  10. Thanks it helped a lot ,now all cc3 customers can login in cc6 but with a problem

    system force them to update address book but thrown a MYSQL error

     

    [02-Apr-2015 10:37:07 UTC] PHP Notice:  `hash` is not allowed as a key in 'CubeCart_addressbook' table! in /home/myweb/public_html/shop15/classes/db/database.class.php on line 849
    [02-Apr-2015 10:37:07 UTC] PHP Notice:  `status` is not allowed as a key in 'CubeCart_geo_country' table! in /home/myweb/public_html/shop15/classes/db/database.class.php on line 849

    I realized as we migrated customers table from CC3 to CC6 , there is no entry make to CubeCart_addressbook and CubeCart_geo_country tables?

    do CC6 enter a record of customer in CubeCart_addressbook when they first signup?

     

    any work around or help in this will really help us speed up migration!

     

    Ranika

     

  11. I guess it should be something simple I am missing but I do not see option to add custom fields(additional fields) in Products & category fields?

     

    For example I need to add a Field called "Pressing instructions" on iPad covers we are selling so want to add a field in admin to enter

     

    same for categories?

     

    I can probabbly add a field in database table and add some code to admin files to achieve that but was wondering if it already exists or any third party module ?

     

    Many Thanks,

    Ranika

     

     

  12. we are loving CC6 so far!

     

    we are upgrading and migrating to CC6 from years old CC3.

     

    in customers data ,we noticed new CC6 database table has additional "salt" column for each customer

     

    is it possible if we map tables of new CC exactly using old CC3 table, our old customer can login using old passwords they have?

     

    or any other method to migrate CC3 to CC6 customers?

     

    any help/hint will really help

×
×
  • Create New...