Jump to content

MARIO AWNA

Member
  • Posts

    65
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by MARIO AWNA

  1. On 5/21/2015 at 9:38 AM, havenswift-hosting said:

    WordPress can integrate in two different ways with applications like CubeCart - either with CubeCart as the front end using WordPress for a blog, or as a front end CMS with CubeCart purely as the store (which is effectively what WooCommece does).

    WooCommerce is a plugin written using the WordPress framework and can therefore use the WordPress active theme.  You can get a similar setup by doing a little more work and we have done this for quite a few customers where we have developed a matching WordPress theme and CubeCart skin.

    We are also in the middle of writing a CubeCart plugin that interfaces to the WordPress API to extract information such as blog posts, testimonials etc and display these within CubeCart - giving a completely integrated system.

    if you are interested in seeing examples, then please let me know and they can be supplied

    Thanks

    Ian

    Hi Ian. Please send example. I am very interested. Thank you

  2. Hi all. 

    I am using stripe for a while now with no issue.

    The only thing I am looking for is for the ability to have digital wallets to be executed during the payment.

    E.g. instead of needing to input the credit card details- either google pay or apple pay would be triggered on mobile phone transactions.

    Is this available now on the cubecart-stripe integration?

    Thank you.

  3. On 7/10/2015 at 10:06 PM, onebrowncow said:

    Following on from comments from Dirty Butter in another thread I have added a very simple Continue Shopping button to the basket pages which appears alongside the grand total line in larger views and as a single bar across the screen in a mobile view. It just redirects back to the home page which is fine but if you proceed from index.php?_a=basket to index.php?_a=confirm and use the continue shopping link any data added in the customer information fields will be lost.

    So the solution I am after is a way of hiding the button on any pages other than the _a=basket page. I'm not great with php but is it possible to wrap the button div in an {if}  {/if} statement using the _a=basket to identify the page you need the button to appear on and to control the pages on which the div would not appear on?

     

    The following code was added to content.checkout.medium-up.php (a slight variation added to content.checkout.php for the button to appear on the small screen)

    
    <div class="button secondary small-7 columns show-for-medium-up"><a href="{$STORE_URL}" target="_self">
    Continue Shopping</a></div>

    continue-shopping.thumb.jpg.b1fefecbb1ea

     

    Hello. Can you tell me what codes should I use to achieve this look with the "CONTINUE SHOPPING"

    - content.checkout.php

    - content.checkout.medium-up.php

     

     

    Thank you.

  4. Hello. Is there an existing html code that can be used to extract the actual freight cost that will be computed by "all in one shipping" I.e. using customer postcode and weight?

    I would like to add as a link so customer can get estimate before making an order.

     

    Thanks

    Regards

    Goffrey 

×
×
  • Create New...