Jump to content

i.ahmed

Member
  • Posts

    65
  • Joined

  • Last visited

Posts posted by i.ahmed

  1. 9 hours ago, bsmither said:

    Can we know the name of the skin?

    I have tested with an option not coming from a set, and an option that did come from a set, and both behaved correctly.

    Thank you for going out your way to test it, I appreciate it!

    It gives me a clue to try and investigate the skin. It's a custom skin so something may have been missed I guess.

  2. Using the latest Cubecart version.

    Created option sets, created options, added to product.

    When viewing product on the front-end, the drop down shows as "--Please Select--", I was hoping for a default here, am I missing something?

     

    Capture.JPG

    Capture.JPG

  3. hi Adam

    As the plugin is free from our website, it would have been immediately available after you placed the "order" for it and checking your site, I see that you now have Zopim installed and working. We have a lot of people that have downloaded and are using this plugin so dont expect any issues at all, but any questions or problems please contact via a support ticket

    Thanks

    Ian

     

    Great little plugin, thanks for that.

     

    Small question, I'm new to Zopim, if I were to upgrade and therefore customize the widget, would the plugin update?

  4. Excellent observation. Yes, the shipping phrase (name/service and whatever) is stored in the order summary table at the time the order is made. A lot of data is stored in the order summary that was in effect at the time the order was made: prices, available options, methods of shipping and payment, etc.

     

    Great, can confirm it's fixed after getting a new order.

  5. First of all, congratulations on going live, one milestone achieved right there.

     

    Some points:

     

    ---------------

     

    1) I don't think a splash page is required, on visiting your URL the user shouldn't have to click again or wait for the redirect, remember, you've got 3 seconds on average to keep their interest before they click away.

     

    a) If your going to use the root for something else i.e forum or /blog with a link to /store then fine, otherwise I'd be tempted to move the store to the root directory, if the splash page is a holding page for other content, then for the time being do a 302 redirect to your store through your .htaccess file.

     

    ---------------

     

    2) On the store index, I feel like there's a clear call to action missing:

     

    a] There's a fading banner which doesn't link to anything, so IF I see a product I like, I cant go to it.

     

    b] If your trying to push Custom suits, you'd benefit more from having a single static image over a fancy fader which links to your custom suits page. It's a big billboard that does or says very little at the moment.

     

    c] Then below the large image/fader, potentially put some featured products here

     

    - So your targeting two audiences, those who want custom stuff can click through via your large image

    - Those who just want to buy your other items, can click through straight away without having to dig deep in the navigation, although its there if they need to use it.

     

    ---------------

     

    Good luck and I hope you do well.

  6.  

    I seem to not be paying much attention to what I am doing. Sorry.

    Was:
    'name'    => $ship_name.': '.$data['name'],
     
    Now:
    'name'    => $data['name'],

     

    I'm struggling with this a little:

    $value    = array(
    'offset'    => $offset,
    //'name'    => $ship_name.': '.$data['name'],
    'name'      => $data['name'],
    'value'     => $data['value'],
    'tax_id'    => $data['tax_id'], // Kept for legacy
    'tax'       => $data['tax']
    

    I've made the change but I'm still getting the shipping name:

     

    2nk1w2.jpg

     

    Or is that because this order has already been place and I need to wait for the 'next' order?

  7. *another mailchimp question*

     

    Was wondering if anyone can chime on in this one...

     

    You can assign users to a mailchimp list if someone sends you a payment via Paypal. I was hoping we could use the fact that Cubecart integrates with Paypal to accomplish a Mailchimp sign-up but I'm seeing this:

     

     

    If you've set up a shopping cart system that processes transactions through PayPal, our integration may not be the best choice for adding buyers to your list. Each PayPal transaction can have only one notification URL, and most shopping cart systems send a transaction-specific URL to PayPal so you can track payments in the shopping cart program. This overrides the MailChimp IPN needed for the PayPal account.

     

    http://kb.mailchimp.com/integrations/other-integrations/integrate-paypal-with-mailchimp

     

    I'm guessing there's no other way round it?

  8. As for using https storewide.  To me, it just seems the right way to go.   Any comments and suggestions - good and bad - are welcome.  I do know in IE7 my magnify glass in the search box is covering the wording, but I don't know how to fix it. 

     

    Good decision on the https as Google factors this in and gives "some" weight to your seo rankings: source

     

    As for IE7, I probably wouldn't worry too much about it (but take a look at your Google Analytics first!) as based on your traffic, you may have next to zero percent who use that version, definately is for my site, but each ecommerce store is different. Microsoft announced they too will end support for IE7 & 8 in a year and few months: source

  9. I'm on version 5.2.13

     

    I got this today for:

     

    Gateway PayPal_Pro

     

     

    Response received TIMESTAMP=2014%2d12%2d07T06%3a15%3a31Z&CORRELATIONID=51b18e8fb6ffe&ACK=Failure&VERSION=112&BUILD=14107150&L_ERRORCODE0=10525&L_ERRORCODE1=10413&L_SHORTMESSAGE0=Invalid%20Data&L_SHORTMESSAGE1=Transaction%20refused%20because%20of%20an%20invalid%20argument%2e%20See%20additional%20error%20messages%20for%20details%2e&L_LONGMESSAGE0=This%20transaction%20cannot%20be%20processed%2e%20The%20amount%20to%20be%20charged%20is%20zero%2e&L_LONGMESSAGE1=The%20totals%20of%20the%20cart%20item%20amounts%20do%20not%20match%20order%20amounts%2e&L_SEVERITYCODE0=Error&L_SEVERITYCODE1=Error

     

    Then it looks like the customer tried to use Paypal Express after this failed and its showing in the order under Transaction Log:

     

    Transaction ID     Status                   Amount      Gateway                                      Date/Time           Notes
                                Not Available        £0.00         PayPal Express Checkout          Today, 06:15

  10. I'd recommend looking at your .htaccess file.

     

    I'm betting the developer has over optimised the htaccess file to crazy cache everything for a long period of time, this can cause headaches when adding / removing items to the basket etc.

  11. How would you like to receive the feedback?

     

    I'd like the email to simply send the customer a message (preferably html email so to match our branding / signature)

     

    To capture feedback, I'd like to include a simple fixed url in the email (powered by https://getkudos.me/), this allows customers to write a review and submit it by sharing to either FB or Twitter, far more useful for generating exposure, they also offer a widget which we can embed into our stores.

  12. Ah brill that actually works, although has highlighted another issue for me.

     

    Other results are appearing such as:

     

    green contact lenses

    blue gown

     

    I guess, we need a way to JUST serve products containing keyword:

     

    "blue" & "lenses"

  13. I have products examples:

    Dresses
    Suits
    Contact lenses

    I'm trying to do a site search for:

    blue contact lenses

    Results bring up blue contact lenses first, then everything else such as blue dresses etc etc afterwards.

    Any tips?
     

  14. Noodleman has said he will further enhance the plugin. He will create an internal ticket to have this improved in the next release and is looking to release it soon.

     

    Would recommend his products, great service.

     

    Thanks bsmither for taking the time out to help

  15. In your case, however, you are asserting that you only have one option group for this product - Size. On the surface, dealing with one option group and including or not including the values for this single option group should be simple.

     

    I have one option group only.

     

    Size = XS, S, M, L, XL

     

    How do I go about shutting off all options that = 0 across the board?

  16. But the issue with not showing option combinations that are not available, this is tricky because the current method is to show each option separately - not as a grid.

     

    Yep, the issue is with product option combinations that are not available, CC hides the "product", I'm just wondering if we can make CC set the value of "status" from 1 to 0, this would then solve the matter (for me) of hiding product combinations that are out of stock.

     

    I've manually set it to 0, and this hides product option XL on the store front, only showing the other sizes which are available to purchase.

     

    The status set to 0 is for the "product option" not the "product" itself.

  17. Can anyone help with an SQL query that would:

     

    Select table CubeCart_option_matrix

     

    Check to see if a product has:

    stock_level = 0

     

    If 0,

    make status 0

     

    Therefore hiding that option on the front-end?

     

    21c5k44.jpg

     

    Would be great to auto run that if possible right after inventory is updated.

     

    It would save a lot of time of having to go into each product and turning them off 1 by 1

  18.  

    BACKUP ALL FILES then try:

     

    in the classes/ssl.class.php file after;

     

    $page = $GLOBALS['config']->get('config',
    'ssl_url').str_replace(CC_ROOT_REL, '/',
    $_SERVER['PHP_SELF']);

    add:

     

    $page = str_replace('index.php','',$page);

     

     

    change the .htaccess file:

     

    RewriteRule ^(.*).html?$ index.php?seo_path=$1 [L,QSA]

    to

    RewriteRule ^(.*).html?$ ?seo_path=$1 [L,QSA]

    and also add:

    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.YOURDOMAIN.com/$1 [R,L]

    (note), you may need to redo this when upgrading cubecart.

×
×
  • Create New...