Magento Expert Forum - Improve your Magento experience

Results 1 to 4 of 4

Dividing the cart page into multiple pages.

  1. #1
    New member Kishore's Avatar
    Join Date
    Dec 2015
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Dividing the cart page into multiple pages.

    I am asked to create a mobile theme without using any responsive theme.
    So I have created a custom mobile theme by copying the magento's "iphone" theme to my package and modifying it.
    i.e. app/design/frontend/mypackage/iphone

    In the cart.phtml Page(http://www.example.com/mystore/checkout/cart/) there are following items...
    1.product lists which are added to cart.

    2.Delivery method choose (country, post-code). On selecting it shows "Delivery options dropdown related to the country and postal code".
    i.e. $this->getChildHtml('shipping'); //webshopapps/productmatrix/checkout/cart/shipping.phtml

    3.Subtotal, Tax, Total price (changes according to Delivery method).
    i.e. $this->getChildHtml('totals');

    4.Payment method(paypal, amazon, credit-card checkout)

    All are present in the single page and from this page the checkout page is redirected ,where the billing address,delivery address,payment details are present.

    I am asked to divide it into four pages.Like..

    1.product listing with a checkout button.

    2.On clicking this button it will redirect me to a page which have the log in form for customer or guest. and a delivery option button.

    3.On clicking the button it will redirect me to a page which have the Delivery option. total, tax etc with a payment button.

    4.On clicking the payment button it will redirect me to the payment method page..
    and finally from this page to checkout page,where the billing address,delivery address,payment details are present in one page.

    So basically I want to divide the cart.phtml page into 4 pages before going to checkout page. Please suggest how it can be possible ?

    Thanks.

    View more threads in the same category:


  2. #2
    Junior Member
    Join Date
    Jan 2016
    Location
    Miami, Florida
    Posts
    22
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Hey, if you want to divide all this stuff into 4 pages, you can do it in two ways:
    1. make or find a module which can do it automatically.
    2. create CMS pages and then write in the content data of all these four pages manualy.

  3. #3
    Junior Member
    Join Date
    Sep 2018
    Location
    Canada
    Posts
    873
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    First, open the PDF file that you want to break into different parts. Click on the Tools pane, Pages panel and select the Split Document command. The Split Document dialog allows you to control the split by the number of pages in a file, file size, or by top-level bookmarks.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •