Results 1 to 10 of 13

Threaded View

  1. #9
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Help Query - How can I clone a Cart to have a different set of items

    I presume you will want the dealers cart link from the Dealers Room page, and the art show cart link from the Art Show page?

    When you go to any of those categories, there will be no way to get to the others without actually entering the URL in the address bar; this should be good for your purpose.

    BTW, I noticed some invalid HTML (broken code)
    Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">
      <tr>
    
     <td id="navColumnOne" class="columnLeft" style="width: 150px">
    <div id="navColumnOneWrapper" <style="width: 150px"></div></td>
        <td
    <!-- bof upload alerts -->
    
    <!-- eof upload alerts -->
    These tags are left open, due to some prior editing, possibly in tpl_main_page.php, or maybe column_left.php?

    Actually, this
    <div id="navColumnOneWrapper" <style="width: 150px">
    is supposed to be one div tag. Somebody inserted a < before the style attribute.
    <div id="navColumnOneWrapper" style="width: 150px">
    Last edited by gjh42; 12 Jan 2012 at 04:22 PM.

 

 

Similar Threads

  1. v139h how many Flate rate clone can i have?
    By tony_sar in forum Addon Shipping Modules
    Replies: 3
    Last Post: 18 Apr 2012, 02:21 PM
  2. How to create a Cart with a different set of items
    By rarpsl in forum Basic Configuration
    Replies: 0
    Last Post: 13 Dec 2011, 06:05 AM
  3. Can I have two different checkout methods dependent upon the qty of items in cart?
    By kbascombe in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 28 Aug 2009, 05:28 PM
  4. How do i set shipping cost of different products and its different items?
    By jinit in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 4 Feb 2009, 09:23 PM
  5. How to Set Different Shipping Price for Different Items
    By metakomm2 in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 2 Jan 2007, 05:33 AM

Posting Permissions

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